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