VPI - Vision Programming Interface

3.1 Release

TemplateMatching.h File Reference

Declares functions that implement the template matching algorithm. More...

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

Go to the source code of this file.

Enumerations

enum  VPITemplateMatchingMethod
 Define method to calculate the template matching score. More...
 

Functions

VPIStatus vpiCreateTemplateMatching (uint64_t backends, int32_t imageWidth, int32_t imageHeight, VPIPayload *payload)
 Creates payload for vpiSubmitTemplateMatching. More...
 
VPIStatus vpiTemplateMatchingSetSourceImage (VPIStream stream, uint64_t backend, VPIPayload payload, VPIImage srcImage)
 Set the source image. More...
 
VPIStatus vpiTemplateMatchingSetTemplateImage (VPIStream stream, uint64_t backend, VPIPayload payload, VPIImage templImage, VPIImage mask)
 Set the template image. More...
 
VPIStatus vpiSubmitTemplateMatching (VPIStream stream, uint64_t backend, VPIPayload payload, VPIImage output, VPITemplateMatchingMethod method)
 Runs the template matching algorithm with provided template. More...
 

Detailed Description

Declares functions that implement the template matching algorithm.

Definition in file TemplateMatching.h.