Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

vselbig(1vi) [debian man page]

vselbig(1Vi)															      vselbig(1Vi)

NAME
vselbig - select largest labelled component SYNOPSIS
vselbig [infile] [outfile] DESCRIPTION
vselbig selects the largest labelled component of a labelled image. The input image must be a labelled image of type "ubyte" or of type "short". Typically, it has been created by some labelling algorithm, such as "vlabel2d", "vlabel3d", or some segmentation routine, e.g. "visodata". vselbig then creates a binary output image in which pixels belonging to the largest component (i.e. the most frequent label value) have value "1" and all other pixels have value "0". TYPICAL PROCESSING CHAIN
The following is a typical processing chain: visodata -in image.v | vbinarize -min 2 -max 2 | vlabel3d | vselbig -out result.v This chain will segment the input image (visodata). It will then extract the class labelled "2" (vbinarize) and perform a connected compo- nent analysis of this class (vlabel3d). Finally, the largest connected component of class "2" is selected using vselbig. COMMAND LINE OPTIONS
vselbig accepts the following options: -help Prints a message describing options. -in infile Specifies the 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
vlabel2d(1Vi),vlabel3d(1Vi) VImage(3Vi), Vista(7Vi) AUTHOR
Gabriele Lohmann <lohmann@cns.mpg.de> Vista Version 2.1 15 Februar 1994 vselbig(1Vi)

Check Out this Related Man Page

volumesel(1Vi)															    volumesel(1Vi)

NAME
volumesel - select volumes from a volume set SYNOPSIS
volumesel <options> [infile] [outfile] DESCRIPTION
volumesel selects volumes from a set of volumes according to some given selection criterion. Possible criteria are: size, circularity and compactness. "Size" refers to be number of voxels belonging to the volume. "Circularity" is a measure of roundness defined as: (3.0 * size) / (4.0 * pi * rmax) where "rmax" is the radius of the smallest enclosing sphere. Thus if the volume is a sphere, this value will be "1", The further the vol- ume's shape deviates from spherical shape, the smaller this value will become. "Compactness" is defined as the ratio between the number of border voxels and volume size. Thus, if most voxels belonging to the volume are interior voxels this value will be close to "1". The input image must be of type "volumes". The output image will be also be of type "volumes". COMMAND LINE OPTIONS
volumesel accepts the following options: -help Prints a message describing options. -in infile Specifies the Vista data file containing the first input image. -image infile Specifies the Vista data file containing the second input image. -out outfile Specifies where to write the output images as a Vista data file. -feature outfile Specifies the selection criterion. Possible choices are: size | circularity | compactness. Default: size. -min min Specifies the lower bound for the feature value. -max max Specifies the upper bound for the feature value. Input and output files can be specified on the command line or allowed to default to the standard input and output streams. SEE ALSO
VImage(3Vi), Vista(7Vi) AUTHOR
Gabriele Lohmann <lohmann@cns.mpg.de> Vista Version 2.0 15 Februar 1994 volumesel(1Vi)
Man Page