08-03-2011 02:56 AM
I, am into my final year project. I am doing face recognition using labview. I want to know how to compare image using labview. it would be great if someone helped , as it is proving to be a major obstacle in my way
08-03-2011
04:08 AM
- last edited on
12-02-2024
01:56 PM
by
Content Cleaner
Hi Sibom,
You may want to check Vision Development Module for LabVIEW. You can check them out at
In this forum, people try to answer questions but we would need you to do your part of the work and what you have done to resolve the issue that you face. We can't help you if you just wanted answer without even trying.
Regards
08-03-2011 06:03 AM - edited 08-03-2011 06:10 AM
You Might also look into the examples provided with NI Vision. There's one pretty good example for pattern recognition that might make your project obsolete... I haven't looked into it to deeply though.
You can find the example in your NI direction:
National Instruments\LabVIEW 2010\examples\Vision\2. Functions\Geometric Matching
08-16-2011 04:00 AM
I have succesfully matched the front view of a face . But the template matching considers only the position of the image in template . If the image is a little angled or tilted than the template's image it gives a score of zero. Also if u can please tell me if a side view can be used to reconstruct or recognise the front view template of an image , eg. a face.
08-17-2011
12:10 AM
- last edited on
12-02-2024
01:57 PM
by
Content Cleaner
Hi Sibom,
There are various face recognizing algorithms available. If your purpose is simple face recognition, then the simplest method would be to segment the image using a line, and to perform the recognition for every tilt of the image.Tthus when the line traces 180 degrees, all possible positions would have been verified.
If you like a more holistic approach you can have a look at the trace transform model and the active appearance model, which are used in the industry.
These models can be studied at :
http://www.face-rec.org/algorithms/#Image
Regards,
Siva
07-22-2012 05:57 AM
good afternoon,
i am doing my project in eye detection technology.
i am new to labview software.
i have been trying to locate eye region but i am not getting perfect results for that.
i am using pattern matching in vision assisstanat.
please guide me.
i need your help very badly.