This has three main features
- Face Detection
- Face tracking
- Face Recognition
First of all to setup the environment, I have used Pyhton 3.7 and OpenCV to implement Haar Casscade. I have kept comments inside the codes so it wil be easy to follow up.
to install numpy just use command "pip install numpy". just replace numpy with whatever you require.
Dont forget to put the serial port according to your environment you are working on.
I have tried to make things as simple as possibile so if any problem do contact.
Watch photos folder for more info.
For beginners: Know what these are: OpenCV, Python, Haar Cascade, Arduino, Servo Motors, Greyscale...
References ???
For installation: https://www.codingforentrepreneurs.com/blog/install-opencv-3-for-python-on-mac/ https://www.codingforentrepreneurs.com/blog/install-opencv-3-for-python-on-windows/