which is the best algorithm other then connected component for character segmentation from text image in open cv? [closed]

asked 2014-02-17 01:09:56 -0600

sujay gravatar image

i am gone a try with hough transform, is it possible to implement it?

edit retag flag offensive reopen merge delete

Closed for the following reason question is not relevant or outdated by sturkmen
close date 2020-10-19 03:59:11.544791

Comments

I would try using contours to detect the characters

GilLevi gravatar imageGilLevi ( 2014-02-17 09:42:52 -0600 )edit

is it possible using hough transform? but in opencv code is not availabl for generalize hough transform..... @ GilLevi :can you explain me your methodology?

sujay gravatar imagesujay ( 2014-02-18 08:57:27 -0600 )edit

I suggest running findContours. Hopefully, for each character you would get one contour.

GilLevi gravatar imageGilLevi ( 2014-02-18 10:46:23 -0600 )edit