질문


what to add and correct the program ? cany yu send that clearly ?
close all; %RGB2LAB Convert an image from RGB to CIELAB % % function [L, a, b] = RGB2Lab(R, G, B) % functi...

10년 초과 전 | 답변 수: 0 | 0

0

답변

질문


how to find the variable in the code ? and if i put that at the end of program its showing Function definitions are not permitted in this context. ??
close all; %RGB2LAB Convert an image from RGB to CIELAB % % function [L, a, b] = RGB2Lab(R, G, B) % function [...

10년 초과 전 | 답변 수: 2 | 0

2

답변

질문


how to convert color image into lab color model ? its showing error ?
clear all; close all; lab = rgb2lab(rgb); %RGB2LAB Convert an image from RGB to CIELAB % % function...

10년 초과 전 | 답변 수: 1 | 0

1

답변

질문


I want code to convert color image to rgb color spaces exactly
I want code to convert color image to rgb color spaces exactly

10년 초과 전 | 답변 수: 1 | 0

1

답변