home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / sci / image / processi / 1673 < prev    next >
Encoding:
Text File  |  1993-01-21  |  1.1 KB  |  25 lines

  1. Newsgroups: sci.image.processing
  2. Path: sparky!uunet!psinntp!pinet!scotj
  3. From: scotj@pinet.aip.org (scot_shinderman)
  4. Subject: Help Wanted: Contour Tracing
  5. Message-ID: <1993Jan21.192619.10241@pinet.aip.org>
  6. Organization: American Institute of Physics
  7. Date: Thu, 21 Jan 93 19:26:19 GMT
  8. Lines: 15
  9.  
  10.  
  11.    While reading the standard image processing books I have noticed one
  12. algorithm that seems to be glossed over: contour tracing.  In the
  13. pictures that I am scanning, a filter is run across the pixels and a
  14. threshold is applied to produce either white or black pixels for the
  15. grey-scale.  At this point there is usually a rather disconnected set of
  16. dots due to noise in the picture but also some strong edges from the
  17. filter.  What is the "pratical" method of moveing along the detected
  18. pixels to find lines (or curves).  If I try to step from one pixel to
  19. the next by looking in a neighborhood, then the path almost always gets
  20. caught up in the noise off to one side or another.  Is there a way to
  21. "nudge" the search in a particular direction based on previous motions.
  22.   Any suggestions (or sample code!) would be greatly appreciated.
  23. - thanks!
  24. - scot shinderman (scotj@aip.org)
  25.