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

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

Answers (1)

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

Categories

Find more on Modify Image Colors 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!