Woolz Image Processing Version 1.4.0
WlzDomainAdjacencyMatrix
Name
WlzDomainAdjacencyMatrix - calculate adjacency profiles for a domain with respect to a domain set.
Synopsis
WlzDomainAdjacencyMatrix [-a min,max,step] [-f <domain file>] [-h] [-v] <test domain file>

Options
-a min and max adjacency distance and calculation step (default -10, 100, 1)
-f <file> input the name of a file with the target domain set
-h Help - print help message
-v Verbose operation
Description
Read in domains from the input file or from stdin, calculate the adjacency profile with respect to the test domain and output as a matrix of values. The first row are the adjacency distances used to calculate each column. The adjacency value for distance $r$ is defined as:

\[ Adjacency (r) = Volume( Dilation(test domain, r) \wedge (target domain) ) \]

Examples
See Also
Bugs
None known