GSoC: Photomontage and Panoram Stitching

Stéfan van der Walt stefan at sun.ac.za
Mon Apr 29 20:33:48 EDT 2013


Hi Fedor

On Tue, Apr 30, 2013 at 12:54 AM, Fedor Morozov <f-morozov at ya.ru> wrote:
> My name is Fedor Morozov and I am a 2nd year computer science student in
> Moscow State University.

Thanks for getting in touch!

> What do you think about such project? I guess, it's rather ambitious, yet it
> is diverse, interesting
> and will keep me from slacking. If some of the mentioned ideas get separate
> projects, they can be
> adopted during summer.

Nathan Faggian has done some work towards registration in pyimreg, and
what we discovered is that it is fairly hard to come up with a good
API.  Perhaps you can have a look at that code and give us your
feedback?  Registration would be a very useful feature to have in
skimage.

Perhaps we could start with something simple: compare Harris features
with a robust matching algorithm such as RANSAC to find alignment with
a simple error measure (there is a PR for RANSAC by @ahojnnes).  Once
aligned, perform Laplacian or other blending.  If that works, one can
focus on adding other feature detectors, multi-resolution matching,
different error measures, optimization based approaches, etc.  There
may be some code in https://github.com/stefanv/supreme that we can
re-use, or we can simply start from scratch.

Eventually, I am also interested in non-rigid registration,
registration of voxel data, etc.

Registration / blending is an immense topic that can very easily cover
an entire GSoC.

Stéfan



More information about the scikit-image mailing list