ML-Purdue / Document-Reconstruction

Purdue University SIGART document reconstruction project.
1 stars 0 forks source link

Rank matches in GUI #28

Open chrismwendt opened 10 years ago

chrismwendt commented 10 years ago

Use divide and conquer to build up islands from matching pairs. The GUI will list the matches, lowest error first. The user will be able to click on a pair to merge it into a single piece.

In the background, the CPU will be continually trying random configurations and hill climbing on each pair. The ranks will be updated when a better configuration is found for a pair.

Eventually, the user will have accepted n-1 pairs and the puzzle will be solved.