OpenCV 4.5.3(日本語機械翻訳)
oilpainting.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
6 #ifndef __OPENCV_OIL_PAINTING_HPP__
7 #define __OPENCV_OIL_PAINTING_HPP__
8
9 #include <opencv2/core.hpp>
10 #include <opencv2/imgproc.hpp>
11
12 namespace cv
13{
14 namespace xphoto
15{
16
19
28 CV_EXPORTS_W void oilPainting(InputArray src, OutputArray dst, int size, int dynRatio, int code);
36 CV_EXPORTS_W void oilPainting(InputArray src, OutputArray dst, int size, int dynRatio);
38}
39}
40
41 #endif // __OPENCV_OIL_PAINTING_HPP__
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 void oilPainting(InputArray src, OutputArray dst, int size, int dynRatio)
oilPainting See the book for details.
cv
"black box" representation of the file storage associated with a file on disk.
Definition: aruco.hpp:75