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

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.

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).