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

Namespaces

 cv
 
 cv::ft
 

Functions

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