Declares functions that implement brute force matcher algorithms. More...
#include "../AlgoFlags.h"
#include "../Export.h"
#include "../Status.h"
#include "../Types.h"
#include <stdint.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... | |
Declares functions that implement brute force matcher algorithms.
Definition in file BruteForceMatcher.h.