Skip to main content

moments_all

Function moments_all 

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

Find Image moment for whole image

§Parameters

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

§Return Values

Moment value of the whole image