How to convert rgb to lab??
1 次查看(过去 30 天)
显示 更早的评论
I used the following function :
rgb = imread('peppers.png');
lab = rgb2lab(rgb);
But i got an error. How to solve this? What is the command that is needed?
2 个评论
Ahmet Cecen
2016-11-12
What is the exact error? I suspect you simply don't have the toolbox, since the above works for me.
回答(1 个)
Walter Roberson
2016-11-12
rgb2lab() is in the Image Processing Toolbox from R2014b and later.
4 个评论
Walter Roberson
2016-11-12
makecform() was present in the Image Processing Toolbox from R2006a or earlier. If you do not have it then you probably do not have the Image Processing Toolbox.
It is too late now to purchase Image Processing Toolbox for R2013a if you do not already have it.
You will probably need to purchase MATLAB again, with the Image Processing Toolbox.
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Image Processing Toolbox 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!