| javax.media.jai.StatisticsOpImage com.sun.media.jai.opimage.HistogramOpImage
Constructor Summary | |
public | HistogramOpImage(RenderedImage source, ROI roi, int xStart, int yStart, int xPeriod, int yPeriod, int[] numBins, double[] lowValue, double[] highValue) Constructs an HistogramOpImage . |
HistogramOpImage | public HistogramOpImage(RenderedImage source, ROI roi, int xStart, int yStart, int xPeriod, int yPeriod, int[] numBins, double[] lowValue, double[] highValue)(Code) | | Constructs an HistogramOpImage .
Parameters: source - The source image. |
accumulateStatistics | protected void accumulateStatistics(String name, Raster source, Object stats)(Code) | | |
getStatisticsNames | protected String[] getStatisticsNames()(Code) | | |
|
|