https://github.com/tobycm/resistor-detector
https://github.com/tobycm/resistor-detector
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tobycm/resistor-detector
- Owner: tobycm
- Created: 2025-04-21T04:03:40.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-22T05:15:50.000Z (about 1 year ago)
- Last Synced: 2025-08-29T23:49:09.222Z (10 months ago)
- Language: Python
- Size: 318 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Resistor detector using OpenCV
This is a primitive OpenCV project that detects resistors in an image or a video feed. It finds contours in the image, apply some color conversion, adaptive thresholding, morphological open and close, and finally drawing bounding boxes around the detected resistors.
## How to use
### Requirements
- Python 3.x
### Setup
Install the required packages using pip:
```sh
pip install -U -r requirements.txt
```
### Run the script
```sh
python3 main.py
```