You are here: Start » AVL.NET » AVL.ImageMoment(AvlNet.Image, AvlNet.ImageMomentType, bool, float, float)
AVL.ImageMoment(AvlNet.Image, AvlNet.ImageMomentType, bool, float, float)
Computes the selected moment of an image in regular and normalized (divided by sum of pixel values) variant.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void ImageMoment( AvlNet.Image inImage, AvlNet.ImageMomentType inMomentType, bool inCentral, out float outMoment, out float outNormMoment )
Parameters
- inImage
- Type: AvlNet.Image
Input image - inMomentType
- Type: AvlNet.ImageMomentType
- inCentral
- Type: System.Boolean
- outMoment
- Type: System.Single
- outNormMoment
- Type: System.Single
Remarks
See full override for more details.
