OpenCV Face Filter
Introduction
The OpenCV Face Filter project was first introduced in winter 2019. This is a C++ program using OpenCV library to perform face filter like the one on Snap-chat or Instagram. The program will capture video stream from webcam or built-in camera on computer. By performing face recognition, people’s faces will be recognized and decorations will be applied.
The class covers:
- Basic image processing and face recognition
- OpenCV C++ application
- C++ third party library setup with Integrated Development Environment
- Object-oriented programming in C++
Class Notes
Resources
Images