GWAK
May 23, 2024, 6:21am
1
Facial recognition for users
hello. Nice to meet you.
library :
Deep Vision
OpenCV for Processing
link: opencv-processing/examples/WhichFace/WhichFace.pde at master · cansik/opencv-processing · GitHub
Q1. It is easy to recognize human faces through the ‘Library’.
Q2. However, it is difficult to compare people by matching their faces. In other words, we want to save an image of a person and later determine if it is that person through ‘live cam’.
Do you have any advice or an easy way to solve it?
1 Like
jafal
May 23, 2024, 10:28am
2
Hi good friend hope you fine
In this Link examples about your topic
1 Like
GWAK
May 23, 2024, 10:24pm
4
@jafal
Thank you for your kind reply.
Be happy~~!
1 Like
GWAK
May 24, 2024, 12:15am
5
@jafal
Thank you for answer.
‘FaceRekognition’ seems to have expired.
1 Like
I reccommmend creating a separate Java class on its own thread for face matching.
At its heart, facial recognition and matching are just pattern matching.
1 Like
OpenCV and Java appear not to be friends.
Use C++ or Python.
I love Java, but it was not really intended for use with OpenCV.
1 Like
GWAK
May 25, 2024, 12:17am
8
@LangdonS
Thank you for the good advice. have a good day.