Go to the source code of this file.
Data Structures | |
struct | VPIHarrisKeypointDetectorParams |
Structure that defines the parameters for vpiSubmitHarrisKeypointDetector. More... | |
Functions | |
VPIStatus | vpiCreateHarrisKeypointDetector (VPIStream stream, uint32_t inputWidth, uint32_t inputHeight, VPIPayload *payload) |
Creates a Harris Keypoint Detector payload. More... | |
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. More... | |
Declares functions that implement the Harris Keypoint Detector algorithm.
Definition in file HarrisKeypointDetector.h.