Function arrayfire::moments [] [src]

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

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