Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 707 Bytes

reference_absoluteInplace.md

File metadata and controls

22 lines (14 loc) · 707 Bytes

absoluteInplace

Computes the absolute value of every individual pixel x in a given image.

f(x) = |x| 

Deprecated: Use absolute() instead.

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

Usage in ImageJ macro

Ext.CLIJx_absoluteInplace(Image source_destination);

Back to CLIJ2 reference Back to CLIJ2 documentation

Imprint