-
Notifications
You must be signed in to change notification settings - Fork 1
Image_resize_v31
Adrian Quintana edited this page Dec 11, 2017
·
1 revision
Resize image or volume dimensions. You can select different ways to resize your image/volumes.
Parameters
--mode <mode
overwrite> where <mode> can be:
-
- $
--label <image_label
image> $-o, --output <output_file
> $--oroot <root
> $--save_metadata_stack <output_md
> $: Store the original image filename in the output metadata in column imageOriginal. $
: Preserve the columns from the input metadata. Some of the column values can be changed by the program.$``: for 2D-images: do not apply transformation stored in metadata $ --factor, -n <n
0.5> $ or`--dim, -d <x> <y`x> <z=x> $ or`--fourier, -f <x> <y`x> <z=x> <thr=1> $ or`--pyramid, -p <levels`1> $`--interp <interpolation_type`spline> where <interpolation_type> can be:
Resize a group of images to half size
xmipp_image_resize -i images.xmd --factor 0.5 --oroot halvedOriginalFor pyramid resizing(increase volume size 4 times):
xmipp_image_resize -i input/bacteriorhodopsin.vol --pyramid 2 -o bdr_x4.volResize from 128 to 64 using Fourier
xmipp_image_resize -i images.xmd --fourier 64 --oroot halvedFourierDim