You are here: Start » FIL.NET » Invoke.ImageMoment
Computes the selected moment of an image in regular and normalized (divided by sum of pixel values) variant.
Namespace: | Fil |
---|---|
Assembly: | FilNet.dll |
Syntax
C++
C#
public static void ImageMoment ( Fil.Image inImage, Optional<Fil.Region> inRoi, Fil.ImageMomentType inMomentType, bool inCentral, out float outMoment, Optional<float> outNormMoment )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inImage | Fil.Image | Input image. | ||
![]() | inRoi | Ftl.Optional<Fil.Region> | Range of pixels to be processed. Default value: ftl::NIL. | ||
![]() | inMomentType | Fil.ImageMomentType | |||
![]() | inCentral | bool | |||
![]() | outMoment | float | |||
![]() | outNormMoment | Ftl.Optional<float> |