Woolz Image Processing
Version 1.7.5
|
WlzThreshold [-h] [-t#] [-v#] [-H] [-L] [-E] [<input object>]
-h | Help, prints usage message. | ||||||||||
-t | Threshold pixel type:
| ||||||||||
-v | Threshold value, default 170. | ||||||||||
-H | Threshold high, keep pixels at or above threshold value, default. | ||||||||||
-L | Threshold low, keep pixels below threshold value. | ||||||||||
-E | Threshold equal, keep pixels equal to threshold value. |
WlzThreshold -v 100 -H in.wlz >out.wlzReads an grey valued domain object from in.wlz, thresholds the object so that it's domain consists of all locations at which the grey value is at or above the threshold value. The resulting object is written to out.wlz.