IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
LeastSquareSphere3dMsrInfo.h
1 // LeastSquareSphere3dMsrInfo.h:
3 // -----------------------------
4 //
15 
16 #ifndef __IPSDKIPLSHAPEANALYSIS_LEASTSQUARESPHERE3DMSRINFO_H__
17 #define __IPSDKIPLSHAPEANALYSIS_LEASTSQUARESPHERE3DMSRINFO_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  LeastSquareSphere3d,
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_LEASTSQUARESPHERE3DMSRINFO_H__
attr::RobustEstimationConfig LeastSquareSphere3dMsrParams
parameters type associated to measure
Definition: LeastSquareSphere3dMsrInfo.h:28
Measurement results object for measure associated to LeastSquareSphere3d.
Definition: LeastSquareSphere3dMsrResults.h:37
Definition of import/export macro for library.
#define IPSDK_DECLARE_GEOMETRY3D_MEASURE_INFO_WITH_PARAMS(libraryName, msrName, msrResultType, msrDependSeq, msrShapeRequirements, msrUnitFormat)
configuration parameters for robust estimation
Definition: RobustEstimationConfig.h:74