image subtraction in matlab
Show older comments
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
Answers (1)
Namrata
on 5 May 2011
0 votes
try result = imsubtract(image1,image2); imshow(result,[ ])
1 Comment
keycamel villegas
on 5 May 2011
Categories
Find more on Image Arithmetic in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!