![]() |
IPSDK
4_1_0_2
IPSDK : Image Processing Software Development Kit
|
Moments of order up to 3 on a 2d shape. More...
#include <Moments2dO3.h>
Public Member Functions | |
| Moments2dO3 (ipReal64 m00, ipReal64 m10, ipReal64 m01, ipReal64 m20, ipReal64 m11, ipReal64 m02, ipReal64 m30, ipReal64 m21, ipReal64 m12, ipReal64 m03) | |
| template<typename T > | |
| void | computeMoments (const std::vector< Point2dData< T > > &pointColl) |
| Computes the moments. | |
| void | complete () |
| Computes the centered, normalized and centered normalized moments. | |
| Moments2dO3 | operator+ (const Moments2dO3 &m) |
| Moments2dO3 | operator+= (const Moments2dO3 &m) |
| Moments2dO3 | operator- (const Moments2dO3 &m) |
| Moments2dO3 | operator-= (const Moments2dO3 &m) |
| ipBool | isEqual (const Moments2dO3 &m, const ipsdk::ipReal64 tolerance) const |
Public Attributes | |
| ipReal64 | _m00 |
| ipReal64 | _m10 |
| ipReal64 | _m01 |
| ipReal64 | _m20 |
| ipReal64 | _m11 |
| ipReal64 | _m02 |
| ipReal64 | _m30 |
| ipReal64 | _m21 |
| ipReal64 | _m12 |
| ipReal64 | _m03 |
| ipReal64 | _n10 |
| ipReal64 | _n01 |
| ipReal64 | _n20 |
| ipReal64 | _n11 |
| ipReal64 | _n02 |
| ipReal64 | _n30 |
| ipReal64 | _n21 |
| ipReal64 | _n12 |
| ipReal64 | _n03 |
| ipReal64 | _mu20 |
| ipReal64 | _mu11 |
| ipReal64 | _mu02 |
| ipReal64 | _mu30 |
| ipReal64 | _mu21 |
| ipReal64 | _mu12 |
| ipReal64 | _mu03 |
| ipReal64 | _nu20 |
| ipReal64 | _nu11 |
| ipReal64 | _nu02 |
| ipReal64 | _nu30 |
| ipReal64 | _nu21 |
| ipReal64 | _nu12 |
| ipReal64 | _nu03 |
Moments of order up to 3 on a 2d shape.
1.8.14