OpenCV 4.10.0
开源计算机视觉
|
命名空间 | |
namespace | cv |
与磁盘上的文件关联的文件存储的“黑盒”表示。 | |
namespace | 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) |
图像修复。 | |