Link to home
Start Free TrialLog in
Avatar of hzinox
hzinox

asked on

To create RGB Histogram

Hi,

I need to create a RGB histogram for an image. Can anyone give some guidelines or examples of code snippet to accelerate my development time.  Thanks.
ASKER CERTIFIED SOLUTION
Avatar of bloodredsun
bloodredsun
Flag of Australia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of hzinox
hzinox

ASKER

Hi, sorry for the very late respond... had been on something else for some times now. I have looked the website given and I do think it will be useful to me. Thanx : ). Anyway, I am really confuse on how should I proceed with the histogram since I know now that it is more preferrable to come out with a 3D histogram rather than the others (just as required). I am looking seriously at Java3D but would this be a wise choice for me. Or is it far better to find an existing application which can be embedded in my program? Can you give any advise on this matter?

Cheers. Thanks again.
JFreeChart will do all of that for you, there's no point reinventing the wheel with Java3D when you can use this. You could always use Batik which is the underlying tech that JFreeChart uses.