VPI - Vision Programming Interface

1.2 Release

HarrisCorners.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 HarrisCorners.h:

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 (uint32_t backends, int32_t inputWidth, int32_t inputHeight, VPIPayload *payload)
 Creates a Harris Corner Detector payload. More...
 
VPIStatus vpiSubmitHarrisCornerDetector (VPIStream stream, uint32_t backend, 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 HarrisCorners.h.