Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 559 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 559 Bytes

CPP-Experimentation

A repository to contain C++ experimentation code like OpenCV Face Detection, ASCII video, Emotion Recognition, and more!

Install OpenCV folling these instructions. Make sure you set your environment variable and add it to the systems path! Please install OpenCV at C://opencv.

The string for the webcam is hardcoded to "1" because that was the easiest so feel free to change it to "0" if that works better for you....we should decide on a better solution for that.