MAN page from RedHat Other XITE-3.3-3.i386.rpm
THRESML
Section: User Commands (1)
Updated: 16 Mar 1998
Index
NAME
thresMl - multi level supervised thresholding
SYNTAX
thresMl [-mean] [-med] [-scale <scale>] \
<inimage> <outimage> \
<thres1> [<thres2> [<thres3>......]
DESCRIPTION
Performes multi level thresholding at the specifiedthresholds. You may specify one or more thresholds.You should only use one of the options.
OPTIONS
- -mean
- Output is mean of pixels between two thresholds.
- -med
- Output is median of pixels between two thresholds.
- -scale scale
- Output is threshold-level * scale.EX: pixelsbetween 3rd and 4th threshold get value 3*scale.
If scaleis too large, it is adjusted down to make 255the maximum output value. Default scaleis too large.
SEE ALSO
thresMlAppScale(3),
thresMlAppMean(3),
thresMlAppMedian(3),
thresMlApply(3),
histoCentroid(3),
thresMlCentroid(3),
thresMlCentroid(1),
mkComCur(3),
thresMlComCur(3),
thresMlComCur(1),
thresMlReddi(3),
thresMlReddi(1),
thresMlWaHa(3),
thresMlWaHa(1)
RETURN VALUE
0 => ok
2 => Bad number of arguments
AUTHOR
Tor Lønnestad, BLAB, Ifi, UiO
EXAMPLES
thresMl -med mona.img monaThMl.img 60 90 150
thresMl mona.img monaThMl.img 60 90 150
thresMl -scale 50 mona.img monaThMl.img 60 90 150
ID
$Id: thresMl.c,v 1.17 1997/01/14 13:03:09 svein Exp $
Index
- NAME
- SYNTAX
- DESCRIPTION
- OPTIONS
- SEE ALSO
- RETURN VALUE
- AUTHOR
- EXAMPLES
- ID
This document was created byman2html,using the manual pages.