Haarcascades implementation

Daniil Pakhomov daniil.j.pakhomov at gmail.com
Sun Jun 12 19:23:36 EDT 2016


Also, this might be useful:
http://warmspringwinds.github.io/

воскресенье, 12 июня 2016 г., 10:37:18 UTC-4 пользователь Abdeali Kothari 
написал:
>
> Hi, I recently switched from opencv to skimage as I found it much more 
> pythonic and easier to install.
>
> There is one feature which I seem to be missing - The Haarcascades and 
> CascadeClassifier[1]. Is there plan to add this in skimage ? I'm quite new 
> to haarcascades, but my understanding is that first there are HAAR features 
> that are found from the image and then these features are classified using 
> multiple weak classifiers (using adaboost) to "detect" an object.
>
> It seems to me that to get this functionality I would need skimage (to 
> create the haar features) and sklearn (for the adaboost setup). I found 
> issues/1431[2] which seems to talk about creating HAAR features.
>
> Am I on the right track ? Is there already some example code available 
> which uses skimage and sklearn using one of the haarcascadde xml files 
> provided by opencv ?
>
> Regards,
> Abdeali JK
>
>
> [1] - 
> http://docs.opencv.org/master/d7/d8b/tutorial_py_face_detection.html#gsc.tab=0
> [2] - https://github.com/scikit-image/scikit-image/issues/1431
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/scikit-image/attachments/20160612/861e7638/attachment.html>


More information about the scikit-image mailing list