Histogram equalisation of colour images with Java

Posted by Tunji Gbadamosi on Stack Overflow See other posts from Stack Overflow or by Tunji Gbadamosi
Published on 2010-04-05T15:13:20Z Indexed on 2010/04/05 15:23 UTC
Read the original article Hit count: 472

Filed under:
|
|

I'm trying to histogram equalise a colour image with Java. At first I thought about applying the greyscale method to each RGB value, however, I've since learned that this would disrupt the colour distribution of the image.

So, my question is: which is a better way to histogram equalise a colour image with Java?

© Stack Overflow or respective owner

Related posts about java

Related posts about histogram