56 #ifndef NV_VPI_ALGORITHMS_BRUTEFORCE_MATCHER_H
57 #define NV_VPI_ALGORITHMS_BRUTEFORCE_MATCHER_H
59 #include "../AlgoFlags.h"
60 #include "../Export.h"
61 #include "../Status.h"
132 int32_t maxMatchesPerQuery,
VPIArray matches, uint32_t algoFlag);
VPINormType
Defines the magnitude of vectors.
struct VPIArrayImpl * VPIArray
A handle to an array.
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.
struct VPIStreamImpl * VPIStream
A handle to a stream.