Archive for the 'Stitching software' Category

Microsoft does panoramas

Thursday, November 2nd, 2006

Kurt Shintaku, a Microsoft employee, informs us that they have added panorama stitching to Digital Image Starter Edition. He has a link to download the trial version. I haven’t given it a go as I don’t have Windows on this machine, but if it gets more people into creating panoramas then that’s good news. If anyone has created some panoramas with it, then they can upload it to CleVR to view and share it.

Back in July, at SIGGRAPH, Microsoft also gave a preview of PhotoSynth, which seems to be an interesting photo stitcher and renderer. It doesn’t seem to say whether it will be able to output the equirectangular images that we use on CleVR, but it’s worth keeping an eye on. It’s nice to see MS bringing this sort of thing to a wider audience, especially since Apple seems to be putting so little work into QuickTime VR.

Getting the perfect stitch

Friday, October 27th, 2006

As you can expect, the most complicated bit is the code that does the actual matching of the photos. Some very smart people (not me: I’m talking about you, Andy) spent a lot of time making sure that it can stitch most panoramas automatically. When we started writing it, we set a requirement spec of stitching 95% of panoramas without the need for repair. We used a corpus of over 100 panoramas to test this. These were all random panoramas that we’d previously shot for clients, so there was quite a mix of stuff in there. However, they were all shot using a tripod or monopod, and they were all shot in portrait orientation, i.e. with the camera vertical. This is the way to get the best results, as it gives a better vertical field of view than if the camera was horizontal.

One thing that was common to all of them, however, was that they were taken by people (once again, not me) who are very used to taking panoramic photos. This means that they are probably “best case” panoramas, and it’s likely to have a lower success rate in the “real world”. There are however some simple steps that can be taken which will dramatically increase the chances of getting a perfect stitch.

(more…)