opencv2/ximgproc/edgepreserving_filter.hpp#
#include <opencv2/core.hpp>
Include dependency graph for edgepreserving_filter.hpp:
This graph shows which files directly or indirectly include edgepreserving_filter.hpp:
Namespaces#
namespace cv
namespace cv::ximgproc
Functions#
void cv::ximgproc::edgePreservingFilter (InputArray src, OutputArray dst, int d, double threshold)
Smoothes an image using the Edge-Preserving filter.