Class Compute_Histogram

java.lang.Object
Ch02_Histograms_Statistics.Compute_Histogram
All Implemented Interfaces:
PlugInFilter, JavaDocHelp

public class Compute_Histogram extends Object implements PlugInFilter, JavaDocHelp

ImageJ plugin which calculates and displays (lists) the histogram of a 8-bit grayscale image. See Sec. 2.3 of [1] for additional details. Alternatively the histogram could be obtained with ImageJs built-in method (see also Equalize_Histogram):

 int[] h = ip.getHistogram();

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

See Also: