OpenCV  4.2.0
Open Source Computer Vision
Namespaces | Functions
fuzzy_image.hpp File Reference
#include "types.hpp"
#include "opencv2/core.hpp"

Namespaces

 cv
 "black box" representation of the file storage associated with a file on disk.
 
 cv::ft
 

Functions

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...