The main objetive of the repository is to get to know the basic functions of computers vision library OpenCV and apply these with different pictures/photos for a better understanding.
The Course_Guide folder contains the libraries needed in order to run, compile and code; it also has a list were it explains topics and its python script.
There are tow main folders for the basics, "OpenCV_Basics" and "photos", with both of these folders you can run the basic functions.
Face_Detec_Recog folder contains more structured python scripts in order to create a face detection or face recognition code.
- face_detection.py and Face_Detect_Photos folder contain what you need to run the face detection algorithm.
- The .py, .xml, and folders create the face recgonition algoritm.