Enum opencv::optflow::GPCDescType
source · #[repr(C)]
pub enum GPCDescType {
GPC_DESCRIPTOR_DCT,
GPC_DESCRIPTOR_WHT,
}
Expand description
Descriptor types for the Global Patch Collider.
Variants§
Trait Implementations§
source§impl Clone for GPCDescType
impl Clone for GPCDescType
source§fn clone(&self) -> GPCDescType
fn clone(&self) -> GPCDescType
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for GPCDescType
impl Debug for GPCDescType
source§impl PartialEq<GPCDescType> for GPCDescType
impl PartialEq<GPCDescType> for GPCDescType
source§fn eq(&self, other: &GPCDescType) -> bool
fn eq(&self, other: &GPCDescType) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.