IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
Skeleton2dDiameterTortuosityMsrInfo.h
1 // Skeleton2dDiameterTortuosityMsrInfo.h:
3 // --------------------------------------
4 //
15 
16 #ifndef __IPSDKIPLSHAPEANALYSIS_SKELETON2DDIAMETERTORTUOSITYMSRINFO_H__
17 #define __IPSDKIPLSHAPEANALYSIS_SKELETON2DDIAMETERTORTUOSITYMSRINFO_H__
18 
20 #include <IPSDKIPL/IPSDKIPLShapeAnalysis/Measure/Geometry/Skeleton/Skeleton2dDiameterTortuosity/Skeleton2dDiameterTortuosityMsrParams.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  Skeleton2dDiameterTortuosity,
37  ((eMVP_2d)(Skeleton)(Skeleton2d)(createSkeleton2dMsrParams(_pMsrParams->getValue<Skeleton2dDiameterTortuosityMsrParams::HolesPolicy>())))
38  ((eMVP_2d)(Diameter)(Skeleton2dDiameter)(createSkeleton2dDiameterMsrParams(_pMsrParams->getValue<Skeleton2dDiameterTortuosityMsrParams::HolesPolicy>()))),
39  eMUF_NoUnit)
40 
41 // methods
42 public:
43 
44 protected:
45 
46 // attributs
47 protected:
48 
49 };
50 
53 
54 } // end of namespace analysis
55 } // end of namespace shape
56 } // end of namespace imaproc
57 } // end of namespace ipsdk
58 
59 #endif // __IPSDKIPLSHAPEANALYSIS_SKELETON2DDIAMETERTORTUOSITYMSRINFO_H__
#define IPSDK_DECLARE_GENERIC_MEASURE_INFO_WITH_PARAMS(libraryName, msrName, msrResultType, msrDependSeq, msrUnitFormat)
Definition of import/export macro for library.