VPI - Vision Programming Interface

0.4.4 Release

HarrisCornerDetector.h File Reference

Declares functions that implement the Harris Corner Detector algorithm. More...

#include "../Export.h"
#include "../Status.h"
#include "../Types.h"
#include <stdint.h>
+ Include dependency graph for HarrisCornerDetector.h:

Go to the source code of this file.

Data Structures

struct  VPIHarrisCornerDetectorParams
 Structure that defines the parameters for vpiSubmitHarrisCornerDetector. More...
 

Functions

VPIStatus vpiCreateHarrisCornerDetector (VPIBackend backend, uint32_t inputWidth, uint32_t inputHeight, VPIPayload *payload)
 Creates a Harris Corner Detector payload. More...
 
VPIStatus vpiSubmitHarrisCornerDetector (VPIStream stream, VPIPayload payload, VPIImage input, VPIArray outFeatures, VPIArray outScores, const VPIHarrisCornerDetectorParams *params)
 Submits Harris Corner Detector operation to the stream associated with the payload. More...
 

Detailed Description

Declares functions that implement the Harris Corner Detector algorithm.

Definition in file HarrisCornerDetector.h.