OpenCV 4.12.0
开源计算机视觉
加载中...
搜索中...
无匹配项

数组的通用范数。 更多...

详细描述

数组的通用范数。

两个数组之间的通用范数。

参数
src源图像
src_step源图像
mask指定的数组区域。
mask_step掩码数组步长。
width源图像尺寸
height源图像尺寸
type源图像的元素类型
norm_type范数的类型
result指向结果输出的指针
src1第一个源图像
src1_step第一个源图像
src2第二个源图像
src2_step第二个源图像
mask指定的数组区域。
mask_step掩码数组步长。
width源图像尺寸
height源图像尺寸
type源图像的元素类型
norm_type范数的类型
result指向结果输出的指针

函数

int hal_ni_norm (const uchar *src, size_t src_step, const uchar *mask, size_t mask_step, int width, int height, int type, int norm_type, double *result)
 
int hal_ni_normDiff (const uchar *src1, size_t src1_step, const uchar *src2, size_t src2_step, const uchar *mask, size_t mask_step, int width, int height, int type, int norm_type, double *result)
 

函数文档

◆ hal_ni_norm()

int hal_ni_norm ( const uchar * src,
size_t src_step,
const uchar * mask,
size_t mask_step,
int width,
int height,
int type,
int norm_type,
如果传入NULL,则假定尺度参数c为1.0。否则,指向的变量将被设置为最优尺度。 result )
inline

◆ hal_ni_normDiff()

int hal_ni_normDiff ( const uchar * src1,
size_t src1_step,
const uchar * src2,
size_t src2_step,
const uchar * mask,
size_t mask_step,
int width,
int height,
int type,
int norm_type,
如果传入NULL,则假定尺度参数c为1.0。否则,指向的变量将被设置为最优尺度。 result )
inline