OpenCV  3.1.0
Open Source Computer Vision
Namespaces | Functions
fuzzy_F0_math.hpp File Reference
#include "opencv2/fuzzy/types.hpp"
#include "opencv2/core.hpp"

Namespaces

 cv
 
 cv::ft
 

Functions

void cv::ft::FT02D_components (InputArray matrix, InputArray kernel, OutputArray components, InputArray mask)
 Computes components of the array using direct F0-transform. More...
 
void cv::ft::FT02D_components (InputArray matrix, InputArray kernel, OutputArray components)
 Computes components of the array using direct F0-transform. More...
 
void cv::ft::FT02D_inverseFT (InputArray components, InputArray kernel, OutputArray output, int width, int height)
 Computes inverse F0-transfrom. More...
 
int cv::ft::FT02D_iteration (const Mat &image, const Mat &kernel, Mat &imageOutput, const Mat &mask, Mat &maskOutput, bool firstStop=true)
 Computes F0-transfrom and inverse F0-transfrom at once and return state. More...
 
void cv::ft::FT02D_process (const Mat &image, const Mat &kernel, Mat &output, const Mat &mask)
 Computes F0-transfrom and inverse F0-transfrom at once. More...