IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
FirstPixelXMsrInfo.h
1 // FirstPixelXMsrInfo.h:
3 // ---------------------
4 //
15 
16 #ifndef __IPSDKIPLSHAPEANALYSIS_FIRSTPIXELXMSRINFO_H__
17 #define __IPSDKIPLSHAPEANALYSIS_FIRSTPIXELXMSRINFO_H__
18 
21 
22 namespace ipsdk {
23 namespace imaproc {
24 namespace shape {
25 namespace analysis {
26 
27 
30 
31 // declare a measure information
33  FirstPixelX,
35  ((eMVP_2d)(FirstPixel)(FirstPixel2d))
36  ((eMVP_3d)(FirstPixel)(FirstPixel3d)),
37  eMUF_NoUnit)
38 
39 // methods
40 public:
41 
42 protected:
43 
44 // attributs
45 protected:
46 
47 };
48 
51 
52 } // end of namespace analysis
53 } // end of namespace shape
54 } // end of namespace imaproc
55 } // end of namespace ipsdk
56 
57 #endif // __IPSDKIPLSHAPEANALYSIS_FIRSTPIXELXMSRINFO_H__
#define IPSDK_DECLARE_GENERIC_MEASURE_INFO_WITHOUT_PARAMS(libraryName, msrName, msrResultType, msrDependSeq, msrUnitFormat)
Definition of import/export macro for library.