Trait image_moments::SupportedOrder[][src]

pub trait SupportedOrder<T: Scalar>: SealedSupportedOrder<T> { }
Expand description

An order currently supported by this crate for calculating image moments. The trait is sealed and the actual implementation details hidden from the user.

Implementors