xgmiao / opencv-samples

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OpenCV Samples

► Fiducial Detection

► 3D Pose Estimation

► Pedestrian Detection

  • OpenCV's default people detector has been used.

► Vehicle Detection (with SVMLight)

  • Training images are extracted from here.
  • Classification and feature vector files couldn't be uploaded because they were containing too much data.

► Vehicle Detection (with Haar Cascades)

  • The trained Haar classifier is based on cars3.xml created by Brad Philip and Paul Updike.
  • Video available here.

► Vehicle Detection (with HOG)

  • Video available here.

About


Languages

Language:C++ 100.0%