Class Match_Reference_Histogram_Stack

java.lang.Object
Ch03_Point_Operations.Match_Reference_Histogram_Stack
All Implemented Interfaces:
PlugInFilter, JavaDocHelp

ImageJ plugin, matches the histograms of the supplied images which are supplied as a ImageStack with 2 ore more frames. The first image of this stack is used as the reference image, i.e., its cumulative histogram is used to calculate the intensity transformation for the remaining images. See Sec. 3.6.4 (Fig. 3.17) of [1] for additional details. The plugin displays the modified images as a new image stack. Optionally, the original histograms, the associated modified histograms and cumulative histograms are shown (again as image stacks). Note that all modified cumulative histograms should be very similar.

[1] W. Burger, M.J. Burge, Digital Image Processing – An Algorithmic Introduction, 3rd ed, Springer (2022).

See Also: