You are here: Start » AVL.NET » ImageMomentType Enumeration
ImageMomentType Enumeration
Possible image moment descriptors.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.TS.dll |
Members
| Member name | Description |
|---|---|
| _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 \) |
| _02 | \(Moment_{0,2}(Image,Roi) = \sum_{p \in Roi} Image(p_x,p_y) \cdot p_y^2 \) |
| _10 | \(Moment_{1,0}(Image,Roi) = \sum_{p \in Roi} Image(p_x,p_y) \cdot p_x \) |
| _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 \) |
