Ask Your Question

daemon's profile - activity

2016-01-26 04:57:07 -0600 asked a question How i can add native c++ dll too my java project

Hi,I'm using OpenCV 2.4.9 from Java and I'm having some problems because the Contrib module of OpenCV (which contains the FaceRecognition Algorithms) is not there at the oficial Java wrapper of OpenCV 2.4.9. I read that i can add dll in ma project and then i can use FaceRecognition class for face detected in java. Can you help me how it do?

I see that hee but i dont understand how it do? can you help me?

link text

2016-01-26 04:25:30 -0600 asked a question Why not work createFisherFaceRecognizer() in opencv java?

I import org.opencv.contrib.faceRecognizer in me project? but when i want use this class i see error, can you help why i can not use this same code bottom?

FaceRecognizer rec = new FaceRecognizer(); this method is not work too

FaceRecognizer rec=createLBPHFaceRecognizer(); or FaceRecognizer rec=createEigenFaceRecognizer(); or FaceRecognizer rec=createFisherFaceRecognizer();

2015-12-28 08:45:51 -0600 answered a question how to show capture video from webcam in frame with its HSV view within same JFrame in JAVA

if you have link for sourse give it i watch

2015-12-28 03:19:13 -0600 commented question Recognize face from base (Java)

can you give your shared you code to my email [email protected], or we can correspond and you can help me

2015-12-24 07:10:50 -0600 commented question Recognize face from base (Java)

or i watch that, but i need tutorial or project to recognize face on picture , this picture i have i database, can you help me make this project

2015-12-24 06:17:40 -0600 answered a question Face Recognition

see this , you can see the tutorial for begginer openshift

2015-12-24 06:17:26 -0600 asked a question Recognize face from base (Java)

Guys you make Recognize face from base in java, can your help me for my university diplom/ I need recognize people on the photo from pattern . I watch many pages in internet but not found tutorial for java only for c++ or python? but i did not know this languages. Can your shared you code from project to help me.

I will be grateful

I am trying to do like this but not work github help me