|
Woolz Image Processing
Version 1.7.5
|
WlzCompThresh [-o<out file>] [-d] [-f] [-g] [-s] [-x#] [-h] [<in object>]
| -d | Use histogram depth method. |
| -f | Use histogram foot method. |
| -g | Use histogram gradient method. |
| -s | Use histogram smooth split method. |
| -x | Extra fraction to add to computed threshold value. |
| -u | Use Otsu's optimal histogram partition method (default). |
| -o | Output object file name. |
| -h | Help - print help message |
| -v | Verbose operation |
# # Calculate the threshold using the "foot" method. # WlzHistogramObj embryo_2_WM_left.wlz | WlzCompThresh -f 158