Struct opencv::rgbd::LineMod_Match
source · pub struct LineMod_Match { /* private fields */ }Expand description
\brief Represents a successful template match.
Implementations§
Trait Implementations§
source§impl Boxed for LineMod_Match
impl Boxed for LineMod_Match
source§impl Clone for LineMod_Match
impl Clone for LineMod_Match
source§impl Debug for LineMod_Match
impl Debug for LineMod_Match
source§impl Drop for LineMod_Match
impl Drop for LineMod_Match
source§impl LineMod_MatchTrait for LineMod_Match
impl LineMod_MatchTrait for LineMod_Match
source§impl LineMod_MatchTraitConst for LineMod_Match
impl LineMod_MatchTraitConst for LineMod_Match
fn as_raw_LineMod_Match(&self) -> *const c_void
fn x(&self) -> i32
fn y(&self) -> i32
fn similarity(&self) -> f32
fn class_id(&self) -> String
fn template_id(&self) -> i32
source§fn less_than(&self, rhs: &LineMod_Match) -> Result<bool>
fn less_than(&self, rhs: &LineMod_Match) -> Result<bool>
Sort matches with high similarity to the front
fn equals(&self, rhs: &LineMod_Match) -> Result<bool>
impl Send for LineMod_Match
impl VectorElement for LineMod_Match
Auto Trait Implementations§
impl RefUnwindSafe for LineMod_Match
impl !Sync for LineMod_Match
impl Unpin for LineMod_Match
impl UnwindSafe for LineMod_Match
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