Woolz Image Processing  Version 1.7.5
Name
WlzBoundingBox - Calculates the bounding box of the given object.
Synopsis
WlzBoundingBox [-o <output file>] [-h] [<input object file>]
Options
-o output file name
-h Help - print help message
By default the input object is read from the standard input and the output is written to the standard output.
Description
WlzBoundingBox calculates the bounding box of the given Woolz object. The bounding box is written in the following order: <x min> <y min> <z min> <x max> <y max> <z max>
Examples
WlzBoundingBox reads an object from myobj.wlz, calculates
its bounding box and then prints it to the standard output.

WlzBoundingBox myobj.wlz
File
WlzBoundingBox.c
See Also
WlzIntro(1) WlzFacts(1) WlzBoundingBox2I(3) WlzBoundingBox2D(3) WlzBoundingBox3I(3) WlzBoundingBox3D(3)