简体   繁体   English

识别在其图片上应用SURF / SIFT算法的建筑物并获取GPS坐标

[英]Identify a building applying SURF/SIFT algorithm on it's picture and obtain GPS coordinates

I would like to extract the SURF/SIFT feature points from a picture of a building or a landmark and identify its GPS coordinates. 我想从建筑物或地标的图片中提取SURF / SIFT特征点,并确定其GPS坐标。

I'm using OpenCV for Android for SURF. 我正在将OpenCV for Android用于SURF。

I would like to know if there's an API which returns the GPS coordinates of the building in the picture, I can do any kind of transformations on the picture before sending out to the server. 我想知道是否有API返回图片中建筑物的GPS坐标,我可以在发送到服务器之前对图片进行任何形式的转换。

Thanks. 谢谢。

Depending on the camera, longitude and latitude are attached to your photo's EXIF information. 根据相机的不同,照片的EXIF信息会附加经度和纬度。 Exiv2 is a C++ library and a command line utility to manage image metadata. Exiv2是一个C ++库和一个命令行实用程序,用于管理图像元数据。 With several images of same building, extracting SURF and calibrating cameras (images) you can retrieve "exact" coordinate in the reference world. 使用同一建筑物的几幅图像,提取SURF并校准摄像机(图像),您可以在参考世界中检索“精确”坐标。 Is that what you achieve to do ? 那是您实现的目标吗?

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM