Recreating Cities Using Online Photos
Roland Piquepaille writes "The billion of images available from a site like Flickr has stimulated the imagination of many researchers. After designing tools using Flickr to edit your photos, another team at the University of Washington (UW) is using our vacation photos to create 3D models of world landmarks. But recreating original scenes is challenging because all the photos we put on Flickr and similar sites don't exhibit the same quality. With such a large number of pictures available, the researchers have been able to reconstruct with great accuracy virtual 3D model of landmarks, including Notre Dame Cathedral in Paris and the Statue of Liberty in New York City."
Yep, it was Photosynth, a cool looking project from a company bought by microsoft. It's site is: http://labs.live.com/Photosynth.aspx
This story is a bit old (well, it's from Roland after all). There was a demo of this tech by Blaise Aguera y Arcas at TED earlier this year. the two underlying components are Seadragon and Photosynth, both of which are mighty impressive. Also, despite the Mozilla-esque name 'Seadragon', both of these technologies are actually owned by Microsoft. There is a tech preview of Photosynth up for download, but I don't think Seadragon is available yet.
There is a video of the TED demo, which shows off some of the things Seadragon and Photosynth can do, the including Notre Dame example mentioned in T(second)FA. The talk is also on YouTube.
If all you have is a grenade, pretty soon every problem looks like a foxhole -- MightyYar
It looks like an incredible idea with a lot of promise, but the shots they've shown so far look like some lumpy rejects from a plastic vacuum forming machine. There is some great potential here to involve people to generate better models by asking them to contribute pics of certain monuments with certain characteristics such as resolution, position and so on.
Only a terrorist would want a 3d map of a city. This must be stopped.
---- Booth was a patriot ----
Online photos of any physical location on any planet in the local galactic group are now forbidden due to the possibility that the photos might be used by terrorists or those who may be helping terrorists to plan terrorist attacks on said locations.
By order of Ultra Super Secret Chief Intelligence Officer, Department of Homeland Security
The NSA: The only part of the US government that actually listens.
I wonder how many photos it needs of an object to produce a decent model and if the software will ever be released to the public - it would be amazing to be able to produce a 3d model of an object just by snapping a bunch of photos from different angles and bunging them into a piece of software. (I know there are things to create a model using a video camera and a turntable, but that's not quite as easy as being able to grab your camera anywhere and make a model.)
-- All your booze are belong to us.
This has nothing to do with the Photosynth/seadragon project, other than the fact that both teams use a whole bunch of different photos of the same object/setting.
This approach tries to make the actual 3D objects from a bunch of 2D photos of varying quality. Photosynth just tried to MAP the photos in a rough 3D space. Making the actual 3D model to any degree of accuracy is really a challenge when you can't control the input images.
The goal is different in the two cases, but they should definitely get together and exchange technologies and algorithms, because I SO much want this tech built into Google Earth!!
If so, I think it's time to rent a few Jessica Alba movies.
You know, there is a difference between trolling and pointing out the flaws in your reasoning. Just saying.
After the 2nd war, Warsaw was rebuilt from photos. If you visit Warsaw today, you'd think that it is an old city. In fact, it is all new, the Poles just like it that way.
Excuse me, but please get off my Pennisetum Clandestinum, eh!
No. Photosynth is a collaboration between the University of Washington and Microsoft Research. See here.
The Online Slang Dictionary
There's a professor in my building who works on constructing spatio-temporal representations of information from 2D images that allow you to see a city evolve through time. Not sure if all their demos are on the website, but the ones I've seen are pretty ridiculous. http://www.cc.gatech.edu/4d-cities/dhtml/index.html
You'll notice the Notre Dame model was of the endlessly photographed front aspect.
I wonder how much detail such a technique can pull on the rear of the building? Or the back of Rodin's Kiss? How about the top surfaces of the Statue of Liberty?
Of course that won't stop CSI, next season, from pulling a bunch of pictures from Flickr of the front exterior of a building, reconstructing a complete 3D model, open accurately hinging doors, travelling inside, going down in to the basement and looking at the reflection in someone's eye to identify the killer.
I was a co-author on this work -- it's great to see it on Slashdot =)
I also worked on the Photo Tourism project (which is related to Photosynth). There's a big difference between Photosynth and this new 3D reconstruction work, in that Photosynth takes a photo collection and reconstructs camera positions and a sparse point cloud (a set of disconnected 3D points floating in space), while in this new work we build *dense* 3D models of scenes (in the form of polygon meshes). Dense models are usually much better for use in applications like computer graphics, since they can be used to render scenes with much more photo-realism.
These two problems require different algorithms to solve---for this dense problem we use a technique called multi-view stereo, but we made it work with images taken by many different people under different conditions.
- Noah