Class Show_Histogram

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

public class Show_Histogram extends Object implements PlugInFilter, JavaDocHelp
ImageJ plugin, simply displays the histogram and cumulative histogram of a grayscale image in two new windows. Everything is done by built-in methods, nothing is calculated in this plugin itself. The input image is not modified.
See Also: