https://github.com/steveplays28/rubbish-image-detection
Rubbish image detection, using OpenCV.
https://github.com/steveplays28/rubbish-image-detection
image-detection opencv
Last synced: about 1 month ago
JSON representation
Rubbish image detection, using OpenCV.
- Host: GitHub
- URL: https://github.com/steveplays28/rubbish-image-detection
- Owner: Steveplays28
- License: gpl-3.0
- Created: 2023-12-20T11:36:54.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-08T15:27:30.000Z (over 1 year ago)
- Last Synced: 2025-03-08T16:27:03.367Z (over 1 year ago)
- Topics: image-detection, opencv
- Language: Java
- Homepage:
- Size: 2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Rubbish Image Detection
Rubbish image detection, using OpenCV.
This software was built for a final work piece, and serves as the practical result of the work piece.
## Development
### Building
To build the application, run the following commands in a terminal (or an IDE of your choice):
```bash
git clone https://github.com/Steveplays28/rubbish-image-detection.git
cd rubbish-image-detection
./gradlew run
```
## Attribution
This software uses the following open source libraries:
- [OpenCV](https://opencv.org/), licensed under Apache-2.0
- [OpenCV Java bindings](https://github.com/openpnp/opencv), licensed under BSD-3-Clause
## License
This project is licensed under GPL-3.0, see [LICENSE](LICENSE).