haarcascade_frontalface_alt [closed]
I use cascade file haarcascade_frontalface_alt.xml. Does the word "alt" mean that this cacsade doesn't use titled features?
I use cascade file haarcascade_frontalface_alt.xml. Does the word "alt" mean that this cacsade doesn't use titled features?
Asked: 2013-02-20 05:16:27 -0600
Seen: 926 times
Last updated: Feb 20 '13
persistence.cpp rejects haarcascade_frontalface_default.xml
Solve haarcascade XML files' path
How to save opencv data in Excel format?
How is Facerecognizer model stored?
CascadeClassifier with haarcascade apparently not working
Convert opencv_traincascade intermediate output into xml
LBP model training using traincascade
probably not, more likely that it stands for 'alternative'
mmm... just one more question) In xml file there is a tag <feature>, that represents single feature. This tag have nested tag <tilted>. Does value 0 inside this tag means that this is not tilted feature?
yes.
not tilted: |_| ,tilted: <>
thanks!!!!