Implementation of the method proposed in the papers " TextProposals: a Text-specific Selective Search Algorithm for Word Spotting in the Wild" and "Object Proposals for Text Extraction in the Wild" (Gomez & Karatzas), 2016 and 2015 respectively.
when I compile this project ,I encountered a problem
fatal error: opencv2/highgui.hpp: not found this file
compilation terminated.
CMakeFiles/eval_SVT.dir/build.make:86: recipe for target 'CMakeFiles/eval_SVT.dir/eval_SVT.cpp.o' failed
make[2]: [CMakeFiles/eval_SVT.dir/eval_SVT.cpp.o] Error 1
CMakeFiles/Makefile2:67: recipe for target 'CMakeFiles/eval_SVT.dir/all' failed
make[1]: [CMakeFiles/eval_SVT.dir/all] Error 2
Makefile:83: recipe for target 'all' failed
make: *** [all] Error 2
can anyone help me ?
when I compile this project ,I encountered a problem fatal error: opencv2/highgui.hpp: not found this file compilation terminated. CMakeFiles/eval_SVT.dir/build.make:86: recipe for target 'CMakeFiles/eval_SVT.dir/eval_SVT.cpp.o' failed make[2]: [CMakeFiles/eval_SVT.dir/eval_SVT.cpp.o] Error 1 CMakeFiles/Makefile2:67: recipe for target 'CMakeFiles/eval_SVT.dir/all' failed make[1]: [CMakeFiles/eval_SVT.dir/all] Error 2 Makefile:83: recipe for target 'all' failed make: *** [all] Error 2 can anyone help me ?