16 #ifndef __IPSDKIPLATTRIBUTES_GABORPARAMS_H__ 17 #define __IPSDKIPLATTRIBUTES_GABORPARAMS_H__ 45 typedef boost::shared_ptr<ipsdk::imaproc::attr::GaborParams>
GaborParamsPtr;
81 #endif // __IPSDKIPLATTRIBUTES_GABORPARAMS_H__ #define IPSDK_DECLARE_NODE_DATA(libraryName, className, childSeq)
IPSDKIPLATTRIBUTES_API GaborParamsPtr createGaborParams2d(const ipReal32 stdDevX, const ipReal32 stdDevY, const ipReal32 theta)
function allowing to create a custom GaborParams object
boost::shared_ptr< ipsdk::imaproc::attr::GaborParams > GaborParamsPtr
shared pointer to ipsdk::imaproc::attr::GaborParams
Definition: GaborParams.h:187
boost::shared_ptr< const ipsdk::imaproc::attr::GaborParams > GaborParamsConstPtr
shared pointer to const ipsdk::imaproc::attr::GaborParams
Definition: GaborParams.h:191
IPSDKIPLATTRIBUTES_API GaborParamsPtr createGaborParams3d(const ipReal32 stdDevX, const ipReal32 stdDevY, const ipReal32 stdDevZ, const ipReal32 theta, const ipReal32 phi)
function allowing to create a custom GaborParams object
Definition of import/export macro for library.
#define IPSDKIPLATTRIBUTES_API
Import/Export macro for library IPSDKIPLAttributes.
Definition: IPSDKIPLAttributesExports.h:25
IPSDKIPLATTRIBUTES_API GaborParamsPtr createDefaultGaborParams()
function allowing to create a default GaborParams object