-d | Seed point dimension, 2 or 3 for 2 or 3D seeds. |
-E | Threshold equal, keep pixels/voxels with the threshold value at the seed points. |
-H | Threshold high, keep pixels/voxels at or above the threshold value at the seed points (default). |
-L | Threshold low, keep pixels/voxels at or below the threshold value at the seed points (watch out that this is different to WlzThreshold). |
-h | Show this usage message. |
-o | Output object file name (default -, stdout). |
-r | Radius of sampling region around seed points (default = 0, ie single pixel/voxel). |
-R | Use the lowest (l), mean (m) or highest (h) value in the sampling region as the threhold value (default mean). |
-s | File containing seed point coordinates, one per line. |
-S | Seed point coordinate list (comma separated). |
-x | Integer percentage p to add/subtract to/from the grey value at each seed, with v(s) * ((100 +/- p) / 100). The sign is choosen to keep the seed within the thresholded region also p is ignored for threshold equal (default p = 0). |