comparing 2 images using matlab

Thread Starter

kbk

Joined Feb 4, 2010
4
hi i wanted to create an app. to compare two images using matlab..how can i do this i want to use image processing toolbox.i know about imread and all those no idea of comparing.and once i write the code how make an executable of it?
thanking you..
 

n9352527

Joined Oct 14, 2005
1,198
Look up image correlation. This is the standard mathematical technique to compare the likeness of two images.

Matlab has the facility to compile your code into executable. You need the right tolbox for that, and have to include the supplied library in your distribution. It is all explained better in the user manual.
 

Thread Starter

kbk

Joined Feb 4, 2010
4
Hi can you please elaborate a bit about image correlation....
May be with a code snippet as example....pls
thanking you.....
 

Thread Starter

kbk

Joined Feb 4, 2010
4
hi i want the front end to be a webpage and i'm also using a database how can i interface these with matlab....
 
Top