Uses of Class
org.monte.media.color.Histogram
Packages that use Histogram
-
Uses of Histogram in org.monte.media.color
Methods in org.monte.media.color with parameters of type HistogramModifier and TypeMethodDescriptionstatic double[]WhiteBalance.whiteBalanceGreyworld(Histogram rgbHist) Computes the white balance of an image using the Greyworld algorithm.static double[]WhiteBalance.whiteBalanceQM(Histogram rgbHist) Computes the white balance of an image using the Quadratic Mapping (QM) algorithm.static double[]WhiteBalance.whiteBalanceRetinex(Histogram rgbHist) Computes the white balance of an image using the Retinex algorithm.