5
#ifndef __OPENCV_EDGEPRESERVINGFILTER_HPP__
6
#define __OPENCV_EDGEPRESERVINGFILTER_HPP__
8
#include <opencv2/core.hpp>
10
namespace
cv
{
namespace
ximgproc {
This type is very similar to InputArray except that it is used for input/output and output function p...
Definition:
mat.hpp:295
CV_EXPORTS_W double threshold(InputArray src, OutputArray dst, double thresh, double maxval, int type)
Applies a fixed-level threshold to each array element.
CV_EXPORTS_W void edgePreservingFilter(InputArray src, OutputArray dst, int flags=1, float sigma_s=60, float sigma_r=0.4f)
Filtering is the fundamental operation in image and video processing. Edge-preserving smoothing filte...
"black box" representation of the file storage associated with a file on disk.
Definition:
aruco.hpp:75