5

What algorithm can I use to reassemble a broken image? enter image description here

Is there any technique? algorithm? Can I use graphs? machine learning? computer graphics?

user1118321
  • 3,401
  • 11
  • 14
information
  • 113
  • 1
  • 10
  • Are rotations also involved? Further, is it like a jigsaw puzzle or can there also be overlap (e.g. image stitching for panoramas)? – Simon F Nov 21 '18 at 08:47
  • @SimonF If we assume each part as a vertex, I need to know the adjacencies of each vertex – information Nov 21 '18 at 15:33

1 Answers1

3

If the pieces are fairly close to where they were, ICP could be of help (under the assumption that the pieces are planar polygons).

beyond
  • 315
  • 1
  • 5