IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
CornerDetectionParams.h
1 // CornerDetectionParams.h:
3 // ------------------------
4 //
15 
16 #ifndef __IPSDKIPLATTRIBUTES_CORNERDETECTIONPARAMS_H__
17 #define __IPSDKIPLATTRIBUTES_CORNERDETECTIONPARAMS_H__
18 
22 
23 namespace ipsdk {
24 namespace imaproc {
25 namespace attr {
26 
32 
33 IPSDK_DECLARE_NODE_DATA(IPSDKIPLAttributes, CornerDetectionParams,
35  ((LEAF)(HarrisSensitivity)(ipsdk::ipReal32)))
36 };
37 
40 
43 typedef boost::shared_ptr<ipsdk::imaproc::attr::CornerDetectionParams> CornerDetectionParamsPtr;
44 
47 typedef boost::shared_ptr<const ipsdk::imaproc::attr::CornerDetectionParams> CornerDetectionParamsConstPtr;
48 
51 
57 
62 createHarrisParams(const ipReal32 sensitivity);
63 
69 
75 
78 
79 } // end of namespace attr
80 } // end of namespace imaproc
81 } // end of namespace ipsdk
82 
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.
float ipReal32