plse send a code ,how to resize currencies

Risposte (1)

Belie
Belie il 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 Commenti

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);

Accedi per commentare.

Categorie

Scopri di più su Images in Centro assistenza e File Exchange

Richiesto:

il 29 Mar 2018

Commentato:

il 28 Apr 2018

Community Treasure Hunt

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

Start Hunting!

Translated by