Woolz Image Processing  Version 1.7.5
Name
WlzFixDomains - fixes flying pixels and small holes in domains.
Synopsis
WlzFixDomains [-h] [-v] [-f] [-p] [-s#]  file1.wlz file2.wlz .... fileN.wlz
Options
-h Prints usage information.
-v Verbose operation.
-f Fill holes.
-p Prune and reassign flying pixels.
-s Size parameter to determine selection, default 2.
Description
WlzFixDomains reads in all the domains and corrects flying pixels and small holes by reassigning to the closest neighbour domains. For the holes this is the domain itself, for disconnected pixels it is the domain with greatest area of intersection with the dilated pixel. Each corrected domain is output to a file with extension _new, additions and deletions are output to files with extensions _adds an _dels respectively.
Examples
 
File
WlzFixDomains.c
See Also
WlzIntro(1)