🤖
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 |