Name

window - window out a section of 1-2-3D image.

Usage

output = Util.window(image, new_nx, new_ny, new_nz ,ix, iy, iz)

Input

image
input image
new_nx
X-dimension size of the window (required)
new_ny
Y-dimension size of the window (optional: default = 1)
new_nz
Z-dimension size of the window (optional: default = 1)
ix
x-offset from the image center, can be negative (optional: default=0)
iy
y-offset from the image center, can be negative (optional: default=0)
iz
z-offset from the image center, can be negative (optional: default=0)

Output

output
the output image file

Description

Author / Maintainer

Keywords

category 1
FUNDAMENTALS
category 2
SPATIAL

Files

See also

decimate,pad

Maturity

alpha
works.

Bugs

None. It is perfect.

window (last edited 2014-08-29 20:16:12 by penczek)