Loading [MathJax]/extensions/MathMenu.js
OpenCV  
Open Source Computer Vision
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
Namespaces | Functions
edgepreserving_filter.hpp File Reference
#include <opencv2/core.hpp>

Namespaces

 cv
 "black box" representation of the file storage associated with a file on disk.
 
 cv::ximgproc
 

Functions

void cv::ximgproc::edgePreservingFilter (InputArray src, OutputArray dst, int d, double threshold)
 Smoothes an image using the Edge-Preserving filter. More...