|
VPI - Vision Programming Interface
0.2.0 Release
|
Go to the documentation of this file.
56 #ifndef NV_VPI_ALGORITHMS_HARRIS_KEYPOINT_DETECTOR_H
57 #define NV_VPI_ALGORITHMS_HARRIS_KEYPOINT_DETECTOR_H
137 #endif // NV_VPI_ALGORITHMS_HARRIS_KEYPOINT_DETECTOR_H
float sensitivity
Specifies sensitivity threshold from the Harris-Stephens equation.
VPIStatus vpiCreateHarrisKeypointDetector(VPIStream stream, uint32_t inputWidth, uint32_t inputHeight, VPIPayload *payload)
Creates a Harris Keypoint Detector payload.
Structure that defines the parameters for vpiSubmitHarrisKeypointDetector.
float strengthThresh
Specifies the minimum threshold with which to eliminate Harris Corner scores.
uint32_t gradientSize
Gradient window size.
VPIStatus vpiSubmitHarrisKeypointDetector(VPIPayload payload, VPIImage input, VPIArray outFeatures, VPIArray outScores, const VPIHarrisKeypointDetectorParams *params)
Submits Harris Keypoint Detector operation to the stream associated with the payload.
float minNMSDistance
Non-maximum suppression radius, set to 0 to disable it.
struct VPIImageImpl * VPIImage
uint32_t blockSize
Block window size used to compute the Harris Corner score.
struct VPIPayloadImpl * VPIPayload
A handle to an algorithm payload.
struct VPIArrayImpl * VPIArray
struct VPIStreamImpl * VPIStream