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

 Réponse acceptée

Image Analyst
Image Analyst le 10 Jan 2014

0 votes

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

Plus de réponses (0)

Community Treasure Hunt

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

Start Hunting!

Translated by