Enum arrayfire::MomentType [] [src]

#[repr(C)]
pub enum MomentType { M00, M01, M10, M11, FIRST_ORDER, }

Image moment types

Variants

Central moment of order (0 + 0)

Central moment of order (0 + 1)

Central moment of order (1 + 0)

Central moment of order (1 + 1)

All central moments of order (0,0), (0,1), (1,0) and (1,1)

Trait Implementations

impl Clone for MomentType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for MomentType
[src]

impl Debug for MomentType
[src]

Formats the value using the given formatter.

impl PartialEq for MomentType
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.