How to convert an image from rgb to l*a*b color space without using any function???
조회 수: 10 (최근 30일)
이전 댓글 표시
i want to change rgb image into l*a*b color space without using makecform() and applycform() functions.....how can it be done???????
댓글 수: 4
답변 (2개)
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.
댓글 수: 0
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 Exchange에서 Convert Image Type에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!