OpenCV
5.0.0-pre
Open Source Computer Vision
|
#include <opencv2/core.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. | |