22 January 2007
RGB Histograms with Java Advanced Imaging API
A histogram provides information about the statistical distribution of color in an image. But how exactly do you build one? Creating a three color histogram with JAI (Java Advanced Imaging is simple enough. If you are stuck with just Java 2D, you need to extract the histogram data from the image on your own, but as we shall see that's not too hard either
06 December 2006
1
(2 marks)