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

 採用された回答

Image Analyst
Image Analyst 2014 年 1 月 10 日

0 投票

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

その他の回答 (0 件)

カテゴリ

質問済み:

2014 年 1 月 10 日

回答済み:

2014 年 1 月 10 日

Community Treasure Hunt

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

Start Hunting!

Translated by