image difference
古いコメントを表示
i want to find image difference of the one image and the poltbox image
2 件のコメント
Andreas Goser
2012 年 4 月 23 日
That's not enough information to be able to help you - by far!
Walter Roberson
2012 年 4 月 23 日
I do not recognize the term "poltbox" ?
回答 (2 件)
Image Analyst
2012 年 4 月 23 日
Try this
differenceImage = single(oneImage) - single(poltboxImage);
imshow(differenceImage, []);
2 件のコメント
shri sant gadge baba
2012 年 4 月 24 日
Image Analyst
2012 年 4 月 24 日
Virtually no one here accepts personal emails to do private consulting. The way to do it is to post your files to a file sharing web site. http://www.mathworks.com/matlabcentral/answers/7924-where-can-i-upload-images-and-files-for-use-on-matlab-answers
Sean de Wolski
2012 年 4 月 23 日
doc imsubtract
doc imabsdiff
Some places to look...
カテゴリ
ヘルプ センター および File Exchange で Image Arithmetic についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!