OpenCV 4.13.0
Open Source Computer Vision
読み込み中...
検索中...
見つかりません
🤖 AIによる機械翻訳(非公式) — これは OpenCV 4.13.0 公式リファレンス(英語)を AI (Claude) で自動翻訳したものです。訳に誤りを含む場合があります。正確な情報は 公式英語版(原文) を参照してください。

配列の汎用ノルム。 続き...

詳細説明

配列の汎用ノルム。

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)
 

関数詳解

◆ 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,
double * 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,
double * result )
inline