IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
DisparityAngularity2dMsrParams.h
1 // DisparityAngularity2dMsrParams.h:
3 // ---------------------------------
4 //
15 
16 #ifndef __IPSDKIPLSHAPEANALYSIS_DISPARITYANGULARITY2DMSRPARAMS_H__
17 #define __IPSDKIPLSHAPEANALYSIS_DISPARITYANGULARITY2DMSRPARAMS_H__
18 
21 
22 namespace ipsdk {
23 namespace imaproc {
24 namespace shape {
25 namespace analysis {
26 
29 
30 IPSDK_DECLARE_NODE_DATA(IPSDKIPLShapeAnalysis, DisparityAngularity2dMsrParams,
31  ((LEAF)(ProcessHoles)(ipsdk::ipBool)(true))
32  ((LEAF)(NbOrientations)(ipsdk::ipUInt32)(18))
33  ((LEAF)(Quantile)(ipsdk::ipReal64)(0.8)))
34 };
35 
38 
40 typedef boost::shared_ptr<DisparityAngularity2dMsrParams> DisparityAngularity2dMsrParamsPtr;
41 
43 typedef boost::shared_ptr<const DisparityAngularity2dMsrParams> DisparityAngularity2dMsrParamsConstPtr;
44 
47 
51  const ipUInt32 nbOrientations,
52  const ipReal64 quantile);
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_DISPARITYANGULARITY2DMSRPARAMS_H__
#define IPSDK_DECLARE_NODE_DATA(libraryName, className, childSeq)
double ipReal64
boost::shared_ptr< DisparityAngularity2dMsrParams > DisparityAngularity2dMsrParamsPtr
shared pointer to DisparityAngularity2dMsrParams
Definition: DisparityAngularity2dMsrParams.h:135
Definition of import/export macro for library.
bool ipBool
#define IPSDKIPLSHAPEANALYSIS_API
Import/Export macro for library IPSDKIPLShapeAnalysis.
Definition: IPSDKIPLShapeAnalysisExports.h:25
IPSDKIPLSHAPEANALYSIS_API DisparityAngularity2dMsrParamsPtr createDisparityAngularity2dMsrParams(const ipBool bProcessHoles, const ipUInt32 nbOrientations, const ipReal64 quantile)
function allowing to create a new parameter object for DisparityAngularity2d measure ...
boost::shared_ptr< const DisparityAngularity2dMsrParams > DisparityAngularity2dMsrParamsConstPtr
shared pointer to const DisparityAngularity2dMsrParams
Definition: DisparityAngularity2dMsrParams.h:138
uint32_t ipUInt32