Enum opencv::calib3d::SamplingMethod
source · #[repr(C)]pub enum SamplingMethod {
SAMPLING_UNIFORM = 0,
SAMPLING_PROGRESSIVE_NAPSAC = 1,
SAMPLING_NAPSAC = 2,
SAMPLING_PROSAC = 3,
}
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 From<SamplingMethod> for i32
impl From<SamplingMethod> for i32
source§fn from(v: SamplingMethod) -> Self
fn from(v: SamplingMethod) -> Self
Converts to this type from the input type.
source§impl PartialEq for SamplingMethod
impl PartialEq for SamplingMethod
source§impl TryFrom<i32> for SamplingMethod
impl TryFrom<i32> for SamplingMethod
impl Copy for SamplingMethod
impl Eq for SamplingMethod
impl StructuralPartialEq for SamplingMethod
Auto Trait Implementations§
impl Freeze for SamplingMethod
impl RefUnwindSafe for SamplingMethod
impl Send for SamplingMethod
impl Sync for SamplingMethod
impl Unpin for SamplingMethod
impl UnwindSafe for SamplingMethod
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)