IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
OBBHeightMsrParams.h
1 // OBBHeightMsrParams.h:
3 // --------------------
4 //
15 
16 #ifndef __IPSDKIPLSHAPEANALYSIS_OBBHEIGHTMSRPARAMS_H__
17 #define __IPSDKIPLSHAPEANALYSIS_OBBHEIGHTMSRPARAMS_H__
18 
21 
22 namespace ipsdk {
23 namespace imaproc {
24 namespace shape {
25 namespace analysis {
26 
29 
30 IPSDK_DECLARE_NODE_DATA(IPSDKIPLShapeAnalysis, OBBHeightMsrParams,
31  ((LEAF)(NbOrientations)(ipsdk::ipUInt32)(90)))
32 };
33 
36 
38 typedef boost::shared_ptr<OBBHeightMsrParams> OBBHeightMsrParamsPtr;
39 
41 typedef boost::shared_ptr<const OBBHeightMsrParams> OBBHeightMsrParamsConstPtr;
42 
45 
49 createOBBHeightMsrParams(ipUInt32 nbOrientations=36);
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_OBBHEIGHTMSRPARAMS_H__
boost::shared_ptr< OBBHeightMsrParams > OBBHeightMsrParamsPtr
shared pointer to OBBHeightMsrParams
Definition: OBBHeightMsrParams.h:99
#define IPSDK_DECLARE_NODE_DATA(libraryName, className, childSeq)
Definition of import/export macro for library.
IPSDKIPLSHAPEANALYSIS_API OBBHeightMsrParamsPtr createOBBHeightMsrParams(ipUInt32 nbOrientations=36)
function allowing to create a new parameter object for OBBHeight measure
#define IPSDKIPLSHAPEANALYSIS_API
Import/Export macro for library IPSDKIPLShapeAnalysis.
Definition: IPSDKIPLShapeAnalysisExports.h:25
boost::shared_ptr< const OBBHeightMsrParams > OBBHeightMsrParamsConstPtr
shared pointer to const OBBHeightMsrParams
Definition: OBBHeightMsrParams.h:102
uint32_t ipUInt32