LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

face recognition using labview

guys does any one have simple recognition code.i don't know how to implement it .

0 Kudos
Message 1 of 4
(2,118 Views)

Judging from the content of your question, you'd be better served contracting with an NI Alliance Partner.

Bill
CLD
(Mid-Level minion.)
My support system ensures that I don't look totally incompetent.
Proud to say that I've progressed beyond knowing just enough to be dangerous. I now know enough to know that I have no clue about anything at all.
Humble author of the CLAD Nugget.
0 Kudos
Message 2 of 4
(2,106 Views)

Based on the information provided, you are starting from scratch.

You will need vision toolkit or if you are a king in C++, you can do a bridge between OpenCV and LabVIEW.

Please give more information on what you are trying to do.

It's like: hey!!!... I have a spaceship project, but no code for it. Is someone ever coded a spaceship software?

 

Benoit

0 Kudos
Message 3 of 4
(2,046 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 4 of 4
(1,806 Views)