IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
OrientedExtentMsrParams.h
1 // OrientedExtentMsrParams.h:
3 // --------------------------
4 //
15 
16 #ifndef __IPSDKIPLSHAPEANALYSIS_ORIENTEDEXTENTMSRPARAMS_H__
17 #define __IPSDKIPLSHAPEANALYSIS_ORIENTEDEXTENTMSRPARAMS_H__
18 
21 
22 namespace ipsdk {
23 namespace imaproc {
24 namespace shape {
25 namespace analysis {
26 
29 
30 IPSDK_DECLARE_NODE_DATA(IPSDKIPLShapeAnalysis, OrientedExtentMsrParams,
31  ((LEAF)(ProcessHoles)(ipsdk::ipBool)(false))
32  ((LEAF)(NbOrientations)(ipsdk::ipUInt32)(90)))
33 };
34 
37 
39 typedef boost::shared_ptr<OrientedExtentMsrParams> OrientedExtentMsrParamsPtr;
40 
42 typedef boost::shared_ptr<const OrientedExtentMsrParams> OrientedExtentMsrParamsConstPtr;
43 
46 
50 createOrientedExtentMsrParams(const ipBool bProcessHoles, const ipUInt32 nbOrientations=36);
51 
54 
55 } // end of namespace analysis
56 } // end of namespace shape
57 } // end of namespace imaproc
58 } // end of namespace ipsdk
59 
60 #endif // __IPSDKIPLSHAPEANALYSIS_ORIENTEDEXTENTMSRPARAMS_H__
boost::shared_ptr< OrientedExtentMsrParams > OrientedExtentMsrParamsPtr
shared pointer to OrientedExtentMsrParams
Definition: OrientedExtentMsrParams.h:117
#define IPSDK_DECLARE_NODE_DATA(libraryName, className, childSeq)
Definition of import/export macro for library.
boost::shared_ptr< const OrientedExtentMsrParams > OrientedExtentMsrParamsConstPtr
shared pointer to const OrientedExtentMsrParams
Definition: OrientedExtentMsrParams.h:120
IPSDKIPLSHAPEANALYSIS_API OrientedExtentMsrParamsPtr createOrientedExtentMsrParams(const ipBool bProcessHoles, const ipUInt32 nbOrientations=36)
function allowing to create a new parameter object for OrientedExtent measure
bool ipBool
#define IPSDKIPLSHAPEANALYSIS_API
Import/Export macro for library IPSDKIPLShapeAnalysis.
Definition: IPSDKIPLShapeAnalysisExports.h:25
uint32_t ipUInt32