HSV to RGB using entered values
Mostrar comentarios más antiguos
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?
Respuesta aceptada
Más respuestas (1)
Bjorn Gustavsson
el 21 de En. de 2014
0 votos
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...
Categorías
Más información sobre Image Arithmetic en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!