PYthon Knowlege and OpenCV Knowlege.
python template_matching.py --image path/to/scene.jpg --template path/to/template.png --show
python template_matching.py --image scene.jpg --template patch.png --threshold 0.85 --nms-iou 0.3 --save-out matched_side_by_side.png
python eye_detection_haar.py --image path/to/faces.jpg --show
python eye_detection_haar.py --image faces.jpg --scale-factor 1.05 --min-neighbors 18 --min-size 12,12 --save-out eyes_out.png ``