How to convert an image from rgb to l*a*b color space without using any function???

12 ビュー (過去 30 日間)
pritha Das
pritha Das 2013 年 11 月 11 日
コメント済み: noor abidi 2017 年 9 月 6 日
i want to change rgb image into l*a*b color space without using makecform() and applycform() functions.....how can it be done???????
  4 件のコメント
maram Ahmed
maram Ahmed 2017 年 6 月 29 日
There is a direct function called rgb2lab.
noor abidi
noor abidi 2017 年 9 月 6 日
but its only available in MATLAB 2017 version

サインインしてコメントする。

回答 (2 件)

John Barber
John Barber 2013 年 11 月 11 日
Here is a good reference for color space conversions:
Once you understand the basics of color spaces and converting between them, writing a short function to do a conversion from sRGB to Lab should be quite easy.

Image Analyst
Image Analyst 2013 年 11 月 11 日
You can find "book formulas" here: http://www.easyrgb.com/index.php?X=MATH First go from RGB to XYZ, then go from XYZ to Lab.

カテゴリ

Help Center および File ExchangeImage Processing Toolbox についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by