CLIJ2

Logo

GPU accelerated image processing for everyone

CLIJ2 home

multiplyImageStackWithScalars

Multiplies all pixels value x in a given image X with a constant scalar s from a list of scalars.

f(x, s) = x * s

Category: Math

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

Usage in ImageJ macro

Ext.CLIJ2_multiplyImageStackWithScalars(Image source, Image destination, Array scalars);

Back to CLIJ2 reference Back to CLIJ2 documentation

Imprint