VPI - Vision Programming Interface

3.1 Release

BruteForceMatcher.h File Reference

Declares functions that implement brute force matcher algorithms. More...

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

Go to the source code of this file.

Functions

VPIStatus vpiSubmitBruteForceMatcher (VPIStream stream, uint64_t backend, VPIArray queryDescriptor, VPIArray referenceDescriptor, VPINormType normType, int32_t maxMatchesPerQuery, VPIArray matches, uint32_t algoFlag)
 Runs a brute force matcher algorithm on descriptors. More...
 

Detailed Description

Declares functions that implement brute force matcher algorithms.

Definition in file BruteForceMatcher.h.