How to convert image from rgb space to luv space?
6 ビュー (過去 30 日間)
古いコメントを表示
Is there any built in command for converting RGB image to LUV?
0 件のコメント
採用された回答
Image Analyst
2014 年 11 月 9 日
You can use the makecform() function in the Image Processing Toolbox. First convert rgb into xyz, then convert xyz into uvL. (They seem to reverse the letters compared to most people for some reason.)
Dr. Stephen Westland, one of the leading color scientists in the world has a color science toolbox here that has the transform in it: http://www.mathworks.com/matlabcentral/fileexchange/40640-computational-colour-science-using-matlab-2e
0 件のコメント
その他の回答 (1 件)
Chad Greene
2014 年 11 月 9 日
File exchange has a colorspace transformations function. Googling turned up a few functions like this one which may or may not have been someone's homework assignment.
1 件のコメント
andra aprianata
2020 年 5 月 14 日
参考
カテゴリ
Help Center および File Exchange で Convert Image Type についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!