ML-Purdue / Document-Reconstruction

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

Create shuffled solver #11

Closed chrismwendt closed 10 years ago

chrismwendt commented 10 years ago

Steps:

  1. Shuffle pieces into new layout
  2. Draw pieces on a single image
  3. Run edge filter on single image
  4. Compute sum of pixels in filtered image (error)
  5. Swap this layout with the best so far if the error is less
chrismwendt commented 10 years ago

Completed in commit 33694c1f8ec38f516bc9cc723ed88669f0f11a0b.

It's very inefficient, random, and rewards layouts which push pieces just past the edges of the sandbox.