OpenCV  4.10.0
Open Source Computer Vision
Loading...
Searching...
No Matches
paillou_filter.hpp File Reference
#include <opencv2/core.hpp>

Namespaces

namespace  cv
 "black box" representation of the file storage associated with a file on disk.
namespace  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.