IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
GeometryMeasure2dListMacros.h
Go to the documentation of this file.
1 // GeometryMeasure2dListMacros.h:
3 // ------------------------------
4 //
14 
15 #ifndef __IPSDKGEOMETRY_GEOMETRYMEASURE2DLISTMACROS_H__
16 #define __IPSDKGEOMETRY_GEOMETRYMEASURE2DLISTMACROS_H__
17 
18 #include <IPSDKGeometry/Measure/Moments2dO3.h>
19 #include <IPSDKGeometry/Measure/HuMoments2dO3.h>
20 
23 
27 #define IPSDK_GEOMETRY_MEASURE_2D \
28  ((PerimeterMsr2d)(ipReal64)) \
29  ((AreaMsr2d)(ipReal64)) \
30  ((MomentsMsr2d)(ipsdk::geom::Moments2dO3)) \
31  ((HuMomentsMsr2d)(ipsdk::geom::HuMoments2dO3))
32 
35 
36 #endif // __IPSDKGEOMETRY_GEOMETRYMEASURE2DLISTMACROS_H__