atduskgreg / opencv-processing

OpenCV for Processing. A creative coding computer vision library based on the official OpenCV Java API
Other
1.32k stars 464 forks source link

[JAVA opencv library] Have you tried the 'WhichFace' example? #123

Open SeongJongKwak opened 1 year ago

SeongJongKwak commented 1 year ago

[JAVA opencv library] Have you tried the 'WhichFace' example?

hello. If anyone knows, please reply, thank you.

[Explanation]

  1. In the 'OpenCV' library folder/example folder, there is a 'WhichFace.pde' file.

  2. It reads a picture and recognizes a face in the picture.

  3. As in the name of this program, it is necessary to distinguish a human face, but the face registration function or the identification function does not work well.

Have any of you ever used it? Is it working well?