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

조회 수: 1 (최근 30일)
kalyani ohri
kalyani ohri 2016년 1월 22일
댓글: Image Analyst 2016년 1월 23일
RGB= imread('image.jpg'); hsv =rgb2hsv(RGB);
AFTER THIS I NEED TO CALCULATE HSV WEIGHT FUNCTION.
  댓글 수: 2
kalyani ohri
kalyani ohri 2016년 1월 23일
how to implement r (255/I) (S,I) 1 S gray W 2
Image Analyst
Image Analyst 2016년 1월 23일
Why do you need to when the Mathworks implemented it for you in rgb2hsv()?

댓글을 달려면 로그인하십시오.

답변 (1개)

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

카테고리

Help CenterFile Exchange에서 Deep Learning Toolbox에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by