HSV to RGB using entered values
Show older comments
I have used the rgb2hsv and changed my rgb image to hsv, then asked the user to enter new h and s values .. now I want to create the new rgb image with these new h and s and v values, could anyone help me with it? how can I combine these hsv seprate values into one rgb image?
Accepted Answer
More Answers (1)
Bjorn Gustavsson
on 21 Jan 2014
0 votes
Why cant you use hsv2rgb? It's also not clear to me how you have your users entering new hue and saturation values - do you really expect them to give new parameters pixel-by-pixel, that would be a very large number of numbers to enter for anyone...
Categories
Find more on Image Arithmetic in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!