Feeds
질문
How to display the values of each L, a, and b
I have this type in my script: rgb = imread('myfilename'); lab = rgb2lab(rgb); imshow(lab(:,:,1),[0 100]) %%w...
거의 9년 전 | 답변 수: 1 | 0
1
답변질문
How to get Lab values from RGB images
Hello, I have digital camera images (in RGB form) and I need to convert them to Lab values. I need to know the values of each...
거의 9년 전 | 답변 수: 2 | 0
2
답변답변 있음
makecform('srgb2lab')
Hello, I have digital camera images (in RGB form) and I need to convert them to Lab values. I need to know the values of each...
makecform('srgb2lab')
Hello, I have digital camera images (in RGB form) and I need to convert them to Lab values. I need to know the values of each...
거의 9년 전 | 0

