- All Implemented Interfaces:
- ij.plugin.PlugIn
public class Calculator_Plus
extends Object
implements ij.plugin.PlugIn
This plugin does various calculations on two images or stacks.
Adapted to operate on the RGB planes independently by G. Landini 17/July/2004
Now colour images can be operated plane by plane.
The result of the RGB operations are rounded and trimmed to the 8 bit space
in each plane.
This is useful to perform background uneven illumination correction in
brightfield microscopy using colour images:
image/brightfield * 255
Before this plugin returned a greyscale result, now it returns an RGB result.
Make sure both images are RGB!