moments

Function moments 

Source
pub fn moments<T>(input: &Array<T>, moment: MomentType) -> Array<f32>
Expand description

Find Image moments

§Parameters

  • input is the input image
  • moment is the type of moment to be computed, takes a value of enum

§Return Values

Moments Array