Wednesday, June 4, 2008

Question # 15,


Q #15 Display the CM face of the colour cube
Octave Command
CM(:,:,1)=[ones(256,1)*[0:1:255]/255];
CM(:,:,3)=ones(256);
CM(:,:,2)=[ones(256,1)*[0:1:255]/255]';
imshow(CM)

No comments: