|
void | cv::ft::createKernel (cv::InputArray A, cv::InputArray B, cv::OutputArray kernel, const int chn=1) |
| Creates kernel from basic functions. More...
|
|
void | cv::ft::createKernel (int function, int radius, cv::OutputArray kernel, const int chn=1) |
| Creates kernel from general functions. More...
|
|
void | cv::ft::filter (const cv::Mat &image, const cv::Mat &kernel, cv::Mat &output) |
| Image filtering. More...
|
|
void | cv::ft::inpaint (const cv::Mat &image, const cv::Mat &mask, cv::Mat &output, int radius=2, int function=ft::LINEAR, int algorithm=ft::ONE_STEP) |
| Image inpainting. More...
|
|