which is the best algorithm other then connected component for character segmentation from text image in open cv? [closed]
i am gone a try with hough transform, is it possible to implement it?
I would try using contours to detect the characters
is it possible using hough transform? but in opencv code is not availabl for generalize hough transform..... @ GilLevi :can you explain me your methodology?
I suggest running findContours. Hopefully, for each character you would get one contour.