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