![]() |
OpenCV 4.13.0
Open Source Computer Vision
|
配列の汎用ノルム。 続き...
配列の汎用ノルム。
2つの配列間の汎用ノルム。
| src | 入力画像 |
| src_step | 入力画像 |
| mask | 指定された配列領域。 |
| mask_step | マスク配列のステップ。 |
| width | 入力画像の寸法 |
| height | 入力画像の寸法 |
| type | 入力画像の要素の型 |
| norm_type | ノルムの種類 |
| result | 結果の出力先へのポインタ |
| src1 | 第1の入力画像 |
| src1_step | 第1の入力画像 |
| src2 | 第2の入力画像 |
| src2_step | 第2の入力画像 |
| 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>