1 | initial version |
You do not need edge and contours detectors, but algorithms designed for finding text in scenes. Do not reinvent the wheel and have a look at the text detection algorithms that are plug and play:
And there are tons of other approaches out there. Personally I have been using the stroke width transform approach quite successfully.