Enum opencv::calib3d::ScoreMethod
source · #[repr(C)]pub enum ScoreMethod {
SCORE_METHOD_RANSAC = 0,
SCORE_METHOD_MSAC = 1,
SCORE_METHOD_MAGSAC = 2,
SCORE_METHOD_LMEDS = 3,
}
Variants§
Trait Implementations§
source§impl Clone for ScoreMethod
impl Clone for ScoreMethod
source§fn clone(&self) -> ScoreMethod
fn clone(&self) -> ScoreMethod
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 ScoreMethod
impl Debug for ScoreMethod
source§impl From<ScoreMethod> for i32
impl From<ScoreMethod> for i32
source§fn from(v: ScoreMethod) -> Self
fn from(v: ScoreMethod) -> Self
Converts to this type from the input type.
source§impl PartialEq for ScoreMethod
impl PartialEq for ScoreMethod
source§fn eq(&self, other: &ScoreMethod) -> bool
fn eq(&self, other: &ScoreMethod) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for ScoreMethod
impl Eq for ScoreMethod
impl StructuralEq for ScoreMethod
impl StructuralPartialEq for ScoreMethod
Auto Trait Implementations§
impl RefUnwindSafe for ScoreMethod
impl Send for ScoreMethod
impl Sync for ScoreMethod
impl Unpin for ScoreMethod
impl UnwindSafe for ScoreMethod
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