[−][src]Function arrayfire::moments
pub fn moments<T>(input: &Array<T>, moment: MomentType) -> Array<f32> where
T: HasAfEnum + MomentsComputable, Find Image moments
Parameters
inputis the input imagemomentis the type of moment to be computed, takes a value of enum
Return Values
Moments Array