CLIJ2

Logo

GPU accelerated image processing for everyone

CLIJ2 home

outOfIntensityRange

Sets all pixels to 1 if their intensity lies out of a given range, and 0 otherwise.

Given minimum and maximum are considered part of the range.

Categories: Filter, Binary

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_outOfIntensityRange(Image source, Image destination);

Back to CLIJ2 reference Back to CLIJ2 documentation

Imprint