OpenCV 4.5.3(日本語機械翻訳)
opencv2
text
swt_text_detection.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_TEXT_SWTTEXTDETECTOR_HPP__
6
#define __OPENCV_TEXT_SWTTEXTDETECTOR_HPP__
7
8
#include <opencv2/core.hpp>
9
#include <vector>
10
11
namespace
cv
{
12
namespace
text {
20
CV_EXPORTS_W
void
detectTextSWT (InputArray input, CV_OUT std::vector<cv::Rect>& result,
bool
dark_on_light, OutputArray& draw=noArray(), OutputArray & chainBBs =noArray());
21
}
22
}
23
24
#endif
cv
"black box" representation of the file storage associated with a file on disk.
Definition:
aruco.hpp:75
構築:
1.9.2