16 #ifndef __IPSDKIPLATTRIBUTES_CORNERDETECTIONPARAMS_H__ 17 #define __IPSDKIPLATTRIBUTES_CORNERDETECTIONPARAMS_H__ 83 #endif // __IPSDKIPLATTRIBUTES_CORNERDETECTIONPARAMS_H__ #define IPSDK_DECLARE_NODE_DATA(libraryName, className, childSeq)
boost::shared_ptr< ipsdk::imaproc::attr::CornerDetectionParams > CornerDetectionParamsPtr
shared pointer to ipsdk::imaproc::attr::CornerDetectionParams
Definition: CornerDetectionParams.h:131
IPSDKIPLATTRIBUTES_API ipsdk::imaproc::attr::CornerDetectionParamsPtr createDefaultHarris2dParams()
function allowing to create a default CornerDetectionParams data item associated to harris method in ...
Harris corner detection method.
Definition: CornerDetectionMethod.h:35
IPSDKIPLATTRIBUTES_API ipsdk::imaproc::attr::CornerDetectionParamsPtr createShiTomasiParams()
function allowing to create a CornerDetectionParams data item associated to shi-tomasi method ...
eCornerDetectionMethod
Enumerate describing corner detection method.
Definition: CornerDetectionMethod.h:31
Definition of import/export macro for library.
IPSDKIPLATTRIBUTES_API ipsdk::imaproc::attr::CornerDetectionParamsPtr createHarrisParams(const ipReal32 sensitivity)
function allowing to create a CornerDetectionParams data item associated to harris method ...
IPSDKIPLATTRIBUTES_API ipsdk::imaproc::attr::CornerDetectionParamsPtr createDefaultHarris3dParams()
function allowing to create a default CornerDetectionParams data item associated to harris method in ...
#define IPSDKIPLATTRIBUTES_API
Import/Export macro for library IPSDKIPLAttributes.
Definition: IPSDKIPLAttributesExports.h:25
boost::shared_ptr< const ipsdk::imaproc::attr::CornerDetectionParams > CornerDetectionParamsConstPtr
shared pointer to const ipsdk::imaproc::attr::CornerDetectionParams
Definition: CornerDetectionParams.h:135
Predefined types for corner detection method management.