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 Center および File ExchangeDeep Learning Toolbox についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by