lluisgomez / TextProposals

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.
https://github.com/lluisgomez/TextProposals
193 stars 82 forks source link

fatal error: opencv2/highgui.hpp #21

Open wwb20030901 opened 6 years ago

wwb20030901 commented 6 years ago

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 ?