Re: how to get the character in an image file which is in table format.

2011-03-12 Thread TP
On Sat, Mar 12, 2011 at 12:57 PM, Dmitry Silaev wrote: > Dave, > > There's a number of methods you can use to remove straight lines or > borders, either individually or in combination. The most simple are: > Hough line detector (http://en.wikipedia.org/wiki/Hough_transform), > vertical/horizontal

Re: how to get the character in an image file which is in table format.

2011-03-12 Thread Dmitry Silaev
Dave, There's a number of methods you can use to remove straight lines or borders, either individually or in combination. The most simple are: Hough line detector (http://en.wikipedia.org/wiki/Hough_transform), vertical/horizontal profile method (X and Y histograms of foreground pixel counts - det