VPI - Vision Programming Interface

0.1.0 Release

VPIHarrisKeypointDetectorParams Struct Reference

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.
 

Detailed Description

Structure that defines the parameters for vpiSubmitHarrisKeypointDetector.

Definition at line 80 of file HarrisKeypointDetector.h.

Field Documentation

◆ blockSize

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.

◆ gradientSize

uint32_t VPIHarrisKeypointDetectorParams::gradientSize

Gradient window size.

Must be 3, 5 or 7.

Definition at line 83 of file HarrisKeypointDetector.h.


The documentation for this struct was generated from the following file: