Declares functions that implement the Harris Corner Detector algorithm. More...
Go to the source code of this file.
Data Structures | |
struct | VPIHarrisCornerDetectorParams |
Structure that defines the parameters for vpiSubmitHarrisCornerDetector. More... | |
Functions | |
VPIStatus | vpiInitHarrisCornerDetectorParams (VPIHarrisCornerDetectorParams *params) |
Initializes VPIHarrisCornerDetectorParams with default values. More... | |
VPIStatus | vpiCreateHarrisCornerDetector (uint64_t backends, int32_t inputWidth, int32_t inputHeight, VPIPayload *payload) |
Creates a Harris Corner Detector payload. More... | |
VPIStatus | vpiSubmitHarrisCornerDetector (VPIStream stream, uint64_t backend, VPIPayload payload, VPIImage input, VPIArray outFeatures, VPIArray outScores, const VPIHarrisCornerDetectorParams *params) |
Submits a Harris Corner Detector operation to the stream. More... | |
Declares functions that implement the Harris Corner Detector algorithm.
Definition in file HarrisCorners.h.