image difference

2 visualizaciones (últimos 30 días)
shri sant  gadge baba
shri sant gadge baba el 23 de Abr. de 2012
i want to find image difference of the one image and the poltbox image
  2 comentarios
Andreas Goser
Andreas Goser el 23 de Abr. de 2012
That's not enough information to be able to help you - by far!
Walter Roberson
Walter Roberson el 23 de Abr. de 2012
I do not recognize the term "poltbox" ?

Iniciar sesión para comentar.

Respuestas (2)

Image Analyst
Image Analyst el 23 de Abr. de 2012
Try this
differenceImage = single(oneImage) - single(poltboxImage);
imshow(differenceImage, []);
  2 comentarios
shri sant  gadge baba
shri sant gadge baba el 24 de Abr. de 2012
hi sir can i mail my code for further improvement plz help me in final step of my code plz send ur email that i can send u details of code and problem related with code.
Image Analyst
Image Analyst el 24 de Abr. de 2012
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

Iniciar sesión para comentar.


Sean de Wolski
Sean de Wolski el 23 de Abr. de 2012
doc imsubtract
doc imabsdiff
Some places to look...

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by