Struct image_moments::Spatial [−][src]
pub struct Spatial<T: Scalar, const ORDER: usize>(_)
where
Order<ORDER>: SupportedOrder<T>;
Expand description
The raw, spatial moments of an image or contour.
Trait Implementations
impl<T: Scalar, P: Point<T>, const ORDER: usize> FromIterator<P> for Spatial<T, ORDER> where
Order<ORDER>: SupportedOrder<T>,
impl<T: Scalar, P: Point<T>, const ORDER: usize> FromIterator<P> for Spatial<T, ORDER> where
Order<ORDER>: SupportedOrder<T>,
Creates a value from an iterator. Read more
impl<T: Scalar, const ORDER: usize> StructuralPartialEq for Spatial<T, ORDER> where
Order<ORDER>: SupportedOrder<T>,
Auto Trait Implementations
impl<T, const ORDER: usize> !RefUnwindSafe for Spatial<T, ORDER>
impl<T, const ORDER: usize> !UnwindSafe for Spatial<T, ORDER>
Blanket Implementations
Mutably borrows from an owned value. Read more