声明实现暴力匹配器算法的函数。 更多...
#include "../AlgoFlags.h"
#include "../Export.h"
#include "../Status.h"
#include "../Types.h"
#include <stdint.h>
函数 | |
VPIStatus | vpiSubmitBruteForceMatcher (VPIStream stream, uint64_t backend, VPIArray queryDescriptor, VPIArray referenceDescriptor, VPINormType normType, int32_t maxMatchesPerQuery, VPIArray matches, uint32_t algoFlag) |
在描述符上运行暴力匹配器算法。 更多... | |
声明实现暴力匹配器算法的函数。
在文件 BruteForceMatcher.h 中定义。