IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
MVEParams.h
1 // MVEParams.h:
3 // ------------
4 //
15 
16 #ifndef __IPSDKIPLATTRIBUTES_MVEPARAMS_H__
17 #define __IPSDKIPLATTRIBUTES_MVEPARAMS_H__
18 
21 
22 namespace ipsdk {
23 namespace imaproc {
24 namespace attr {
25 
31 
32 IPSDK_DECLARE_NODE_DATA(IPSDKIPLAttributes, MVEParams,
33  ((LEAF)(BlobSensitivityThreshold)(ipsdk::ipReal32)(0.5f))
34  ((LEAF)(AreaSensitivityThreshold)(ipsdk::ipReal32)(0.5f))
35  ((LEAF)(BlackWhite)(ipsdk::ipBool))
36  ((LEAF_COLL)(Scales)(ipsdk::ipReal64)))
37 };
38 
41 
44 typedef boost::shared_ptr<ipsdk::imaproc::attr::MVEParams> MVEParamsPtr;
45 
48 typedef boost::shared_ptr<const ipsdk::imaproc::attr::MVEParams> MVEParamsConstPtr;
49 
52 
57 createMVEParameter(const std::vector<ipReal64>& vScales, const ipBool bBlackWhite);
58 
60 createMVEParameter(const std::vector<ipReal64>& vScales, const ipBool bBlackWhite, const ipReal32 blobSensitivityThreshold, const ipReal32 areaSensitivityThreshold);
62 
65 
66 } // end of namespace attr
67 } // end of namespace imaproc
68 } // end of namespace ipsdk
69 
70 #endif // __IPSDKIPLATTRIBUTES_MVEPARAMS_H__
#define IPSDK_DECLARE_NODE_DATA(libraryName, className, childSeq)
boost::shared_ptr< ipsdk::imaproc::attr::MVEParams > MVEParamsPtr
shared pointer to ipsdk::imaproc::attr::MVEParams
Definition: MVEParams.h:180
double ipReal64
boost::shared_ptr< const ipsdk::imaproc::attr::MVEParams > MVEParamsConstPtr
shared pointer to const ipsdk::imaproc::attr::MVEParams
Definition: MVEParams.h:184
IPSDKIPLATTRIBUTES_API ipsdk::imaproc::attr::MVEParamsPtr createMVEParameter(const std::vector< ipReal64 > &vScales, const ipBool bBlackWhite, const ipReal32 blobSensitivityThreshold, const ipReal32 areaSensitivityThreshold)
function allowing to create a MVEParams data item
Definition of import/export macro for library.
bool ipBool
#define IPSDKIPLATTRIBUTES_API
Import/Export macro for library IPSDKIPLAttributes.
Definition: IPSDKIPLAttributesExports.h:25
float ipReal32