Object recognition using OpenCV Cascade Classifier. This app have for purpose to test the precision of the Cascade Classifier recognition easily.
The app uses below classifiers:
haarcascade_eye
haarcascade_eye_tree_eyeglasses
haarcascade_frontalcatface
haarcascade_frontalcatface_extended
haarcascade_frontalface_default
haarcascade_frontalface_alt
haarcascade_frontalface_alt2
haarcascade_frontalface_alt_tree
haarcascade_fullbody
haarcascade_lefteye_2splits
haarcascade_lowerbody
haarcascade_profileface
haarcascade_righteye_2splits
haarcascade_smile
haarcascade_upperbody
The code of the app is on Github:
https://github.com/aruno14/OpenCV-CascadeClassifier