🤖
AIによる機械翻訳(非公式) — これは OpenCV 4.13.0 公式リファレンス(英語)を AI (Claude) で自動翻訳したものです。訳に誤りを含む場合があります。正確な情報は
公式英語版(原文) を参照してください。
|
| void | cv::ft::createKernel (InputArray A, InputArray B, OutputArray kernel, const int chn) |
| | 基底関数からカーネルを生成する。
|
| |
| void | cv::ft::createKernel (int function, int radius, OutputArray kernel, const int chn) |
| | 一般関数からカーネルを生成する。
|
| |
| void | cv::ft::filter (InputArray image, InputArray kernel, OutputArray output) |
| | 画像フィルタリング。
|
| |
| void | cv::ft::inpaint (InputArray image, InputArray mask, OutputArray output, int radius, int function, int algorithm) |
| | 画像のインペインティング。
|
| |