mirror of
https://github.com/opencv/opencv_contrib.git
synced 2025-10-19 02:16:34 +08:00
Text detector class and Custom Image processor Class
This commit is contained in:
@@ -41,6 +41,7 @@ the use of this software, even if advised of the possibility of such damage.
|
||||
|
||||
#include "opencv2/text/erfilter.hpp"
|
||||
#include "opencv2/text/ocr.hpp"
|
||||
#include "opencv2/text/textDetector.hpp"
|
||||
|
||||
/** @defgroup text Scene Text Detection and Recognition
|
||||
|
||||
@@ -92,7 +93,7 @@ grouping horizontally aligned text, and the method proposed by Lluis Gomez and D
|
||||
in [Gomez13][Gomez14] for grouping arbitrary oriented text (see erGrouping).
|
||||
|
||||
To see the text detector at work, have a look at the textdetection demo:
|
||||
<https://github.com/opencv/opencv_contrib/blob/master/modules/text/samples/textdetection.cpp>
|
||||
<https://github.com/Itseez/opencv_contrib/blob/master/modules/text/samples/textdetection.cpp>
|
||||
|
||||
@defgroup text_recognize Scene Text Recognition
|
||||
@}
|
||||
|
Reference in New Issue
Block a user