VPI - Vision Programming Interface

0.2.0 Release

HarrisKeypointDetector.h File Reference
#include "vpi/Export.h"
#include "vpi/Status.h"
#include "vpi/Types.h"
#include <stdint.h>
+ Include dependency graph for HarrisKeypointDetector.h:

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...
 

Detailed Description

Declares functions that implement the Harris Keypoint Detector algorithm.

Definition in file HarrisKeypointDetector.h.