![]() |
OpenCV 4.12.0
開源計算機視覺
|
名稱空間 | |
| 名稱空間 | cv |
| 名稱空間 | cv::ft |
函式 | |
| 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) |
| 影像修復。 | |