Can any body guide me How to obtain a difference image by taking first-order horizontal differences?

 Respuesta aceptada

Image Analyst
Image Analyst el 10 de En. de 2014

0 votos

diffImage = conv2(grayImage, [1, -1], 'same');

Más respuestas (0)

Categorías

Preguntada:

el 10 de En. de 2014

Respondida:

el 10 de En. de 2014

Community Treasure Hunt

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

Start Hunting!

Translated by