Re: Line Scan and Removal

2005-09-20 Thread D.Hering
Take a look at ADaM (& ESML for unifying format) and see if some of their image processing tools can help you. http://datamining.itsc.uah.edu/adam/documentation.html Dieter -- http://mail.python.org/mailman/listinfo/python-list

Re: Line Scan and Removal

2005-09-20 Thread Paul McGuire
"PyPK" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > i I need some help on some problem I am trying to think of. > > are there any algorithms available to do the following If not, any > ideas?: > > I would like to Identify any lines of any orientation and width in an > Image and > r

Line Scan and Removal

2005-09-20 Thread PyPK
i I need some help on some problem I am trying to think of. are there any algorithms available to do the following If not, any ideas?: I would like to Identify any lines of any orientation and width in an Image and remove them from the Image. Basically I would like to scan the entire Image for li