image subtraction in matlab
Mostra commenti meno recenti
hi guys..
im currently dealing with matlab..and im doing the image subtraction..the problem is that when i used imsubtract in matlab the two pictures overlap each other...
what seems to be the problem? thank you
Risposte (1)
Namrata
il 5 Mag 2011
0 voti
try result = imsubtract(image1,image2); imshow(result,[ ])
1 Commento
keycamel villegas
il 5 Mag 2011
Categorie
Scopri di più su Image Arithmetic in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!