Function arrayfire::moments_all [] [src]

pub fn moments_all(input: &Array, moment: MomentType) -> f64

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