Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Reconstructing the image from pieces - puzzle solver

Hi For my programming project I want to write an application which would reconstruct image from pieces. Could somebody tell me if there are some known algoritym to reconstrutin images ? I was trying to find some papers about that problem but I find nothing.

like image 723
elLosio Avatar asked Nov 06 '22 06:11

elLosio


1 Answers

A lot of people have looked into this problem. To find relevant resources, the topics you want to look for are image stitching and building panoramas.

like image 79
carlosdc Avatar answered Nov 09 '22 14:11

carlosdc