Difference Between 2 image and exctrat difference

3 次查看(过去 30 天)
i have a projet and i want to get the difference between 2 images and extract the difference in other windows plzz

回答(1 个)

Walter Roberson
Walter Roberson 2015-12-6
difference_image = double(firstImage) - double(SecondImage);

类别

Help CenterFile Exchange 中查找有关 Images 的更多信息

标签

尚未输入任何标签。

Community Treasure Hunt

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

Start Hunting!

Translated by