OpenCV 教學範例程式

Part 7

Object Detection

主要章節

  • 29_face_haar
  • 30_face_dnn

29_face_haar

挑選特徵定義

對應臉部特徵概念

對應臉部特徵概念

各階段、滑動視窗流程

Detection: Visualized

Ref

  • [Face Detection using Haar Cascades (@OpenCV)](https://opencv-python-tutroals.readthedocs.io/en/latest/py_tutorials/py_objdetect/py_face_detection/py_face_detection.html)
  • [Cascade Classifier Training (@OpenCV))](https://docs.opencv.org/2.4/doc/user_guide/ug_traincascade.html)
  • [Face Detection Using OpenCV With Haar Cascade Classifiers](https://becominghuman.ai/face-detection-using-opencv-with-haar-cascade-classifiers-941dbb25177)
  • [Face Detection with Python using OpenCV](https://www.datacamp.com/community/tutorials/face-detection-python-opencv)
  • [Face Detection with the EdgeTPU using Haar Cascades](https://www.embecosm.com/2020/03/04/face-detection-with-the-edgetpu-using-haar-cascades/)

......

Detection: Visualized

30_face_dnn

......

Made with Slides.com