Woolz Image Processing  Version 1.7.5
WlzDomainAdjacencyMatrix
Name
WlzDomainAdjacencyMatrix - calculate adjacency profiles for a domain with respect to a domain set.
Synopsis
WlzDomainAdjacencyMatrix [-a min,max,step] [-f <domain file>] [-n] [-t] [-T][-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
-n normalise values by target volume
-t Output progress ticks
-T Output tab-separated values (TSV) default is CSV
-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