How to generate a HSL or HSI Histogram from a normal Image?

拜拜、爱过 提交于 2019-12-25 03:29:34

问题


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;


回答1:


http://trompelecode.com/blog/2012/04/how-to-create-an-image-histogram-using-csharp-and-wpf/

I think that should be what you are looking for



来源:https://stackoverflow.com/questions/28837877/how-to-generate-a-hsl-or-hsi-histogram-from-a-normal-image

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!