Tuesday, June 10, 2008

Assignment 9 question 1

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


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



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

>> B = floor((jade+42)/85)*85;
>> imshow(B);


>> B = floor((bluelines+42)/85)*85;
>> imshow(B);




No comments: