OpenCV  5.0.0-pre
Open Source Computer Vision
Loading...
Searching...
No Matches
Namespaces | Functions
fuzzy_image.hpp File Reference
#include "types.hpp"
#include "opencv2/core.hpp"
Include dependency graph for fuzzy_image.hpp:
This graph shows which files directly or indirectly include this file:

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.