LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Face recognition with genetic algorithm

Hi. We're working on a face recognition system and we'd like to know how genetic algorithm can be applied in our system. We're pretty new with LabVIEW and have little idea about genetic algorithm. Any help would be greatly appreciated.

 

0 Kudos
Message 1 of 6
(5,496 Views)

You mentioned you are pretty new to LabVIEW. Are you aware of the Vision Development Module (https://www.ni.com/en/shop/data-acquisition-and-control/add-ons-for-data-acquisition-and-control/wha...)? It has a host of built in functions and algorithms to handle image processing.

I was also able to find a forum post discussing facial recognition (https://forums.ni.com/t5/LabVIEW/face-recognition-using-labview/td-p/1657028).

Hopefully, this sets you in the right direction. If you have any more specific questions, feel free to post them here.

James D.

James D.
Applications Engineer
National Instruments
Message 2 of 6
(5,441 Views)

We've managed to match image patterns already. What we're looking for is how we're going to add genetic algorithm in face recognition.

0 Kudos
Message 3 of 6
(5,394 Views)

Take a look at this community example on implementing genetic algorithms in LabVIEW 

https://forums.ni.com/t5/Example-Code/Genetic-Algorithm-Code/ta-p/3490759

Maggie M.
Application Engineer
National Instruments.
http://www.ni.com/support
0 Kudos
Message 4 of 6
(5,370 Views)

Hey,

 

Convolutional neural networks are currently the best performing solution to facial recognition problems. If you need assistance, we at JKI may be able to help. Drop us a message if interested.

 

http://jki.net/contact

 

Tomi

--
Tomi Maila
0 Kudos
Message 5 of 6
(5,271 Views)

I have written face detection and face recognition LabView Add-ons that are based on convolutional neural networks. These VIs are available via VI package manager. Search for 4SmartMachines.

Message 6 of 6
(3,618 Views)