dayuwater / 4244

0 stars 0 forks source link

Week 2: Tweaking pieces #3

Open dayuwater opened 8 years ago

dayuwater commented 8 years ago

@poorvi-vora In this week I tried to tweak the pieces for 2-piece mapping. I did in the following step:

  1. Add UI support for manual tweak, and change the display of the resulting image
  2. Output the images with the corresponding fitness metric into a PDF file
  3. (TODO) Find out the best tweak using the fitness metric, and automatically generate the final image without opening the 2-piece analysis window

However, I found that the fitness metric used for now is not sufficient in determining the best tweak. The confidence is only used when finding the matching edge, so the only metric that works during tweaking is overlap. I found that the best image I think does not have the minimum overlap.

poorvi-vora commented 8 years ago

Let us talk tomorrow about the confidence metric. Can you read the code and try to figure out what it is?