Structure that defines the parameters for vpiSubmitHarrisKeypointDetector. More...
#include <vpi/algo/HarrisKeypointDetector.h>
Collaboration diagram for VPIHarrisKeypointDetectorParams:Data Fields | |
| uint32_t | gradientSize |
| Gradient window size. More... | |
| uint32_t | blockSize |
| Block window size used to compute the Harris Corner score. More... | |
| float | strengthThresh |
| Specifies the minimum threshold with which to eliminate Harris Corner scores. | |
| float | sensitivity |
| Specifies sensitivity threshold from the Harris-Stephens equation. | |
| float | minNMSDistance |
| Non-maximum suppression radius, set to 0 to disable it. | |
Structure that defines the parameters for vpiSubmitHarrisKeypointDetector.
Definition at line 80 of file HarrisKeypointDetector.h.
| uint32_t VPIHarrisKeypointDetectorParams::blockSize |
Block window size used to compute the Harris Corner score.
Must be 3, 5 or 7.
Definition at line 86 of file HarrisKeypointDetector.h.
| uint32_t VPIHarrisKeypointDetectorParams::gradientSize |