Feeds
已回答
Why do I receive the error that arrays have incompatible sizes for this operation?
B=imread('LOGO.bmp'); subplot(2,2,3),imshow(B),title('Watermark Image'); Wd=im2double(B); DCTw=dct(Wd); subplot(2,2,4),imsho...
Why do I receive the error that arrays have incompatible sizes for this operation?
B=imread('LOGO.bmp'); subplot(2,2,3),imshow(B),title('Watermark Image'); Wd=im2double(B); DCTw=dct(Wd); subplot(2,2,4),imsho...
3 years 前 | 0
