Zazzup Webcam

Computer Vision
C++
Object Detection
OpenCV
Published

June 25, 2021

Add a hat and a bowtie to a face in a webcam stream.

I used C++ and OpenCV (in particular a pretrained Haar Cascade Classifier) to dynamically find the bounding box of a face in a video. I then add pictures of a hat and a bowtie to the upper/lower edge of that box.