Ask Your Question

Omar Sherif's profile - activity

2017-04-29 21:13:14 -0600 asked a question Delay using JLabel to Display Camera frames

Hi , there i have successfully viewed the camera frames on a jpanel but i couldn't add any images on the jpanel as it runs it get on top of all the Jlabels and images i have added in the Jframe so i displayed the frames on a Jlabel image but i get a little bit delay , how can i fix this without using jpanel to display camera frames ?

2017-04-25 13:14:45 -0600 asked a question How to make face Recognition using Javacv ?

I made the face Detection and i managed to save a face image , i just want to know how to make the face Recognition to check if the new detected image match an old image i had saved ? any help on how to use javacv ( i have also loaded all its libraries ).

2017-04-21 10:05:04 -0600 asked a question How to make Face Recognition ?

I made a face detection code using Java and i managed to save the detected face with information about it i want to know from where i can start to recognize the face if it's detected again ?