Tuesday, June 10, 2008

Assignment 9 question 2

Take the images from Assignment 6 number #3 part (c) and convert
them to an image with only 27 colors.

>> B = floor((bluelines+64)/128)*128;
>> imshow(B);





>> B = floor((jade+64)/128)*128;
>> imshow(B);


>> B = floor((jade)/86)*128;
>> imshow(B);



>> B = floor((bluelines)/86)*128;

>> imshow(B);


No comments: