My OpenCV Samples
img-face-detect.py
python img-face-detect.py images/MonaLisa.jpg data/haarcascade_frontalface_alt2.xml
webcam-face-detect.py
python webcam-face-detect.py data/haarcascade_frontalface_alt2.xml
obj-tracking.py
// for image
python obj-tracking.py -i img.png
// for webcam
python obj-tracking.py -i 0
feature_detection.py
python feature_detection -i img.png -d [SIFT/SURF/ORB]
python feature_detection -m logo.png img.png
python feature_detection -s left.png right.png
facemorph.py
python facemorph.py src.jpg dst.jpg -o output.avi
Dynamic LBPH model file training and updating
webcam-face-recognition.py
python webcam-face-recognition.py lbph-training.yml