https://github.com/jamesql/opendetection3
A upgraded, faster, and better version of OpenDetection. Now with Python!
https://github.com/jamesql/opendetection3
c computer computer-vision cpp javascript library opencv opencv4 opendetection opendetection3 python python3 vision
Last synced: 2 months ago
JSON representation
A upgraded, faster, and better version of OpenDetection. Now with Python!
- Host: GitHub
- URL: https://github.com/jamesql/opendetection3
- Owner: jamesql
- License: mit
- Created: 2020-03-02T15:20:55.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-09T13:40:25.000Z (over 6 years ago)
- Last Synced: 2025-09-07T12:42:33.200Z (10 months ago)
- Topics: c, computer, computer-vision, cpp, javascript, library, opencv, opencv4, opendetection, opendetection3, python, python3, vision
- Language: C++
- Homepage:
- Size: 1.63 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Open Detection 3

Open source software that allows you to detect multiple types of objects and interact with the world using computer vision.
# Detection Methods
| OD3 Object | C++ Obj | Python Obj | JavaScript Obj | Build Status |
|--------------------|--------------------|------------------|------------------|--------------|
| Object Tracking | ObjTracker.h | ObjTracker | ObjTracker | Partial |
| Object Recognition | ObjRecognition.h | ObjRecognition | ObjRecognition | In Progress |
| Voice Recognition | VoiceRecognition.h | VoiceRecognition | VoiceRecognition | TO-DO |
| Finger Detection | FingerDetection.h | FingerDetection | FingerDetection | TO-DO |
| Face Detection | FaceDetection.h | FaceDetection | FaceDetection | In Progress |
| Face Tracking | FaceTracker.h | FaceTracker | FaceTracker | Partial |
| Face Recognition | FaceRecognition.h | FaceRecognition | FaceRecognition | TO-DO |
- More to come!
# Dependencies
- OpenCV (4.20)
# Python Library
- pip install opencv-python
- import OpenDetection
# JavaScript Library
- Coming Soon
# Systems Tested For
- Windows 32Bit (AMD)
- Windows 64Bit (AMD)
- Windows 64Bit (Intel)
- Linux (Ubuntu 18.04) 64Bit (Intel)
- Linux (Ubuntu 18.04) 32Bit (AMD)