We closed this forum 18 June 2010. It has served us well since 2005 as the ALPHA forum did before it from 2002 to 2005. New discussions are ongoing at the new URL http://forum.processing.org. You'll need to sign up and get a new user account. We're sorry about that inconvenience, but we think it's better in the long run. The content on this forum will remain online.
Page Index Toggle Pages: 1
How to run a face recognition code (Read 1319 times)
How to run a face recognition code
May 28th, 2009, 8:35pm
 
I followed the instruction at http://tokage.cafe24.com/facedetect/index.htm
in order to run a sketch named "face example.pde" provided by the same page,but as a result the programme crashed,saying

Exception in thread "Animation Thread" java.lang.UnsatisfiedLinkError: no FaceDetect in java.library.path
     at java.lang.ClassLoader.loadLibrary(Unknown Source)
     at java.lang.Runtime.loadLibrary0(Unknown Source)
     at java.lang.System.loadLibrary(Unknown Source)
     at FaceDetect.FaceDetect.<clinit>(FaceDetect.java:17)
     at facedetect.setup(facedetect.java:37)
     at processing.core.PApplet.handleDraw(PApplet.java:1400)
     at processing.core.PApplet.run(PApplet.java:1328)
     at java.lang.Thread.run(Unknown Source)

I just can't handle it,please help!orz
Re: How to run a face recognition code
Reply #1 - May 31st, 2009, 6:39am
 
Hi,
I had the same problem, but with windows.

You use Mac, right?

Have you tried the two examples there?

Here is another page:    ubaa.net/shared/processing/opencv/
Try that. This page provides an example package that includes also a facedetection script.
Actually it didn´t work on my PC, because of this unsatisfied link error, but maybe it`s better in MAC.

I used this link:
bryanchung.net/?page_id=251
It is used on Windows, but I think you can try that too.

Hope it helps a bit.
I searched over a week and havn´t  really solved the problem, only found another script.

Regards,
Anna
Page Index Toggle Pages: 1