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

volumes2image(1Vi)														volumes2image(1Vi)

NAME
volumes2image - convert a volume set representation to raster image representation. SYNOPSIS
volumes2image [infile] [outfile] DESCRIPTION
volumes2image converts an image encoded in a volume set representation into a raster image. If the input volume set contains just one vol- ume, the output image will be of type "bit". Otherwise, it will be of type "short", such that each pixel receives the grey value label of the volume to which it belongs. The input image must be of type "volumes". The output image will be of type "bit" or "short". COMMAND LINE OPTIONS
volumes2image 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
VImage(3Vi), Vista(7Vi) AUTHOR
Gabriele Lohmann <lohmann@cns.mpg.de> Vista Version 2.1 15 Februar 1994 volumes2image(1Vi)
Man Page

5 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

largest value from within a file

hi, i am having a file that looks like this : myhome111 oper 11 myhome333 oper 19 ... how can i get the largest value from this file ..in this example i am consiering 19 as the largest value.. how can i do that.. as this file is having other numbers also within it like 111, 333... (4 Replies)
Discussion started by: kripssmart
4 Replies

2. Shell Programming and Scripting

Find and display largest file on system

What is the correct command for finding and displaying the largest file on the system? I don't know how to specify "largest" with "find", and pipe that to something that will display the file contents. Or should I be using cat, more, less, ls, or something else? (4 Replies)
Discussion started by: raidkridley
4 Replies

3. UNIX for Dummies Questions & Answers

largest file

My directory only contains files..no sub directories..I want to know about the largest file in directory..Largest in terms of size..And what if I want to know about first 3 largest files.. Is it possible to know largest file in terms of its filename?? (4 Replies)
Discussion started by: aadi_uni
4 Replies

4. IP Networking

Am I Connected?

Be Gentle folks, I am a baby OpenSuSe 11.2 user :-) In windows Vista, there is a world in the systray when you are Internet connected and not just local. I have searched all over for a .RPM for the Network Manager or another packeg in Suse that can show me the same thing or something close. ... (0 Replies)
Discussion started by: donmaxwelliii
0 Replies

5. UNIX for Dummies Questions & Answers

list largest files

hi all, i want to list the five largest files in current directory ... . (3 Replies)
Discussion started by: sonu_pal
3 Replies