https://github.com/jeremymeissner/opencv-minecraft
This program recognize an oak tree in minecraft. It also provides the option of training a model.
https://github.com/jeremymeissner/opencv-minecraft
minecraft opencv
Last synced: 2 months ago
JSON representation
This program recognize an oak tree in minecraft. It also provides the option of training a model.
- Host: GitHub
- URL: https://github.com/jeremymeissner/opencv-minecraft
- Owner: JeremyMeissner
- License: mit
- Created: 2021-02-22T09:23:29.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-03-18T20:03:44.000Z (over 5 years ago)
- Last Synced: 2026-01-30T13:26:18.070Z (5 months ago)
- Topics: minecraft, opencv
- Language: Python
- Homepage:
- Size: 374 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# OpenCV-Minecraft
OpenCV Minecraft is a project that aims to implement the [OpenCV](https://opencv.org/) library on the video game [Minecraft](https://minecraft.net).
This project comes from a class in my computer science school. I had the constraint to use the [OpenCV](https://opencv.org/) library to manipulate images. I decided to make a program that recognize an object (a tree) in the video game [Minecraft](https://minecraft.net).
[Documentation](https://docs.google.com/document/d/1ZlGSsDPuxT4mZsVWNyLaHXwyhqtaB1yeLEhQfmHXU44/) - [Specifications](https://docs.google.com/document/d/16gqORb4RyFK7fazQYQEVmj3Tza6Dj3DeS2O0oK9XvYk) - [Logbook](https://docs.google.com/document/d/1k9WzRwKpsKyxoCAJc5K88qaNXDz-lVgYPyrLLRAM08Y) - [Tests](https://docs.google.com/spreadsheets/d/1yqtHY-9enwXeF4ifdlbH_UFQ6cw2AWDfth4iRuGq-Hw/edit?usp=sharing) - [Personal review](https://docs.google.com/document/d/1hk1HNvOWLrYHUzojxt2uSracb3mLzEpvhRZx-O_Wp6A/edit?usp=sharing)
 

## Project structure
### Folders structure

### Training structure

### Identification structure

### Demo
The demo is currently not available