![]() |
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) |
|
inline |
#include <core/src/hal_replacement.hpp>
|
inline |
#include <core/src/hal_replacement.hpp>