IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
GreyInertiaOrientationChiMsr.h
1 // GreyInertiaOrientationChiMsr.h:
3 // --------------------------
4 //
17 
18 #ifndef __IPSDKIPLSHAPEANALYSIS_GREYINERTIAORIENTATIONCHIMSR_H__
19 #define __IPSDKIPLSHAPEANALYSIS_GREYINERTIAORIENTATIONCHIMSR_H__
20 
21 // suppression warnings
22 #pragma warning (push)
23 #pragma warning (disable : 4251)
24 
27 #include <IPSDKIPL/IPSDKIPLShapeAnalysis/Measure/Intensity/Inertia/GreyInertiaOrientationChi/GreyInertiaOrientationChiMsrInfo.h>
28 
29 namespace ipsdk {
30 namespace imaproc {
31 namespace shape {
32 namespace analysis {
33 
36 
37 // declare a measure object
38 IPSDK_DECLARE_GENERIC_MEASURE(IPSDKIPLShapeAnalysis, GreyInertiaOrientationChi)
39 
40 // methods
41 public:
42 
43 // attributes
44 protected:
45 
46 };
47 
50 
51 } // end of namespace analysis
52 } // end of namespace shape
53 } // end of namespace imaproc
54 } // end of namespace ipsdk
55 
56 #pragma warning (pop)
57 
58 #endif // __IPSDKIPLSHAPEANALYSIS_GREYINERTIAORIENTATIONCHIMSR_H__
Definition of import/export macro for library.
#define IPSDK_DECLARE_GENERIC_MEASURE(libraryName, msrName)