Struct opencv::rgbd::LineMod_Modality
source · pub struct LineMod_Modality { /* private fields */ }
Expand description
\brief Interface for modalities that plug into the LINE template matching representation.
\todo Max response, to allow optimization of summing (255/MAX) features as uint8
Implementations§
Trait Implementations§
source§impl Boxed for LineMod_Modality
impl Boxed for LineMod_Modality
source§impl Debug for LineMod_Modality
impl Debug for LineMod_Modality
source§impl Drop for LineMod_Modality
impl Drop for LineMod_Modality
source§impl From<LineMod_ColorGradient> for LineMod_Modality
impl From<LineMod_ColorGradient> for LineMod_Modality
source§fn from(s: LineMod_ColorGradient) -> Self
fn from(s: LineMod_ColorGradient) -> Self
Converts to this type from the input type.
source§impl From<LineMod_DepthNormal> for LineMod_Modality
impl From<LineMod_DepthNormal> for LineMod_Modality
source§fn from(s: LineMod_DepthNormal) -> Self
fn from(s: LineMod_DepthNormal) -> Self
Converts to this type from the input type.
source§impl LineMod_ModalityTraitConst for LineMod_Modality
impl LineMod_ModalityTraitConst for LineMod_Modality
fn as_raw_LineMod_Modality(&self) -> *const c_void
source§fn process(
&self,
src: &Mat,
mask: &Mat
) -> Result<Ptr<LineMod_QuantizedPyramid>>
fn process( &self, src: &Mat, mask: &Mat ) -> Result<Ptr<LineMod_QuantizedPyramid>>
\brief Form a quantized image pyramid from a source image. Read more
fn name(&self) -> Result<String>
fn write(&self, fs: &mut FileStorage) -> Result<()>
impl Send for LineMod_Modality
Auto Trait Implementations§
impl RefUnwindSafe for LineMod_Modality
impl !Sync for LineMod_Modality
impl Unpin for LineMod_Modality
impl UnwindSafe for LineMod_Modality
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