I am working on a scientific work project, where i need to get some image standards.
To do this, i need a code that generate 3 Histograms from a normal .JPEG .PNG OR .BMP image. The first histogram its the HUE Histogram, the second is SATURATION histogram and the third the LUMINOSITY or INTENSITY histogram.
Im working with HSL and HSI, so the third histogram both LUMINOSITY or INTENSITY would be useful. I would prefer a Java or C# implementation, if theres exists one.
Does anyone knows if theres a project that generete those values from an image?
Thx all;