Woolz Image Processing  Version 1.7.5
Name
WlzClassifyRCC - Classifies the given domain objects using the region calculus defined in Woolz.
Synopsis
WlzClassifyRCC [-o<output file>] [-e] [-f] [-h] [<in object 0>] [<in object 1>]
Options
-e Don't include enclosure classifications.
-f Don't include offset classifications.
-m Maximum offset distance in piels/voxels, this should be a resonable distance since domains will be dilated using this figure.
-o Output object file
-h Help, prints message.
Description
Classifies the given domain objects using the region calculus defined in Woolz.
Examples
The domain of the Woolz object read from the file somites.wlz is classified with respect to the domain of the Woolz object read from the file embryonic.wlz. The classification is that somites is a tangential proper part of and enclosed by embryonic is written to the standard output.
WlzClassifyRCC somites.wlz embryonic.wlz
WLZ_RCC_TPP|WLZ_RCC_ENC        0.044108|1.000000
File
WlzClassifyRCC.c
See Also
WlzRCCClass(3) WlzRegConCalcRCC(3)