home *** CD-ROM | disk | FTP | other *** search
/ rtsi.com / 2014.01.www.rtsi.com.tar / www.rtsi.com / OS9 / OSK / NETWORK / netpbm_docs.lzh / NETPBM / DOCS / pgmedge.1 < prev    next >
Text File  |  1996-11-18  |  1KB  |  32 lines

  1. .TH pgmedge 1 "04 February 1990"
  2. .IX pgmedge
  3. .SH NAME
  4. pgmedge - edge-detect a portable graymap
  5. .SH SYNOPSIS
  6. .B pgmedge
  7. .RI [ pgmfile ]
  8. .SH DESCRIPTION
  9. Reads a portable graymap as input.
  10. Outlines the edges, and writes a portable graymap as output.
  11. .IX "edge detection"
  12. Piping the result through
  13. .B pgmtopbm -threshold
  14. and playing with the
  15. threshold value will give a bitmap of the edges.
  16. .IX thresholding
  17. .PP
  18. The edge detection technique used is to take the Pythagorean sum of
  19. two Sobel gradient operators at 90 degrees to each other.
  20. For more details see "Digital Image Processing" by Gonzalez and Wintz,
  21. chapter 7.
  22. .SH "SEE ALSO"
  23. pgmenhance(1), pgmtopbm(1), pgm(5), pbm(5)
  24. .SH AUTHOR
  25. Copyright (C) 1991 by Jef Poskanzer.
  26. .\" Permission to use, copy, modify, and distribute this software and its
  27. .\" documentation for any purpose and without fee is hereby granted, provided
  28. .\" that the above copyright notice appear in all copies and that both that
  29. .\" copyright notice and this permission notice appear in supporting
  30. .\" documentation.  This software is provided "as is" without express or
  31. .\" implied warranty.
  32.