Machine Vision

cancel
Showing results for 
Search instead for 
Did you mean: 

Is there any research group or paper on face recognition on camouflaged images?

Is there anyone who has worked on recognizing faces in the kind of images that has been attached to this post?

0 Kudos
Message 1 of 5
(4,613 Views)

Hi there,

 

Unfortunately I have not heard of anything similar but, have you consider modifying an existing code for face recognition and try it with these kinds of images? You could use geometric patter matching functions to detect different parts of what you could consider a face (like the mouth, eyes, nose…) take this example as an starting point and try to modify the templates and see if it works: Community: Simple Face Detection using IMAQ

 

Regards,

Alejandro C. | National Instruments
0 Kudos
Message 2 of 5
(4,590 Views)

 Hello,

 

Please how can I get existing codes o face recognition systems

0 Kudos
Message 3 of 5
(4,096 Views)

Hey M.O,

 

It seems like you're question may not be related to this thread. It generally gets better response and keeps things cleaner if you start a new thread for a new question.

 

Feel free to start a new thread and provide some details about what you're traing to do with face recognition!

Ty Prather
Technical Marketing Specialist
National Instruments
0 Kudos
Message 4 of 5
(4,072 Views)

I have just released a couple of VIs for face detection and face recognition on VI package manager. The algorithms are based on convolutional neural networks. For face recognition the VI computes feature vectors for known faces and stores them in a file. For an unknown face the algorithm also computes a feature vector and computes a distance metric to the previously stored vectors. It will output the 5 best matches.

The VIs can be found on VIP by searching for 4SmartMachines.

0 Kudos
Message 5 of 5
(1,715 Views)