Hello, I am trying to run textdetection.cpp, everything compiles good with
g++ textdetection.cpp -Wall -o main -lopencv_core -lopencv_imgproc -lopencv_highgui -lopencv_objdetect
Now, when I am trying to run code, i get this error:
10-171-238-125:cpp sdqwerty$ ./main scenetext03.jpg
./main
Demo program of the Extremal Region Filter algorithm described in
Neumann L., Matas J.: Real-Time Scene Text Localization and Recognition, CVPR 2012
Extracting Class Specific Extremal Regions from 9 channels ...
(...) this may take a while (...)
Floating point exception: 8
Using:
- mac os Mavericks
- 10-171-238-125:cpp sdqwerty$ g++ -v Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/usr/include/c++/4.2.1 Apple LLVM version 5.1 (clang-503.0.40) (based on LLVM 3.4svn) Target: x86_64-apple-darwin13.2.0 Thread model: posix
- opencv from : https://github.com/Itseez/opencv
Anyone has a same problem ?