home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-385-Vol-1of3.iso / m / morpho.zip / morpho / doc / manpages / vgmopen.1 < prev    next >
Text File  |  1992-07-26  |  2KB  |  74 lines

  1.  
  2. vgmopen(1)                   Khoros                    vgmopen(1)
  3.  
  4. PROGRAM
  5.      vgmopen - Open a greyscale image X, by a structuring element
  6.      B.
  7.  
  8. SYNTAX
  9.      vgmopen
  10.  
  11.      -i             input image
  12.  
  13.      -k             input kernel
  14.  
  15.      -o             output image
  16.  
  17.      [-V]           Gives the version for vgmopen
  18.  
  19.      [-U]           Gives the usage for vgmopen
  20.  
  21.      [-P]           Prompts for command line options
  22.  
  23.      [-A [file1]]   Creates the answer file called vgmopen.ans or
  24.                     file1
  25.  
  26.      [-a [file1]]   Uses vgmopen.ans or file1 as the answer file
  27.  
  28. DESCRIPTION
  29.      vgmopen computes the Opening of an greyscale image by a
  30.      structuring element.
  31.  
  32.      This algorithms is taken from Digital Image Processing by
  33.      R.C. Gonzalez and R.E. Woods, Addison-Wesley,  1992. Erodes
  34.      X by B,  then Dilates the result by B.  The result is
  35.      clipped to the range [0-255].  Valid values of B(x,y) are in
  36.      the range [0 - 255].  Pixels in B that are not part of the
  37.      domain of B should be negative.  For this reason,  the
  38.      structuring element is of type 'int'.
  39.  
  40. REQUIRED ARGUMENTS
  41.      -i     type: infile
  42.             desc: input image
  43.  
  44.      -k     type: infile
  45.             desc: input kernel
  46.  
  47.      -o     type: outfile
  48.             desc: output image
  49.  
  50. OPTIONAL ARGUMENTS
  51.      none
  52.  
  53. EXAMPLES
  54.      vgmopen -i image1 -k kernel -o image2
  55.  
  56.      Computes the opening of an image X (intput -i) by a struc-
  57.      turing element B (input -k) and stores the result in the
  58.      output image ( -o).
  59.  
  60. SEE ALSO
  61.      intro(1), verror(3), vgparms(3), vutils(3), lvgmopen(3)
  62.      vmcustom(1), lvmcustom(3)
  63.  
  64. RESTRICTIONS
  65.      vgmopen accepts only BYTE images,  and the kernel must be
  66.      type INT.
  67.  
  68. COPYRIGHT
  69.      Copyright 1992, University of New Mexico.  All rights
  70.      reserved.
  71.  
  72. Khoros                    Release: 1.0                          1
  73.  
  74.