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

Namespaces

 cv
 
 cv::ximgproc
 

Functions

void cv::ximgproc::GradientPaillouX (InputArray op, OutputArray _dst, double alpha, double omega)
 
void cv::ximgproc::GradientPaillouY (InputArray op, OutputArray _dst, double alpha, double omega)
 Applies Paillou filter to an image. More...