OpenCV 4.11.0
开源计算机视觉库
加载中…
搜索中…
未找到匹配项

详细描述

向量的汉明范数

参数
a指向向量数据的指针
n向量的长度
cellSize将向量的多少位相加并视为单个位,可以是 1(标准汉明距离)、2 或 4
result指向结果输出的指针

两个向量之间的汉明距离

参数
a指向第一个向量数据的指针
b指向第二个向量数据的指针
n向量的长度
cellSize将向量的多少位相加并视为单个位,可以是 1(标准汉明距离)、2 或 4
result指向结果输出的指针

函数

int hal_ni_normHamming8u (const uchar *a, int n, int cellSize, int *result)
 
int hal_ni_normHammingDiff8u (const uchar *a, const uchar *b, int n, int cellSize, int *result)
 

函数文档

◆ hal_ni_normHamming8u()

int hal_ni_normHamming8u ( const uchar * a,
int n,
int cellSize,
int * result )
内联

◆ hal_ni_normHammingDiff8u()

int hal_ni_normHammingDiff8u ( const uchar * a,
const uchar * b,
int n,
int cellSize,
int * result )
内联