mirror of
https://github.com/opencv/opencv.git
synced 2024-11-25 03:30:34 +08:00
5abe3b59f5
Neumann L., Matas J.: Real-Time Scene Text Localization and Recognition, CVPR 2012. High-level C++ interface and implementation of algorithm is in the objdetect module. C++ example, a test image, and the default classifiers in xml files.
3 lines
130 B
CMake
3 lines
130 B
CMake
set(the_description "Object Detection")
|
|
ocv_define_module(objdetect opencv_core opencv_imgproc opencv_ml OPTIONAL opencv_highgui)
|