You are here: Start » AVL.NET » ImageMomentType Enumeration

ImageMomentType Enumeration

Namespace:AvlNet
Assembly:AVL.NET.TS.dll

Possible image moment descriptors.

Members

Member nameDescription
_00Sum of pixels in Roi
_01Sum of products of pixel y-coordinate and it's value over the Roi
_02Sum of products of pixel squared y-coordinate and it's value over the Roi
_10Sum of products of pixel x-coordinate and it's value over the Roi
_11Sum of products of pixel both coordinates and it's value over the Roi
_20Sum of products of pixel squared x-coordinate and it's value over the Roi

Remarks

See also