i need code for hsv weight function ( based on saturation and intensity)

RGB= imread('image.jpg'); hsv =rgb2hsv(RGB);
AFTER THIS I NEED TO CALCULATE HSV WEIGHT FUNCTION.

2 comentarios

how to implement r (255/I) (S,I) 1 S gray W 2
Why do you need to when the Mathworks implemented it for you in rgb2hsv()?

Iniciar sesión para comentar.

Respuestas (1)

Image Analyst
Image Analyst el 22 de En. de 2016
The rgb2hsv function uses the method described in this paper by Alvy Ray Smith: http://alvyray.com/Papers/CG/color78.pdf

Categorías

Más información sobre Deep Learning Toolbox en Centro de ayuda y File Exchange.

Etiquetas

Preguntada:

el 22 de En. de 2016

Comentada:

el 23 de En. de 2016

Community Treasure Hunt

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

Start Hunting!

Translated by