Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 644 Bytes

reference_subtractBackground2D.md

File metadata and controls

17 lines (11 loc) · 644 Bytes

subtractBackground2D

Applies Gaussian blur to the input image and subtracts the result from the original image.

Deprecated: Use topHat() or differenceOfGaussian() instead.

Usage in ImageJ macro

Ext.CLIJx_subtractBackground2D(Image input, Image destination, Number sigmaX, Number sigmaY);

Back to CLIJ2 reference Back to CLIJ2 documentation

Imprint