https://github.com/pop0097/object_detection_algorithm
Algorithm to detect an object using the OpenCV Library in Python.
https://github.com/pop0097/object_detection_algorithm
opencv python3
Last synced: about 1 month ago
JSON representation
Algorithm to detect an object using the OpenCV Library in Python.
- Host: GitHub
- URL: https://github.com/pop0097/object_detection_algorithm
- Owner: Pop0097
- Created: 2020-09-30T04:32:30.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-12-04T05:48:04.000Z (over 5 years ago)
- Last Synced: 2025-01-22T17:46:55.811Z (over 1 year ago)
- Topics: opencv, python3
- Language: Python
- Homepage:
- Size: 71.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Object_Detection_Algorithm
Algorithm to detect a ball using the OpenCV Library in Python. Project was built for the SE 101 project (repository found [here](https://github.com/Pop0097/Autonomous_Object_Following_Cart)).
This code was first created to work with a desktop camera to ensure the algorithm was functional. Afterwards, the program was optimized and adapted to work with a Raspberry Pi and its associated camera module.