This project reads an input image and solves a puzzle using patch images provided in a specified folder.
- Puzzle Solving: Reads the
Output.tifimage and solves the puzzle using patch images. - Flexible Input: Can handle different images and varying numbers of patches.
To run the project, execute MAIN.m. This script will:
- Read the
Output.tifimage. - Solve the puzzle using patch images located in the
Puzzlesfolder. - Allow for different images and varying numbers of patches.
Puzzles: Contains the patch images used for solving the puzzle.
- Image Reading: The script reads the
Output.tifimage. - Puzzle Solving: Utilizes patch images from the
Puzzlesfolder to solve the puzzle. - Flexible Execution: Capable of running on different images with various numbers of patches.
- Place your patch images in the
Puzzlesfolder. - Ensure the main image is named
Output.tif. - Run
MAIN.m.