Java OpenCV Face Detection in WebCam video feed. Results displayed in a JPanel video.
This video shows how Java can do face detection in a WebCam video feed using OpenCV and the the CascadeCalssifier class (with haarcascade_frontalface_alt.xml / lbpcascade_frontalface.xml). The identified faces are displayed on a video in a JPanel/JFrame.
This video shows how Java can do face detection in a WebCam video feed using OpenCV and the the CascadeCalssifier class (with haarcascade_frontalface_alt.xml / lbpcascade_frontalface.xml). The identified faces are displayed on a video in a JPanel/JFrame.