Struct image_moments::Central [−][src]
pub struct Central<T: Scalar, const ORDER: usize>(_)
where
Order<ORDER>: SupportedOrder<T>;
Expand description
The central moments of an image or contour which are translational invariant.
Trait Implementations
impl<'a, T: Scalar, const ORDER: usize> From<&'a Central<T, ORDER>> for NormalizedCentral<T, ORDER> where
Order<ORDER>: SupportedOrder<T>,
impl<'a, T: Scalar, const ORDER: usize> From<&'a Central<T, ORDER>> for NormalizedCentral<T, ORDER> where
Order<ORDER>: SupportedOrder<T>,
impl<T: Scalar, const ORDER: usize> StructuralPartialEq for Central<T, ORDER> where
Order<ORDER>: SupportedOrder<T>,
Auto Trait Implementations
impl<T, const ORDER: usize> !RefUnwindSafe for Central<T, ORDER>
impl<T, const ORDER: usize> !UnwindSafe for Central<T, ORDER>
Blanket Implementations
Mutably borrows from an owned value. Read more