Closed mihaelkovach closed 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.
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.