IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
DisparityAngularity2dMsr.h
1 // DisparityAngularity2dMsr.h:
3 // ---------------------------
4 //
15 
16 #ifndef __IPSDKIPLSHAPEANALYSIS_DISPARITYANGULARITY2DMSR_H__
17 #define __IPSDKIPLSHAPEANALYSIS_DISPARITYANGULARITY2DMSR_H__
18 
19 // suppression warnings
20 #pragma warning (push)
21 #pragma warning (disable : 4251)
22 
25 #include <IPSDKIPL/IPSDKIPLShapeAnalysis/Measure/Geometry/FormFactor/Angularity/DisparityAngularity2d/DisparityAngularity2dMsrInfo.h>
26 
27 namespace ipsdk {
28 namespace imaproc {
29 namespace shape {
30 namespace analysis {
31 
34 
35 // declare a measure object
36 IPSDK_DECLARE_GEOMETRY2D_MEASURE(IPSDKIPLShapeAnalysis, DisparityAngularity2d)
37 
38 // methods
39 public:
40 
41 // attributes
42 protected:
43 
44 };
45 
48 
49 } // end of namespace analysis
50 } // end of namespace shape
51 } // end of namespace imaproc
52 } // end of namespace ipsdk
53 
54 #pragma warning (pop)
55 
56 #endif // __IPSDKIPLSHAPEANALYSIS_DISPARITYANGULARITY2DMSR_H__
#define IPSDK_DECLARE_GEOMETRY2D_MEASURE(libraryName, msrName)
Definition of import/export macro for library.