22

I need Haar Cascades xml files for Mouth, Eyes & Nose. Do provide me useful links.

Any kind of help would be highly appreciated.

Nishant Shah
  • 1,590
  • 1
  • 15
  • 25

3 Answers3

24

Look at this page: http://alereimondo.no-ip.org/OpenCV/34

There are haar cascades for eyes, nose and mouth :)

dom
  • 11,894
  • 10
  • 51
  • 74
  • Thanks buddy, it's working well for the mouth, but the one for the nose is not working, do you have any other links? – Nishant Shah Jan 26 '12 at 11:32
  • 2
    Try this one: ftp://mozart.dis.ulpgc.es/pub/Software/HaarClassifiers/FaceFeaturesDetectors.zip It's a set of haar cascades for face features. – dom Jan 26 '12 at 11:52
  • @dom links is now dead. any update since 2012 ? Is still haar adaboost approach still best one for facial detection ? I m interested in skin – user305883 Jun 23 '19 at 10:37
2

I believe they are in the EmguCV package when you download it. Can't remember exact directory but do a search for *.xml.

Edit

Found the location. Get the emgucv zip file then they're in...

.\opencv\data

I imagine you can get these straight from their SVN as well

TomP89
  • 1,420
  • 3
  • 11
  • 29
  • Thnx buddy....bt d given xml files in d package r for d frontalface detection & eye..but I need Haar Cascade file for detecting Lips & Nose frm d detected face. Is der ny Haar Cascade file 4 dis??? – Nishant Shah Jan 26 '12 at 10:32
  • yes check this link :https://github.com/Itseez/opencv/tree/master/data/haarcascades – Saad Bilal Dec 13 '13 at 07:41
1

This will help. Contains all haar cascade for eye, face and nose: https://github.com/Itseez/opencv/tree/master/data/haarcascades

Saad Bilal
  • 1,767
  • 1
  • 17
  • 31