Woolz Image Processing  Version 1.7.5
WlzContourSzSelect
Name
WlzContourSzSelect - Filter remove small shells from contours.
Synopsis
WlzContourSzSelect  [-h] -s<threshold> [<input object>]
Options
-h Help, prints usage message.
-s Threshold shell size (edges in 2D, loops in 3D).
Description
Removes all shells in the contour which have less than the threshold number of elements.
Examples
ContourSzSelect -s 1000 lobster.wlz >out.wlz
Removes all fragments with less than 1000 faces from the 3D contour model read from lobster.wlz and writes the output to out.wlz.
File
WlzContourSzSelect.c
See Also
WlzIntro(1) WlzContourObj(1) WlzGMFilterRmSmShells(3)