$darkmode
OpenCV 4.12.0
Open Source Computer Vision
Namespaces | Functions
deriche_filter.hpp File Reference
#include <opencv2/core.hpp>
Include dependency graph for deriche_filter.hpp:
This graph shows which files directly or indirectly include this file:

Namespaces

 cv
 
 cv::ximgproc
 

Functions

void cv::ximgproc::GradientDericheX (InputArray op, OutputArray dst, double alpha, double omega)
 Applies X Deriche filter to an image. More...
 
void cv::ximgproc::GradientDericheY (InputArray op, OutputArray dst, double alpha, double omega)
 Applies Y Deriche filter to an image. More...