IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
LeastSquareEllipsoidMinorRadiusMsrInfo.h
1 // LeastSquareEllipsoidMinorRadiusMsrInfo.h:
3 // -----------------------------------------
4 //
15 
16 #ifndef __IPSDKIPLSHAPEANALYSIS_LEASTSQUAREELLIPSOIDMINORRADIUSMSRINFO_H__
17 #define __IPSDKIPLSHAPEANALYSIS_LEASTSQUAREELLIPSOIDMINORRADIUSMSRINFO_H__
18 
20 #include <IPSDKIPL/IPSDKIPLAttributes/DataItem/RobustEstimationConfig.h>
22 
23 namespace ipsdk {
24 namespace imaproc {
25 namespace shape {
26 namespace analysis {
27 
30 
34 
37 
38 // declare a measure information
40  LeastSquareEllipsoidMinorRadius,
42  ((eMVP_2d)(LeastSquareEllipsoid)(LeastSquareEllipse2d)(boost::make_shared<attr::RobustEstimationConfig>(*_pMsrParams)))
43  ((eMVP_3d)(LeastSquareEllipsoid)(LeastSquareEllipsoid3d)(boost::make_shared<attr::RobustEstimationConfig>(*_pMsrParams))),
44  eMUF_LengthUnit)
45 
46 // methods
47 public:
48 
49 protected:
50 
51 // attributs
52 protected:
53 
54 };
55 
58 
59 } // end of namespace analysis
60 } // end of namespace shape
61 } // end of namespace imaproc
62 } // end of namespace ipsdk
63 
64 #endif // __IPSDKIPLSHAPEANALYSIS_LEASTSQUAREELLIPSOIDMINORRADIUSMSRINFO_H__
#define IPSDK_DECLARE_GENERIC_MEASURE_INFO_WITH_PARAMS(libraryName, msrName, msrResultType, msrDependSeq, msrUnitFormat)
Definition of import/export macro for library.
configuration parameters for robust estimation
Definition: RobustEstimationConfig.h:74
attr::RobustEstimationConfig LeastSquareEllipsoidMinorRadiusMsrParams
parameters type associated to measure
Definition: LeastSquareEllipsoidMinorRadiusMsrInfo.h:33