Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

vgenus3d(1vi) [debian man page]

vgenus3d(1Vi)															     vgenus3d(1Vi)

NAME
vgenus3d - compute the genus of a 3D binary image SYNOPSIS
vgenus3d [-option ...] [infile] [outfile] DESCRIPTION
vgenus3d computes the Euler number (genus) of a 3D binary source image. It prints the result on stderr. It produces no output file. The source image must be of type "VBit". The input image must contain more than two bands. Lee's algorithm only works if no black voxel (a "set" voxel) touches the image border. Literature: D.G. Morgenthaler: "Three-dimensional topology: the genus", Computer Science Center, Univ. of Maryland, College Park, Tech. Report TR-980, 1980. C.N. Lee, A. Rosenfeld: "Computing the Euler number of a 3d image", ICCV 1987, London, pp.567-571 The Input file can be specified on the command line or allowed to default to stdin. COMMAND LINE OPTIONS
vgenus3d accepts the following options in any order: -help Causes vgenus3d to print out a message describing its options. -in infile Specifies the Vista data file containing the input images. -n n Specifies the type of neighbourhood system (6 or 26). Default: 26. SEE ALSO
Vista(7Vi) AUTHOR
Gabriele Lohmann, MPI-CBS Vista Version 1.2 July 3, 1995 vgenus3d(1Vi)

Check Out this Related Man Page

vinvert(1Vi)															      vinvert(1Vi)

NAME
vinvert - invert image pixel values SYNOPSIS
vinvert [option ...] [infile] [outfile] DESCRIPTION
vinvert inverts each input image to produce a corresponding output image. The operation is suitable for swapping black and white in a grey- scale image. Each output pixel is computed from the corresponding input pixel by out-pixel = M - in-pixel where M is the maximum value allowed by the pixel representation, or 1 in the case of float or double pixels. Input pixel values must lie in the range [0,M]. Each output image has the same number of bands, rows and columns, and the same pixel representation, as the corresponding input image. COMMAND LINE OPTIONS
vinvert accepts the following options: -help Prints a message describing options. -in infile Specifies a Vista data file containing the input images. -out outfile Specifies where to write the output images as a Vista data file. Input and output files can be specified on the command line or allowed to default to the standard input and output streams. SEE ALSO
vnegate(1Vi), vop(1Vi), VImage(3Vi), Vista(7Vi) AUTHOR
Art Pope <pope@cs.ubc.ca> Vista Version 1.12 24 April 1993 vinvert(1Vi)
Man Page