IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
GreyMomentsMsr.h
1 // GreyMomentsMsr.h:
3 // -----------------
4 //
15 
16 #ifndef __IPSDKIPLSHAPEANALYSIS_GREYMOMENTSMSR_H__
17 #define __IPSDKIPLSHAPEANALYSIS_GREYMOMENTSMSR_H__
18 
19 // suppression warnings
20 #pragma warning (push)
21 #pragma warning (disable : 4251)
22 
24 #include <IPSDKIPL/IPSDKIPLShapeAnalysis/Measure/Intensity/Inertia/GreyMoments/GreyMomentsMsrResults.h>
26 #include <IPSDKIPL/IPSDKIPLShapeAnalysis/Measure/Intensity/Inertia/GreyMoments/GreyMomentsMsrInfo.h>
27 
28 namespace ipsdk {
29 namespace imaproc {
30 namespace shape {
31 namespace analysis {
32 
35 
36 // declare a measure object
37 IPSDK_DECLARE_INTENSITY_MEASURE(IPSDKIPLShapeAnalysis, GreyMoments)
38 
39 // methods
40 public:
41 
42 protected:
44  void endProcessingDerived();
45 
46 // attributes
47 protected:
48 
49 };
50 
53 
54 } // end of namespace analysis
55 } // end of namespace shape
56 } // end of namespace imaproc
57 } // end of namespace ipsdk
58 
59 #pragma warning (pop)
60 
61 #endif // __IPSDKIPLSHAPEANALYSIS_GREYMOMENTSMSR_H__
#define IPSDK_DECLARE_INTENSITY_MEASURE(libraryName, msrName)
Definition of import/export macro for library.