Skip to content

Open source detection software using computer vision & OpenCV (WIP)

License

Notifications You must be signed in to change notification settings

jamesql/OpenDetection

Repository files navigation

Open Detection 2

Open Detection 3 is coming!

Open source software that allows you to detect multiple types of objects and interact with the world using computer vision.

Detection Methods

Detection Method Header File Dependent Files
Finger Detection FingerDetection.h VideoFeed.h / ImgProc.h
Face Detection FaceDetection.h VideoFeed.h / ImgProc.h
Face Tracking FaceTracker.h VideoFeed.h / ImgProc.h, FaceDetection.h, Cascade.xml
Face Recognition FaceReco.h VideoFeed.h / ImgProc.h, FaceDetection.h, Cascade.xml
Object Tracking ObjTracker.h VideoFeed.h / ImgProc.h, ObjCascade.xml
Object Recognition ObjReco.h VideoFeed.h / ImgProc.h, ObjTracker.h, ObjCascade.xml
  • More to come!

Dependencies

  • OpenCV (2.4.10)

Systems Tested For

  • Windows 32Bit (AMD)
  • Windows 64Bit (Intel)
  • Ubuntu 64Bit (Intel)