CLIJ2

Logo

GPU accelerated image processing for everyone

CLIJ2 home

scale2D

Scales an image with a given factor.

Category: Transformations

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

scale2D is often followed by

Usage in ImageJ macro

Ext.CLIJ2_scale2D(Image source, Image destination, Number scaling_factor_x, Number scaling_factor_y, Boolean scale_to_center);

Example notebooks

Segmentation_3D.ipynb
affine_transforms.ipynb

Example scripts

scaleFree.ijm

Back to CLIJ2 reference Back to CLIJ2 documentation

Imprint