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

詳細説明

逆数を計算する: dst[i] = scale / src[i]

引数
src_data入力画像データ
src_step入力画像のステップ
dst_data出力画像データ
dst_step出力画像のステップ
width画像の幅
height画像の高さ
scale追加の乗数

関数

int hal_ni_recip16s (const short *src_data, size_t src_step, short *dst_data, size_t dst_step, int width, int height, double scale)
 
int hal_ni_recip16u (const ushort *src_data, size_t src_step, ushort *dst_data, size_t dst_step, int width, int height, double scale)
 
int hal_ni_recip32f (const float *src_data, size_t src_step, float *dst_data, size_t dst_step, int width, int height, double scale)
 
int hal_ni_recip32s (const int *src_data, size_t src_step, int *dst_data, size_t dst_step, int width, int height, double scale)
 
int hal_ni_recip64f (const double *src_data, size_t src_step, double *dst_data, size_t dst_step, int width, int height, double scale)
 
int hal_ni_recip8s (const schar *src_data, size_t src_step, schar *dst_data, size_t dst_step, int width, int height, double scale)
 
int hal_ni_recip8u (const uchar *src_data, size_t src_step, uchar *dst_data, size_t dst_step, int width, int height, double scale)
 

関数詳解

◆ hal_ni_recip16s()

int hal_ni_recip16s ( const short * src_data,
size_t src_step,
short * dst_data,
size_t dst_step,
int width,
int height,
double scale )
inline

◆ hal_ni_recip16u()

int hal_ni_recip16u ( const ushort * src_data,
size_t src_step,
ushort * dst_data,
size_t dst_step,
int width,
int height,
double scale )
inline

◆ hal_ni_recip32f()

int hal_ni_recip32f ( const float * src_data,
size_t src_step,
float * dst_data,
size_t dst_step,
int width,
int height,
double scale )
inline

◆ hal_ni_recip32s()

int hal_ni_recip32s ( const int * src_data,
size_t src_step,
int * dst_data,
size_t dst_step,
int width,
int height,
double scale )
inline

◆ hal_ni_recip64f()

int hal_ni_recip64f ( const double * src_data,
size_t src_step,
double * dst_data,
size_t dst_step,
int width,
int height,
double scale )
inline

◆ hal_ni_recip8s()

int hal_ni_recip8s ( const schar * src_data,
size_t src_step,
schar * dst_data,
size_t dst_step,
int width,
int height,
double scale )
inline

◆ hal_ni_recip8u()

int hal_ni_recip8u ( const uchar * src_data,
size_t src_step,
uchar * dst_data,
size_t dst_step,
int width,
int height,
double scale )
inline