GPU accelerated image processing for everyone
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.
Ext.CLIJ2_multiplyImageStackWithScalars(Image source, Image destination, Array scalars);