Matlab imshow
1 回表示 (過去 30 日間)
古いコメントを表示
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);
0 件のコメント
採用された回答
Ivan van der Kroon
2011 年 5 月 18 日
this gives an error with imsubstract because the images are not of the same size.
0 件のコメント
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Image Processing Toolbox についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!