Enum opencv::calib3d::ScoreMethod
source · #[repr(C)]
pub enum ScoreMethod {
SCORE_METHOD_RANSAC,
SCORE_METHOD_MSAC,
SCORE_METHOD_MAGSAC,
SCORE_METHOD_LMEDS,
}
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 PartialEq<ScoreMethod> for ScoreMethod
impl PartialEq<ScoreMethod> 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 ==
.