Woolz Image Processing
Version 1.7.5
|
WlzSelect1InN [-f#] [-l#] [-s#] [-h] [<input file>]
-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. |
WlzSelect1InN -f3 -l13 -n3 in.wlz >out.wlzSelects planes 3,6,9 and 12 from in.wlz and writes the 3D object to out.wlz with planes 1,2,3 and 4.