OpenCV
4.10.0
Open Source Computer Vision
|
Namespaces | |
namespace | cv |
"black box" representation of the file storage associated with a file on disk. | |
namespace | cv::ft |
Functions | |
void | cv::ft::createKernel (InputArray A, InputArray B, OutputArray kernel, const int chn) |
Creates kernel from basic functions. | |
void | cv::ft::createKernel (int function, int radius, OutputArray kernel, const int chn) |
Creates kernel from general functions. | |
void | cv::ft::filter (InputArray image, InputArray kernel, OutputArray output) |
Image filtering. | |
void | cv::ft::inpaint (InputArray image, InputArray mask, OutputArray output, int radius, int function, int algorithm) |
Image inpainting. | |