How to compare 2 images using mat lab?any body have the code just mail me... eldhosekm@ymail.com ..pls help me

 채택된 답변

Image Analyst
Image Analyst 2012년 4월 7일

0 개 추천

Lots of ways, such as simply subtracting them, to using Structural Similarity ( http://en.wikipedia.org/wiki/SSIM) to even higher level methods (e.g. "show me all images that have babies in them").

댓글 수: 2

eldhose
eldhose 2012년 4월 7일
can u give a source code .(simply subtracting)
Image Analyst
Image Analyst 2012년 4월 7일
differenceImage = image1 - image2;

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Community Treasure Hunt

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

Start Hunting!

Translated by