- I compiled GDAL and implemented simple prototype of gradient descent method for searching
and optimization of transformation parameters for 2 photos. Of course, it's far away from perfect,
but it looks promising. - I think that I'll start to learn SURF algorithm, how it works, maybe I'll begin to code prototype to verify my awareness. It's a very sufficient part of stitching processing.
- Usually it's very hard to start something. You have to dive into details and get used to work
with many new things. I have lots of homeworks in my university study and exams are coming.
So for now it's extremely exausting task to mix SoC coding and study.
Here are 3 iterations - initial, intermediate and final. White lines are distances between corresponding points on both images. With every step, algorithm moves points (images) closer to each other, so distances (errors) become extremely small.