DetectText icon indicating copy to clipboard operation
DetectText copied to clipboard

Detect text with stroke width transform.

Results 8 DetectText issues
Sort by recently updated
recently updated
newest added

Getting the following error: ``` # g++ -o DetectText TextDetection.cpp FeaturesMain.cpp -lopencv_core -lopencv_highgui -lopencv_imgproc -I/path/to/current/directory TextDetection.cpp: In function ‘std::vector DetectText::findBoundingBoxes(std::vector&, std::vector&, std::vector&, cv::Mat&)’: TextDetection.cpp:63:16: error: ISO C++ forbids declaration of...

Hi, I am very much interested in using this algorithm for my text recognition system. Your code was using IplImages and older form of opencv and so decided to change...

I have made some adjustments to the findlegallyconnectedcomponents(rays). The if conditions when looking to the ratios should be && instead of || operators. Since you will always have a true...

I wonder that when the function""findLegallyConnectedComponents " is planning to return,but it stuck into returning .Could someone help me with that?

I'm using ubuntu 14.04 and installing the opencv libs via: ``` apt-get install libopencv-core2.4 libopencv-core-dev ``` but when I compile it's telling me it can't find the `opencv/cv.`h header file....

I compiled it on centos as per your instructions in README. But it is giving Segmentation fault. Any idea why?