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