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

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.

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)

![GitHub last commit](https://img.shields.io/github/last-commit/JeremyMeissner/OpenCV-Minecraft) ![GitHub Workflow Status](https://img.shields.io/github/workflow/status/JeremyMeissner/OpenCV-Minecraft/CodeQL)

![OpenCV Minecraft detect a tree](.github/img/oaktree.gif)

## Project structure

### Folders structure

![OpenCV Minecraft detect a tree](.github/img/organization.png)

### Training structure

![OpenCV Minecraft detect a tree](.github/img/struct-training.png)

### Identification structure

![OpenCV Minecraft detect a tree](.github/img/struct-identification.png)

### Demo

The demo is currently not available