Click here to Skip to main content
15,887,214 members
Please Sign up or sign in to vote.
1.00/5 (3 votes)
See more: , +
I need to analyze the colors of a image and need to do it in java.
Need to use HSV color mode

What I have tried:

I'm clueless about this and new to image processing.I only have two weeks to complete this.Please help.Thank you everyone.
Posted
Updated 27-Jun-17 1:35am
v2
Comments
Richard MacCutchan 27-Jun-17 3:45am    
It will take you much more than two weeks to learn enough about image processing, matlab and Java.

1 solution

You need to learn a lot. It begins with some information about the HSV color mode and its usage in Java and your libraries.

Here is some OpenCV example for that and some OpnCV color managment.

You have a bunch of learning and coding to do. It is a challenge for you to learn and code. I wish you the best for your ambitious work.

PS: ask some mate for help or consult your teacher, but work HARD. In the OpenCV Java tutorials you may find some helping stuff.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900