OpenCV 4.5.3(日本語機械翻訳)
peilin.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_PEILIN_HPP__
6 #define __OPENCV_PEILIN_HPP__
7
8 #include <opencv2/core.hpp>
9
10 namespace cv { namespace ximgproc {
11
14
26 CV_EXPORTS Matx23d PeiLinNormalization ( InputArray I );
28 CV_EXPORTS_W void PeiLinNormalization ( InputArray I, OutputArray T );
29
30}} // namespace
31
32 #endif
This type is very similar to InputArray except that it is used for input/output and output function p...
Definition: mat.hpp:295
Template class for small matrices whose type and size are known at compilation time
Definition: matx.hpp:100
CV_EXPORTS_W void PeiLinNormalization(InputArray I, OutputArray T)
cv
"black box" representation of the file storage associated with a file on disk.
Definition: aruco.hpp:75