Matlab imshow
4 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
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 commentaires
Réponse acceptée
Ivan van der Kroon
le 18 Mai 2011
this gives an error with imsubstract because the images are not of the same size.
0 commentaires
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Image Processing Toolbox dans Help Center et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!