ImageMomentType
Description
Possible image moment descriptors.
Values of this enumeration:
- _00 - \(Moment_{0,0}(Image,Roi) = \sum_{p \in Roi} Image(p_x,p_y) \cdot 1\)
- _01 - \(Moment_{0,1}(Image,Roi) = \sum_{p \in Roi} Image(p_x,p_y) \cdot p_y \)
- _10 - \(Moment_{1,0}(Image,Roi) = \sum_{p \in Roi} Image(p_x,p_y) \cdot p_x \)
- _02 - \(Moment_{0,2}(Image,Roi) = \sum_{p \in Roi} Image(p_x,p_y) \cdot p_y^2 \)
- _11 - \(Moment_{1,1}(Image,Roi) = \sum_{p \in Roi} Image(p_x,p_y) \cdot p_x p_y \)
- _20 - \(Moment_{2,0}(Image,Roi) = \sum_{p \in Roi} Image(p_x,p_y) \cdot p_x^2 \)