CLIJ2

Logo

GPU accelerated image processing for everyone

CLIJ2 home

getDimensions

Reads out the size of an image [stack] and writes it to the variables ‘width’, ‘height’ and ‘depth’.

Category: Measurements

Availability: Available in Fiji by activating the update sites clij and clij2. This function is part of clij2_-2.5.0.1.jar.

getDimensions often follows after

getDimensions is often followed by

Usage in ImageJ macro

Ext.CLIJ2_getDimensions(Image source, Number width, Number height, Number depth);

Example notebooks

basic_image_processing
drosophila_max_cylinder_projection
image_segmentation_3d
image_statistics
matrix_multiply
tribolium_morphometry

Example scripts

basic_image_processing.ijm
centroid_visualisation.ijm
customOperation.ijm
drosophila_max_cylinder_projection.ijm
image_segmentation_3d.ijm
image_statistics.ijm
large_matrices.ijm
matrix_multiply.ijm
tribolium_morphometry.ijm
matrix_multiply.m

Back to CLIJ2 reference Back to CLIJ2 documentation

Imprint