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 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_Matchwhere Vector<Linemod_Match>: VectorExtern<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