Woolz Image Processing Version 1.4.0
|
WlzDomainMatch -d <delta> -t <type> -m <matrix-file> -h -v
-d | delta value (default 0.01), must be < 1 |
-m <file> | input the name of a file containing the mixing and contribution matrices - csv format. |
-t | type parameter to determine match function (default 1), values: |
= 1 - Area(intersection)/Area(union) | |
= 2 - if Area(d1) > Area(d2) as type=1 else inverse | |
= 3 - Area(intersection)/Area(d1) | |
= 4 - Area(intersection)/Area(d2) | |
= 5 - Comparative match between two targets given by the ratio of type 4 matchs to each domain. For this option a 3rd object is required in the input stream. | |
= 6 - use the input mixing and contributing matrices. The matrix dimensions must match the number of categories in the category image data. Note the matrices do not need to be square. | |
-h | Help - print help message |
-v | Verbose operation |