probably fixed compile errors

pull/41/head
Vadim Pisarevsky 11 years ago
parent 4906050ea1
commit a52c0a2bb0
  1. 2
      modules/text/CMakeLists.txt
  2. 1
      modules/text/samples/textdetection.cpp

@ -1,2 +1,2 @@
set(the_description "Text Detection and Recognition")
ocv_define_module(text opencv_ml opencv_imgproc opencv_core)
ocv_define_module(text opencv_ml opencv_highgui opencv_imgproc opencv_core)

@ -8,7 +8,6 @@
* Author: Lluis Gomez i Bigorda <lgomez AT cvc.uab.es>
*/
#include "opencv2/opencv.hpp"
#include "opencv2/text.hpp"
#include "opencv2/highgui.hpp"
#include "opencv2/imgproc.hpp"

Loading…
Cancel
Save