09-19-2013 11:35 AM
Hi...
I like to compare two images such that one should be taken continuously and another should be already stored in memory.
And how to store images...
09-19-2013 12:03 PM - edited 09-19-2013 12:05 PM
mano94chitra@gmail.com wrote:
Hi...
I like to compare two images such that one should be taken continuously and another should be already stored in memory.
And how to store images...
can you provide more info, what excatly are you comparing in the image. There can be many ways. One of them is to subtract the image. You can also convert your images into array , do the subtraction on those both array and check.
you also might wanna check this : IMAQ compare
09-20-2013 12:48 AM
Try this
09-22-2013 12:11 AM
Hi..
I like to compare nose,lips and eyes of two faces by capturing one image and another to be already stored.
09-22-2013 12:12 AM
Hi..
I like to compare nose,lips and eyes of two faces by capturing one image and another to be already stored.
09-22-2013 11:14 PM
The pixels will vary accordingly..Whatever you compare doesnt matter.
09-23-2013 08:28 AM
Hi...
Thanx for your reply...
But I don't get what you are saying...
I just want to do face recognition by using eigen face vector..
Is it possible to do using labview?
09-23-2013 10:10 PM
Try this. Why eigen?
09-25-2013 10:13 AM
Hi...
My idea is to compare two images...
First I have to extract the features such as area of ear,lips,nose and width of forehead and then store in a database..
then I have to capture the image using webcam then extract the features from it and that extracted image data should be
compared with the already stored data in the database...
Is it possible to do??
09-25-2013 11:55 AM
Do you have the IMAQ library ?
You can do a transposition of the x,y image pixels into a fourier representation.
Subtracting the F-Images you may get the corresponding areas to compare.
But all this is real hard stuff.
Good luck.