![]() |
IPSDK
4_1_0_2
IPSDK : Image Processing Software Development Kit
|
parameters used during corner detection process More...
Classes | |
| class | ipsdk::imaproc::attr::CornerDetectionParams |
| parameters used during corner detection process More... | |
Typedefs | |
| typedef boost::shared_ptr< ipsdk::imaproc::attr::CornerDetectionParams > | ipsdk::imaproc::attr::CornerDetectionParamsPtr |
| shared pointer to ipsdk::imaproc::attr::CornerDetectionParams | |
| typedef boost::shared_ptr< const ipsdk::imaproc::attr::CornerDetectionParams > | ipsdk::imaproc::attr::CornerDetectionParamsConstPtr |
| shared pointer to const ipsdk::imaproc::attr::CornerDetectionParams | |
Functions | |
| IPSDKIPLATTRIBUTES_API ipsdk::imaproc::attr::CornerDetectionParamsPtr | ipsdk::imaproc::attr::createShiTomasiParams () |
| function allowing to create a CornerDetectionParams data item associated to shi-tomasi method | |
| IPSDKIPLATTRIBUTES_API ipsdk::imaproc::attr::CornerDetectionParamsPtr | ipsdk::imaproc::attr::createHarrisParams (const ipReal32 sensitivity) |
| function allowing to create a CornerDetectionParams data item associated to harris method | |
| IPSDKIPLATTRIBUTES_API ipsdk::imaproc::attr::CornerDetectionParamsPtr | ipsdk::imaproc::attr::createDefaultHarris2dParams () |
| function allowing to create a default CornerDetectionParams data item associated to harris method in 2d case | |
| IPSDKIPLATTRIBUTES_API ipsdk::imaproc::attr::CornerDetectionParamsPtr | ipsdk::imaproc::attr::createDefaultHarris3dParams () |
| function allowing to create a default CornerDetectionParams data item associated to harris method in 3d case | |
parameters used during corner detection process
| Name | ToolTip | Associated Class | Default Value |
|---|---|---|---|
| Method | method used for corner detection | ipsdk::DataItemEnumLeaf<ipsdk::imaproc::attr::eCornerDetectionMethod> | ipsdk::imaproc::attr::eCornerDetectionMethod::eCDM_Harris |
| HarrisSensitivity | Sensitivity parameter used during harris corner detection. | ipsdk::DataItemLeaf<ipsdk::ipReal32> |
1.8.14