Machine Vision

cancel
Showing results for 
Search instead for 
Did you mean: 

Face recognition using labview and myrio board

Please help me out in my project of face recognition using labview and myrio board
0 Kudos
Message 1 of 5
(4,856 Views)
did your myrio board support any camera ?!!
0 Kudos
Message 2 of 5
(4,827 Views)

Hi,

Here you can find some useful links related to Camera--Connectivity --Myrio

 

http://forums.ni.com/t5/Academic-Hardware-Products-ELVIS/myrio-camera/td-p/2737970/page/2

 

Hope this should help you.

 

Regards,

M.Kishan

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

Hi Saurabh,

Just wanted to know what is the project you are tyring to do and what is the part at which you are stuck at?

As others have suggested, first thing is to check if a camera can be connected to the myRIO that you are having. Apart from that if any help is needed, you are welcome to post.

 

Lyoko

Curious Enthusiast

0 Kudos
Message 4 of 5
(4,769 Views)

Vision Development Module (the Vision library for LabVIEW) does not include any face recognition algorithms. It contains lower level tools you can use to create your own face recognition algorithm.

You can however interface Vision Development Module with third party libraries, such as OpenCV. OpenCV implements a face recognition algorithm.

 

National Instruments recently released the NI Vision OpenCV Utilities package, which facilitates the integration of OpenCV algorithms with LabVIEW. This is not part of Vision Development Module, but you can download the package with package manager.
Here is the link to the white paper that describes how this works and how to download it.
http://www.ni.com/white-paper/53072/en/
 
 
This links describes how to do face recognition with OpenCV:
 
Essentially, what you'll need to do is
1) Use Vision Acquisition Software to acquire your image in LabVIEW
2) Create a dll in which you'll implement the face recognition software using the OpenCV functions. The links above explain how to do that and contain examples on how to compile it and interface it with LabVIEW.
 
Hope this will help you getting started. Good luck!
 
Best regards,
 
Christophe
0 Kudos
Message 5 of 5
(4,715 Views)