IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
Skeleton2dDiameterMeanCurvatureMsrInfo.h
1 // Skeleton2dDiameterMeanCurvatureMsrInfo.h:
3 // -----------------------------------------
4 //
15 
16 #ifndef __IPSDKIPLSHAPEANALYSIS_SKELETON2DDIAMETERMEANCURVATUREMSRINFO_H__
17 #define __IPSDKIPLSHAPEANALYSIS_SKELETON2DDIAMETERMEANCURVATUREMSRINFO_H__
18 
20 #include <IPSDKIPL/IPSDKIPLShapeAnalysis/Measure/Geometry/Skeleton/Skeleton2dDiameterMeanCurvature/Skeleton2dDiameterMeanCurvatureMsrParams.h>
21 #include <IPSDKIPL/IPSDKIPLShapeAnalysis/Measure/Geometry/Skeleton/Skeleton2d/Skeleton2dMsrParams.h>
22 #include <IPSDKIPL/IPSDKIPLShapeAnalysis/Measure/Geometry/Skeleton/Skeleton2dDiameter/Skeleton2dDiameterMsrParams.h>
24 
25 namespace ipsdk {
26 namespace imaproc {
27 namespace shape {
28 namespace analysis {
29 
32 
33 // declare a measure information
35  Skeleton2dDiameterMeanCurvature,
37  ((eMVP_2d)(Skeleton)(Skeleton2d)(createSkeleton2dMsrParams(_pMsrParams->getValue<Skeleton2dDiameterMeanCurvatureMsrParams::HolesPolicy>())))
38  ((eMVP_2d)(Diameter)(Skeleton2dDiameter)(createSkeleton2dDiameterMsrParams(_pMsrParams->getValue<Skeleton2dDiameterMeanCurvatureMsrParams::HolesPolicy>()))),
39  eMUF_CustomUnit)
40 
41 // methods
42 public:
43 
44 protected:
47  std::string computeCustomMsrUnitStr(const std::string& baseUnitStr) const;
48 
49 // attributs
50 protected:
51 
52 };
53 
56 
57 } // end of namespace analysis
58 } // end of namespace shape
59 } // end of namespace imaproc
60 } // end of namespace ipsdk
61 
62 #endif // __IPSDKIPLSHAPEANALYSIS_SKELETON2DDIAMETERMEANCURVATUREMSRINFO_H__
#define IPSDK_DECLARE_GENERIC_MEASURE_INFO_WITH_PARAMS(libraryName, msrName, msrResultType, msrDependSeq, msrUnitFormat)
Definition of import/export macro for library.