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

 Akzeptierte Antwort

Image Analyst
Image Analyst am 10 Jan. 2014

0 Stimmen

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

Weitere Antworten (0)

Community Treasure Hunt

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

Start Hunting!

Translated by