subokita / Robust-Text-Detection

Robust Text Detection implementation based on http://www.stanford.edu/~hchen2/papers/ICIP2011_RobustTextDetection.pdf
MIT License
157 stars 80 forks source link

Output debug images #3

Closed mihaelkovach closed 10 years ago

mihaelkovach commented 10 years ago

Saburo, Nice job :)

Could you output debug images(cv::imwrie or cv::imshow) on each major step of the algorithm in RobustTextDetection::apply like we see in Matlab version?

Thank you in advance.

subokita commented 10 years ago

As for the debug images, I have added them. You need to modify the main.cpp string temp_output_path = "/Users/saburookita/Personal Projects/RobustTextDetection/";

into your preferred output folder. The writing to output debug folder is in RobustTextDetection.cpp, and I have commented the code, so that you will know where the writing will be done.