plse send a code ,how to resize currencies

Answers (1)

Belie
Belie on 31 Mar 2018
I need your help experts,at 1st I want to determine the dominating colour of the curriencies above.so in what way i will determine?

5 Comments

in that way i can't determine the dominating colour.
When you use the techniques shown there, what difficulties do you encounter?
the chllenge that I have faced is after determing the dominating colour ,I can't determine the Hue value in HSV
If you determine the dominating color as an RGB triple, a vector of three values, then
hsv = rgb2hsv(reshape(RGBTriple, 1, 1, 3));
dominant_hue = hsv(:,:,1);

Sign in to comment.

Categories

Find more on Images in Help Center and File Exchange

Asked:

on 29 Mar 2018

Commented:

on 28 Apr 2018

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!