vselbands
-in | input image |
-out | output image |
-first | First slice to be selected. Default: 0 |
-last | Last slice to be selected. If set to '-1' then the last slice in the image is taken |
Select the first 10 slices from an image:
vselbands -in image.v -out result.v -first 0 -last 9
Select the 5th slice from an image:
vselbands -in image.v -out result.v -first 4 -last 4
Select all slices except the first two slices:
vselbands -in image.v -out result.v -first 2 -last -1