IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
LeastSquareCircle2dMsrInfo.h
1 // LeastSquareCircle2dMsrInfo.h:
3 // -----------------------------
4 //
15 
16 #ifndef __IPSDKIPLSHAPEANALYSIS_LEASTSQUARECIRCLE2DMSRINFO_H__
17 #define __IPSDKIPLSHAPEANALYSIS_LEASTSQUARECIRCLE2DMSRINFO_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  LeastSquareCircle2d,
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_LEASTSQUARECIRCLE2DMSRINFO_H__
Definition of import/export macro for library.
attr::RobustEstimationConfig LeastSquareCircle2dMsrParams
parameters type associated to measure
Definition: LeastSquareCircle2dMsrInfo.h:28
configuration parameters for robust estimation
Definition: RobustEstimationConfig.h:74
Measurement results object for measure associated to LeastSquareCircle2d.
Definition: LeastSquareCircle2dMsrResults.h:37
#define IPSDK_DECLARE_GEOMETRY2D_MEASURE_INFO_WITH_PARAMS(libraryName, msrName, msrResultType, msrDependSeq, msrShapeRequirements, msrUnitFormat)