16 #ifndef __IPSDKIPLATTRIBUTES_MVEPARAMS_H__ 17 #define __IPSDKIPLATTRIBUTES_MVEPARAMS_H__ 44 typedef boost::shared_ptr<ipsdk::imaproc::attr::MVEParams>
MVEParamsPtr;
48 typedef boost::shared_ptr<const ipsdk::imaproc::attr::MVEParams>
MVEParamsConstPtr;
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
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.
#define IPSDKIPLATTRIBUTES_API
Import/Export macro for library IPSDKIPLAttributes.
Definition: IPSDKIPLAttributesExports.h:25