Skip to content
This repository has been archived by the owner on May 4, 2023. It is now read-only.

Latest commit

 

History

History
51 lines (28 loc) · 1.49 KB

README.md

File metadata and controls

51 lines (28 loc) · 1.49 KB

mltd-card-image-solver

A python based tool, used for merging cropped images.

Algorithms

Several parts separate the image, and you can see the rotation vectors. Image

Usage

Pre-processing

Place your target inside the ./images folder, The program will use the folder to detect its type.

Inside the ./images, there will be two type options for selection, Sprite and Texture2D.

The difference between Sprite and Texture2D is the former type is based on a varied image fragment, the program only needs to merge them, and the latter is a set of image fragments integrated into one image, The program must know where's the fragment range and rearrange them.

Executing

Once placed, run the program and wait until build folder is generated.

Result

There will be the merged image inside the build folder.

Example

The program contains example images for Sprite type, You can execute the program to see how's the result.

Roadmap

  • Add argparse functions
  • Add Texture2D type of method
  • Add GUI

Issues

  • cv.imgshow() 's second parameter cannot set with cv.WINDOW_AUTOSIZE

Document references

License

Licensed under MIT.

The copyright of any characters in the image belongs to Bandai Namco Entertainment.