Woolz Image Processing
Version 1.7.5
|
WlzRankObj [-h] [-o<output file>] [-r#] [-s#] [<input file>]
-h | Help, prints usage message. |
-o | Output file. |
-r | Required rank. Range [0.0-1.0] with 0.0 minimum, 0.5 median and 1.0 maximum value. Default 0.5. |
-s | Size of filter region, must be greater than zero. Default 3 for 3x3 region. |
WlzRankObj -o out.wlz -r 0.5 in.wlzCreates a new object which is written to the file out.wlz. This object is computed by applying a median filter to the object read from the file in.wlz.