CLIJ2

Logo

GPU accelerated image processing for everyone

CLIJ2 home

getMeanOfMaskedPixels

Determines the mean of all pixels in a given image which have non-zero value in a corresponding mask image.

It will be stored in the variable mean_of_masked_pixels.

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.

Usage in ImageJ macro

Ext.CLIJ2_getMeanOfMaskedPixels(Image source, Image mask, Number mean_of_masked_pixels);

Back to CLIJ2 reference Back to CLIJ2 documentation

Imprint