Package Ch02_Histograms_Statistics


package Ch02_Histograms_Statistics
This software is provided as a supplement to the authors' textbooks on digital image processing published by Springer-Verlag in various languages and editions. Permission to use and distribute this software is granted under the BSD 2-Clause "Simplified" License (see http://opensource.org/licenses/BSD-2-Clause). Copyright (c) 2006-2023 Wilhelm Burger, Mark J. Burge. All rights reserved. Visit https://imagingbook.com for additional details.
  • Classes
    Class
    Description
    ImageJ plugin which calculates and displays (lists) the histogram of a 8-bit grayscale image.
    This ImageJ plugin calculates the integral image for the current image (8 bit grayscale only) and displays the resulting first and second order summed area tables (S1, S2) as floating-point images.
    This ImageJ plugin first calculates the integral image for the current image (8 bit grayscale only) and uses it to find the mean and variance inside the specified rectangle (ROI).
    ImageJ plugin, simply displays the histogram and cumulative histogram of a grayscale image in two new windows.