Enum opencv::calib3d::SamplingMethod
source · #[repr(C)]
pub enum SamplingMethod {
SAMPLING_UNIFORM,
SAMPLING_PROGRESSIVE_NAPSAC,
SAMPLING_NAPSAC,
SAMPLING_PROSAC,
}Variants§
Trait Implementations§
source§impl Clone for SamplingMethod
impl Clone for SamplingMethod
source§fn clone(&self) -> SamplingMethod
fn clone(&self) -> SamplingMethod
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 SamplingMethod
impl Debug for SamplingMethod
source§impl PartialEq<SamplingMethod> for SamplingMethod
impl PartialEq<SamplingMethod> for SamplingMethod
source§fn eq(&self, other: &SamplingMethod) -> bool
fn eq(&self, other: &SamplingMethod) -> bool
This method tests for
self and other values to be equal, and is used
by ==.