Skip to content

Latest commit

 

History

History
34 lines (19 loc) · 1.42 KB

reference_crop3D.md

File metadata and controls

34 lines (19 loc) · 1.42 KB

crop3D

Crops a given sub-stack out of a given image stack.

Note: If the destination image pre-exists already, it will be overwritten and keep it's dimensions.

Category: Transformations

crop3D often follows after

crop3D is often followed by

Usage in ImageJ macro

Ext.CLIJ2_crop3D(Image source, Image destination, Number startX, Number startY, Number startZ, Number width, Number height, Number depth);

Example scripts

allocateBigImages.ijm
oddEven.ijm

Back to CLIJ2 reference Back to CLIJ2 documentation

Imprint