NotePublic/Algorithm/AI/Haar_Classifier.md
ithink.chan ab9c069590 补充英文资料.
Signed-off-by: ithink.chan <chenyang@autoai.com>
2020-02-28 10:49:03 +08:00

10 lines
814 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# [Haar Classifier](https://zihuaweng.github.io/2018/06/26/haar-classifier/)
## 参考
[人脸检测之Haar分类器](https://www.cnblogs.com/zyly/p/9410563.html)
[Whats the Difference Between Haar-Feature Classifiers and Convolutional Neural Networks?](https://towardsdatascience.com/whats-the-difference-between-haar-feature-classifiers-and-convolutional-neural-networks-ce6828343aeb)
[Computer Vision — Detecting objects using Haar Cascade Classifier](https://towardsdatascience.com/computer-vision-detecting-objects-using-haar-cascade-classifier-4585472829a9)
[Deep Learning Haar Cascade Explained](http://www.willberger.org/cascade-haar-explained/)
[浅析人脸检测之Haar分类器方法Haar特征、积分图、AdaBoost、级联](https://blog.csdn.net/zouxy09/article/details/7922923)