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!