OpenCV  3.2.0
Open Source Computer Vision
Namespaces | Functions
deriche_filter.hpp File Reference
#include <opencv2/core.hpp>

Namespaces

 cv
 
 cv::ximgproc
 

Functions

void cv::ximgproc::GradientDericheX (InputArray _op, OutputArray _dst, double alphaDerive, double alphaMean)
 Applies X Deriche filter to an image. More...
 
void cv::ximgproc::GradientDericheY (InputArray _op, OutputArray _dst, double alphaDerive, double alphaMean)
 Applies Y Deriche filter to an image. More...