IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
NeighborsDistanceMsrParams.h
1 // NeighborsDistanceMsrParams.h:
3 // -----------------------------
4 //
15 
16 #ifndef __IPSDKIPLSHAPEANALYSIS_NEIGHBORSDISTANCEMSRPARAMS_H__
17 #define __IPSDKIPLSHAPEANALYSIS_NEIGHBORSDISTANCEMSRPARAMS_H__
18 
21 
22 namespace ipsdk {
23 namespace imaproc {
24 namespace shape {
25 namespace analysis {
26 
32 
33 IPSDK_DECLARE_NODE_DATA(IPSDKIPLShapeAnalysis, NeighborsDistanceMsrParams,
34  ((LEAF)(MaxDist)(ipsdk::ipReal32)(10))
35  ((LEAF)(ProcessHoles)(ipsdk::ipBool)(false)))
36 };
37 
40 
42 typedef boost::shared_ptr<NeighborsDistanceMsrParams> NeighborsDistanceMsrParamsPtr;
43 
45 typedef boost::shared_ptr<const NeighborsDistanceMsrParams> NeighborsDistanceMsrParamsConstPtr;
46 
49 
55  const ipBool bProcessHoles);
56 
59 
60 } // end of namespace analysis
61 } // end of namespace shape
62 } // end of namespace imaproc
63 } // end of namespace ipsdk
64 
65 #endif // __IPSDKIPLSHAPEANALYSIS_NEIGHBORSDISTANCEMSRPARAMS_H__
#define IPSDK_DECLARE_NODE_DATA(libraryName, className, childSeq)
boost::shared_ptr< const NeighborsDistanceMsrParams > NeighborsDistanceMsrParamsConstPtr
shared pointer to const NeighborsDistanceMsrParams
Definition: NeighborsDistanceMsrParams.h:123
Definition of import/export macro for library.
boost::shared_ptr< NeighborsDistanceMsrParams > NeighborsDistanceMsrParamsPtr
shared pointer to NeighborsDistanceMsrParams
Definition: NeighborsDistanceMsrParams.h:120
bool ipBool
#define IPSDKIPLSHAPEANALYSIS_API
Import/Export macro for library IPSDKIPLShapeAnalysis.
Definition: IPSDKIPLShapeAnalysisExports.h:25
IPSDKIPLSHAPEANALYSIS_API NeighborsDistanceMsrParamsPtr createNeighborsDistanceMsrParams(const ipReal32 maxDist, const ipBool bProcessHoles)
function allowing to create a new parameter object for neighbors distance measure ...
float ipReal32