Open farirat opened 7 years ago
Did you try changing the C++ std while compiling. $ g++ -o DetectText TextDetection.cpp FeaturesMain.cpp -lopencv_core -lopencv_highgui -lopencv_imgproc -I/path/to/current/directory -std=c++14
Use this and that will remove the not allowed in C++98 error. However there is a syntactical error in between as well. Whatever error is left after that please comment here.
Getting the following error: