image subtraction in matlab
Ältere Kommentare anzeigen
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
Antworten (1)
Namrata
am 5 Mai 2011
0 Stimmen
try result = imsubtract(image1,image2); imshow(result,[ ])
Kategorien
Mehr zu Image Arithmetic finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!