필터 지우기
필터 지우기

What is the best way to compare multiple images and point out differences?

조회 수: 3 (최근 30일)
Virral Mehta
Virral Mehta 2013년 4월 22일
I have been working on a project in which I have number of images(webpage images to be precise) which are almost similar. I need to compare those images and find out the differences and generate the report for the same. Please help me out by guiding with the best way for pointing it out. Can someone please suggest me some books or tutorial to learn Matlab as quickly as possible.

답변 (1개)

Chandra Shekhar
Chandra Shekhar 2013년 4월 22일
Convert those images to Binary, then apply
use 'corr2' function in matlab, it will take very less time for comparing images.
use Matlab user guide for basic and for image processing use "Digital Image Processing with MATLAB" by Gonzalez text book.

카테고리

Help CenterFile Exchange에서 Convert Image Type에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by