An open API service indexing awesome lists of open source software.

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!

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)