Azzera filtri
Azzera filtri

Matlab imshow

1 visualizzazione (ultimi 30 giorni)
Thomas
Thomas il 18 Mag 2011
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);

Risposta accettata

Ivan van der Kroon
Ivan van der Kroon il 18 Mag 2011
this gives an error with imsubstract because the images are not of the same size.

Più risposte (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by