Wednesday, June 4, 2008

Q#3


Q#3
Image of Big T
Part a)

bigT=255*ones(256);
bigT(30:79,64:191)=zeros(50,128);
bigT(50:199,111:146)=zeros(150,36);
imshow(bigT);

No comments: