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

  1. Newsgroups: sci.image.processing
  2. Path: sparky!uunet!haven.umd.edu!ames!saimiri.primate.wisc.edu!zaphod.mps.ohio-state.edu!news.acns.nwu.edu!casbah.acns.nwu.edu!lapin
  3. From: lapin@casbah.acns.nwu.edu (Gregory Lapin)
  4. Subject: Re: Laplace Edge Detection
  5. Message-ID: <1993Jan22.162937.13893@news.acns.nwu.edu>
  6. Followup-To: sci.image.processing
  7. Keywords: edge
  8. Sender: Greg Lapin
  9. Nntp-Posting-Host: unseen1.acns.nwu.edu
  10. Organization: Northwestern University, Evanston Illinois.
  11. References: <C0ytox.F7r@watserv1.uwaterloo.ca>
  12. Date: Fri, 22 Jan 1993 16:29:37 GMT
  13. Lines: 22
  14.  
  15. In article <C0ytox.F7r@watserv1.uwaterloo.ca> bgilhuly@hertz.uwaterloo.ca (Barry Gilhuly) writes:
  16. >
  17. >
  18. >    |  0 +1  0 |
  19. >    | +1 -4 +1 |
  20. >    |  0 +1  0 |
  21. >
  22. >When this matrix is applied to the image, it creates a 'zero-crossing'
  23. >in the resulting output, giving both positive and negative values at 
  24. >that point.  The problem, of course, is the negative values.  In a gray-scale
  25. >image (or even colour I guess), the range isn't supposed to be negative.
  26. >How is it represented?  Or, are the negative values discarded as extraneous
  27. >since the positive value indicates where the edge is in the image?
  28. Apply an offset so that a middle gray level (eg 128 in an 8 bit image)
  29. represents zero.  Everything below 128 will be negative and above will be
  30. positive.
  31.  
  32. >Thanks for all of your assistance,
  33. >Barry.
  34. You're welcome.
  35. Greg
  36.  
  37.