java.lang.Object
org.monte.media.color.Histogram
Histogram with 256 bins for each color band.
- Author:
- Werner Randelshofer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcountPixels(WritableRaster raster) int[]getBins(int i) double[]doublegetHighValue(int band)
-
Constructor Details
-
Histogram
public Histogram()
-
-
Method Details
-
countPixels
-
getBins
public int[] getBins(int i) -
getHighValue
public double[] getHighValue() -
getHighValue
public double getHighValue(int band)
-