Woolz Image Processing  Version 1.7.5
Name
WlzPolarSample - Applies a polar resampling filter.
Synopsis
WlzPolarSample [-o<output object file>] [-i] [-h]
           [<input object file>]
Options
-i inner bounding circle of objects domain used.
-o Output object file name.
-h Help - print help message
-v Verbose operation
By default the input object is read from the standard input, re-sampled using the outer bounding circle of the object's domain and written to the standard output.
Description
Polar resamples the input 2D domain object.
Examples
       # An example of using WlzPolarSample to resample an object.

       WlzPolarSample -o outfile.wlz infile.wlz
File
WlzPolarSample.c
See Also
WlzPolarSample(3)