IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
LeastSquareLine2dMsrInfo.h
1 // LeastSquareLine2dMsrInfo.h:
3 // ---------------------------
4 //
15 
16 #ifndef __IPSDKIPLSHAPEANALYSIS_LEASTSQUARELINE2DMSRINFO_H__
17 #define __IPSDKIPLSHAPEANALYSIS_LEASTSQUARELINE2DMSRINFO_H__
18 
20 #include <IPSDKIPL/IPSDKIPLAttributes/DataItem/RobustEstimationConfig.h>
22 
23 namespace ipsdk {
24 namespace imaproc {
25 namespace shape {
26 namespace analysis {
27 
29 
32 
36 
39 
40 // declare a measure information
42  LeastSquareLine2d,
44  IPSDK_MEASURE_NO_DEPENDENCY,
45  eMSR_RequireShapeBoundaryApprox,
46  eMUF_NoUnit)
47 
48 // methods
49 public:
50 
51 protected:
52 
53 // attributs
54 protected:
55 
56 };
57 
60 
61 } // end of namespace analysis
62 } // end of namespace shape
63 } // end of namespace imaproc
64 } // end of namespace ipsdk
65 
66 #endif // __IPSDKIPLSHAPEANALYSIS_LEASTSQUARELINE2DMSRINFO_H__
Measurement results object for measure LeastSquareLine2d.
Definition: LeastSquareLine2dMsrResults.h:37
attr::RobustEstimationConfig LeastSquareLine2dMsrParams
parameters type associated to measure
Definition: LeastSquareLine2dMsrInfo.h:28
Definition of import/export macro for library.
configuration parameters for robust estimation
Definition: RobustEstimationConfig.h:74
#define IPSDK_DECLARE_GEOMETRY2D_MEASURE_INFO_WITH_PARAMS(libraryName, msrName, msrResultType, msrDependSeq, msrShapeRequirements, msrUnitFormat)