Woolz Image Processing
Version 1.7.5
|
WlzPrinicipalAngle [-o<output file>] [-b] [-d] [-h] [<input object file>]
-b | object is considered a binary object. |
-d | output angle in degrees instead of radians. |
-o | Output object file name. |
-h | Help - print help message |
-v | Verbose operation |
<mass> <x> <y> <angle>Where x and y are the column and line coordinates of the centre of mass.
# WlzPrinicipalAngle reads an object from myobj.wlz, calculates # its mass, centre of mass and principal angle then prints them # to the standard output (angle in degrees). WlzPrinicipalAngle -d myobj.wlz