CLIJ2

Logo

GPU accelerated image processing for everyone

CLIJ2 home

getMaximumOfAllPixels

Determines the maximum of all pixels in a given image.

It will be stored in the variable maximum_of_all_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.

getMaximumOfAllPixels often follows after

getMaximumOfAllPixels is often followed by

Usage in ImageJ macro

Ext.CLIJ2_getMaximumOfAllPixels(Image source, Number maximum_of_all_pixels);

Example notebooks

image_statistics
outlines_numbers_overlay
spot_detection
tribolium_morphometry
working_with_rois

Example scripts

boundingBoxes.ijm
center_of_mass.ijm
image_statistics.ijm
outlines_numbers_overlay.ijm
spot_detection.ijm
statistics.ijm
tribolium_morphometry.ijm
working_with_rois.ijm

Back to CLIJ2 reference Back to CLIJ2 documentation

Imprint