|
Woolz Image Processing
Version 1.7.5
|
WlzSobel [-o<output object file>] [-x] [-y] [-h]
[<input object file>] | -x | no horizontal pass. |
| -y | no vertical pass. |
| -o | Output object file name. |
| -h | Help - print help message |
| -v | Verbose operation |
# An example of using WlzSobel to detect only vertical edges. WlzSobel -o outfile.wlz -x infile.wlz # A simple example in which both horizontal and vertical edges # are detected. WlzSobel <infile.wlz >outfile.wlz