Woolz Image Processing  Version 1.7.5
Name
WlzSelect1InN - selects planes 1 in n from a 3D object.
Synopsis
WlzSelect1InN [-f#] [-l#] [-s#] [-h] [<input file>]
Options
-h Help, prints usage message.
-f First plane, default 0.
-l Last plane. If the last plane is less than the first then all planes are selected. Default -1.
-n Step. Default 3, ie one in 3 planes is selected.
Description
Selects planes 1 in n from a 3D object.
Examples
WlzSelect1InN -f3 -l13 -n3 in.wlz >out.wlz
Selects planes 3,6,9 and 12 from in.wlz and writes the 3D object to out.wlz with planes 1,2,3 and 4.
File
WlzSelect1InN.c
See Also
WlzIntro(1) WlzSampleObj(1)