使用flickr获取特定位置的照片并将模型组合在一起

时间:2021-06-09 18:30:20

I've read about systems which use the Flickr database of photos to fill in gaps in photos (http://blogs.zdnet.com/emergingtech/?p=629).

我读过有关使用Flickr照片数据库来填补照片空白的系统(http://blogs.zdnet.com/emergingtech/?p=629)。

How feasible is a system like this? I was toying with the idea (not just a way of killing time but as a good addition to something I am coding) of using Flickr to get photos of a certain entity (in this case, race tracks) and reconstruct a model. My biggest concern is that there aren't enough photos of a particular track and even then, it would be difficult to tell if two photos are of the same part of the racetrack, in which case one of them may be irrelevant.

这样的系统有多可行?我正在玩弄这个想法(不仅仅是一种消磨时间的方式,而是作为我正在编码的东西的一个很好的补充),使用Flickr获取某个实体的照片(在这种情况下,赛道)并重建模型。我最担心的是没有足够的特定赛道照片,即便如此,很难判断两张照片是否属于赛道的相同部分,在这种情况下,其中一张可能无关紧要。

How feasible is something like this? Is it worth attempting by a sole developer?

这样的事情有多可行?是否值得单独的开发人员尝试?

4 个解决方案

#1


Sounds like you're wanting to build a Photosynth style system - check out Blaise Aguera y Arcas' demo at TED back in 2007. There's a section about 4 minutes in where he builds a model of the Sagrada Família from photographs.

听起来你想建立一个Photosynth风格的系统 - 在2007年的TED上查看Blaise Aguera和Arcas的演示。有一个部分大约4分钟,他从照片中建立了SagradaFamília的模型。

#2


I say +1 for photosynth answer, its a great tool. Not sure how well you could incorporate it into your own app though.

我说+1为photosynth回答,它是一个很棒的工具。不知道你可以将它融入你自己的应用程序中。

Its definately feasable. Anything is possible. And yes, doable for a single developer, just depends how much free time you have. It would be great to see something like this integrated into Virtual Earth or Google Maps Street View. Someone who could nail some software like this could help 3D model the entire world based purely on photographs. That would be a great product and make any single developer rich and famous.

它绝对可行。一切皆有可能。是的,对单个开发人员来说可行,只取决于你有多少空闲时间。很高兴看到像这样的东西集成到Virtual Earth或Google Maps Street View中。能够为这样的软件制作一些软件的人可以完全基于照片帮助3D模拟整个世界。这将是一个伟大的产品,使任何单一的开发人员富裕和着名。

So get coding. :)

所以得到编码。 :)

#3


I have plenty of free time, as I am in between jobs.

我有充足的空闲时间,因为我在工作之间。

One way to do it is to get an overhead view of the track layout, make a blueprint based on this model, and then get one photo of the track and mimic the track's road colour. That would be a start.

一种方法是获得轨道布局的俯视图,根据此模型制作蓝图,然后获取轨道的一张照片并模仿轨道的道路颜色。那将是一个开始。

#4


LINQ to Flickr on codeplex has a great API and would be helpful for your task.

关于codeplex的LINQ to Flickr有一个很棒的API,对你的任务很有帮助。

#1


Sounds like you're wanting to build a Photosynth style system - check out Blaise Aguera y Arcas' demo at TED back in 2007. There's a section about 4 minutes in where he builds a model of the Sagrada Família from photographs.

听起来你想建立一个Photosynth风格的系统 - 在2007年的TED上查看Blaise Aguera和Arcas的演示。有一个部分大约4分钟,他从照片中建立了SagradaFamília的模型。

#2


I say +1 for photosynth answer, its a great tool. Not sure how well you could incorporate it into your own app though.

我说+1为photosynth回答,它是一个很棒的工具。不知道你可以将它融入你自己的应用程序中。

Its definately feasable. Anything is possible. And yes, doable for a single developer, just depends how much free time you have. It would be great to see something like this integrated into Virtual Earth or Google Maps Street View. Someone who could nail some software like this could help 3D model the entire world based purely on photographs. That would be a great product and make any single developer rich and famous.

它绝对可行。一切皆有可能。是的,对单个开发人员来说可行,只取决于你有多少空闲时间。很高兴看到像这样的东西集成到Virtual Earth或Google Maps Street View中。能够为这样的软件制作一些软件的人可以完全基于照片帮助3D模拟整个世界。这将是一个伟大的产品,使任何单一的开发人员富裕和着名。

So get coding. :)

所以得到编码。 :)

#3


I have plenty of free time, as I am in between jobs.

我有充足的空闲时间,因为我在工作之间。

One way to do it is to get an overhead view of the track layout, make a blueprint based on this model, and then get one photo of the track and mimic the track's road colour. That would be a start.

一种方法是获得轨道布局的俯视图,根据此模型制作蓝图,然后获取轨道的一张照片并模仿轨道的道路颜色。那将是一个开始。

#4


LINQ to Flickr on codeplex has a great API and would be helpful for your task.

关于codeplex的LINQ to Flickr有一个很棒的API,对你的任务很有帮助。