vote up 5 vote down star
4

In Google Maps Street View your cursor turns into a rectangular/oval shape as you mouse over different parts of the scene. For example:

http://maps.google.com/?q=loc:+Maryland+Ave+at+e.+26th+st+Baltimore+MD+US&ie=UTF8&z=16&iwloc=A&layer=c&cbll=39.319313,-76.618426&panoid=6W2XgkHoGuf6_SKv0LIL9Q&cbp=12,307.06,,0,3.16

As you move the cursor over the building it "hugs" the walls. It's not just as simple as following the intersection because if you continue on to the left you can see the angle change as it hits different faces of the buildings.

Do they do some sort of image analysis to identify faces of the buildings or do they, as they take the picture, do some sort of laser range finder and then later combine it with the picture?

flag

I love this question! :) It reminds me of the first time I saw some sample code of how to do the smooth scrolling Google maps-like thing back in the day. – Terry Donaghe Jul 17 at 18:48
I'm guessing it's not a range finder. The streetview vehicle I saw didn't look like it was equipped with one, that I could tell at least. – Slipfish Jul 17 at 18:52
Wow, now that I know what it's called (laser point cloud) there's all sorts of cool things youtube.com/watch?v=mu9R_ucq2Ck – Matt Rogish Jul 17 at 19:24
Wow, was I ever wrong. Neat. – Slipfish Jul 20 at 14:09

1 Answer

vote up 6 vote down check

They do use laser range scanners. And according to the Google Lat Long Blog:

We have been able to accomplish this by making a compact representation of the building facade and road geometry for all the Street View panoramas using laser point clouds and differences between consecutive pictures.

link|flag
Well that certainly answers it. :D thanks! – Matt Rogish Jul 17 at 19:23

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.