Struct opencv::rgbd::LineMod_QuantizedPyramid
source · pub struct LineMod_QuantizedPyramid { /* private fields */ }
Expand description
\brief Represents a modality operating over an image pyramid.
Trait Implementations§
source§impl Boxed for LineMod_QuantizedPyramid
impl Boxed for LineMod_QuantizedPyramid
source§impl Debug for LineMod_QuantizedPyramid
impl Debug for LineMod_QuantizedPyramid
source§impl Drop for LineMod_QuantizedPyramid
impl Drop for LineMod_QuantizedPyramid
source§impl LineMod_QuantizedPyramidTraitConst for LineMod_QuantizedPyramid
impl LineMod_QuantizedPyramidTraitConst for LineMod_QuantizedPyramid
fn as_raw_LineMod_QuantizedPyramid(&self) -> *const c_void
source§fn quantize(&self, dst: &mut Mat) -> Result<()>
fn quantize(&self, dst: &mut Mat) -> Result<()>
\brief Compute quantized image at current pyramid level for online detection. Read more
source§fn extract_template(&self, templ: &mut LineMod_Template) -> Result<bool>
fn extract_template(&self, templ: &mut LineMod_Template) -> Result<bool>
\brief Extract most discriminant features at current pyramid level to form a new template. Read more
impl Send for LineMod_QuantizedPyramid
Auto Trait Implementations§
impl RefUnwindSafe for LineMod_QuantizedPyramid
impl !Sync for LineMod_QuantizedPyramid
impl Unpin for LineMod_QuantizedPyramid
impl UnwindSafe for LineMod_QuantizedPyramid
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