Matlab imshow
Show older comments
What is wrong with this code?
im = imread('C:\Documents and Settings\Tom\battlestargalactica.jpg'); imshow(im);
im2 = imresize(im, 0.95); imshow(im2);
im = imsubtract(im, im2); imshow(im); imwrite(im,test,jpg);
Accepted Answer
More Answers (0)
Categories
Find more on Image Arithmetic in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!