OpenCV 4.5.3(日本語機械翻訳)
edgepreserving_filter.hpp
1 // This file is part of OpenCV project.
2 // It is subject to the license terms in the LICENSE file found in the top-level directory
3 // of this distribution and at http://opencv.org/license.html.
4
5 #ifndef __OPENCV_EDGEPRESERVINGFILTER_HPP__
6 #define __OPENCV_EDGEPRESERVINGFILTER_HPP__
7
8 #include <opencv2/core.hpp>
9
10 namespace cv { namespace ximgproc {
11
14
27 CV_EXPORTS_W void edgePreservingFilter( InputArray src, OutputArray dst, int d, double threshold );
28
29}} // namespace
30
32
33 #endif
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...
cv
"black box" representation of the file storage associated with a file on disk.
Definition: aruco.hpp:75