obtain a difference image

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

 Risposta accettata

Image Analyst
Image Analyst il 10 Gen 2014
diffImage = conv2(grayImage, [1, -1], 'same');

Più risposte (0)

Community Treasure Hunt

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

Start Hunting!

Translated by