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