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