From f2f8ad9c53fadb6a54b271402867a85450c6fe6b Mon Sep 17 00:00:00 2001 From: Jessica Dreyer <jessica.dreyer@stud.hs-bochum.de> Date: Thu, 12 Sep 2024 14:54:40 +0000 Subject: [PATCH] Corrected some spelling mistakes in README --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 7583b3b..bdc426f 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Mario Jigsaw Genius ## Features - Extract puzzle pieces from a photo - - Analyze a puzzle piece and convert them into a puzzle piece object + - Analyse a puzzle piece and convert them into a puzzle piece object - Solve the puzzle - Reassemble the puzzle pieces correctly @@ -9,18 +9,18 @@ The project aims to implement an algorithm that makes it possible to complete a puzzle using a photo. To do this, the patterns and shapes of the puzzle pieces must be matched and placed together. In order to save unnecessary additional work in the post-processing of the puzzle pieces, an automatically processed photo should be used, which already contains brightness and distortion corrections (e.g. smartphone camera recording). ## Project structure -The project ist structured in three parts: +The project is structured in three parts: - Image Processing - Extract puzzle pieces from photo - Reassemble the puzzle pieces - - Image Analyzer - - Analyze a puzzle piece and convert them into a puzzle piece object + - Image Analyser + - Analyse a puzzle piece and convert them into a puzzle piece object - Puzzle Solving - Solve the puzzle ## Project status -All three parts working independently with test data. -The main script MarioJigsawGenius.py is currently not working +All three parts are working independently with test data. +The main script MarioJigsawGenius.py is currently not working. ## Author Jan Genders, Jessica Dreyer, Sebastian Böttger -- GitLab