Woolz Image Processing
Version 1.7.5
|
WlzGreyCrossing [-o<output object file>] [-c crossing value] [-h] [<input object file>]
-c | grey-crossing value, default 0. |
-o | Output object file name. |
-h | Help - print help message |
-v | Verbose operation |
# An example using WlzLaplacian(1) and WlzGreyCrossing for edge # detection WlzPixConvert 1 <infile.wlz | \ WlzLaplacian | \ WlzGreyCrossing -c0 | \ WlzThreshold -H -v1 >outfile.wlz