Machine Vision

cancel
Showing results for 
Search instead for 
Did you mean: 

eyeball and eyeblink controlled robot with obstacle avoidance system for disabled

Solved!
Go to solution

i am working on this project bt i am unable to detect eye ball 

0 Kudos
Message 1 of 14
(6,406 Views)
Solution
Accepted by topic author bikas

Hello,

 

some pointers:

 

https://decibel.ni.com/content/blogs/kl3m3n/2013/10/08/real-time-face-and-eye-detection-in-labview-u...

 

http://forums.ni.com/t5/Machine-Vision/eye-controlled-wheelchair/td-p/2651903

 

Hope you find it useful.

 

Best regards,

K


https://decibel.ni.com/content/blogs/kl3m3n



"Kudos: Users may give one another Kudos on the forums for posts that they found particularly helpful or insightful."
Message 2 of 14
(6,400 Views)
actually i have seen that before...although i followed ur idea i am getting the same error opencv_core246 missing.
0 Kudos
Message 3 of 14
(6,390 Views)
Hello.

Do you have OpenCV installed? You need to install OpenCV 2.4.6:

http://opencv.org/

Then add:

C:\Program Files (x86)\OpenCV 2.4.6\opencv\build\x86\vc10\bin

to environment variables ("path" under "system variables").

Best regards,
K

https://decibel.ni.com/content/blogs/kl3m3n



"Kudos: Users may give one another Kudos on the forums for posts that they found particularly helpful or insightful."
0 Kudos
Message 4 of 14
(6,387 Views)
hello kelmen i have already installed opencv 2.4.6 bt unable solve the problem and getting the same error
0 Kudos
Message 5 of 14
(6,386 Views)

Hello,

 

did you add the OpenCV path to environment variables?

 

Best regards,

K


https://decibel.ni.com/content/blogs/kl3m3n



"Kudos: Users may give one another Kudos on the forums for posts that they found particularly helpful or insightful."
0 Kudos
Message 6 of 14
(6,383 Views)
will u tell me how can i add opencv path to environment variables?
0 Kudos
Message 7 of 14
(6,369 Views)

Hello,

 

you should read the posts more thoroughly! 🙂

 

Please check three posts back! For instructions on how to add path to system variables: Instructions .

 

Best regards,

K


https://decibel.ni.com/content/blogs/kl3m3n



"Kudos: Users may give one another Kudos on the forums for posts that they found particularly helpful or insightful."
0 Kudos
Message 8 of 14
(6,365 Views)
now i have added the opencv to environmental variables under system variables bt still i am getting the error
0 Kudos
Message 9 of 14
(6,359 Views)

Hello,

 

that is strange. Are you sure you are meeting all of the below requirements:

 

1. OpenCV 2.4.6

2. Visual Studio 2010x86 (I think Microsoft Visual C++ 2010 Redistributable Package x86 should do it, but I am not entirely sure, since I have not tested this)

3. Modified environment variables (add path C:\Program Files (x86)\OpenCV 2.4.6\opencv\build\x86\vc10\bin).

 

Also check the comments here: https://decibel.ni.com/content/blogs/kl3m3n/2013/10/08/real-time-face-and-eye-detection-in-labview-u...

 

I have just tested the SW package and it works without any errors, so the problem must be on your side.

 

Hope you get it working.

 

Best regards,

K


https://decibel.ni.com/content/blogs/kl3m3n



"Kudos: Users may give one another Kudos on the forums for posts that they found particularly helpful or insightful."
0 Kudos
Message 10 of 14
(6,353 Views)