包括位姿和特征点位置和描述信息。

What does an Area Description File (ADF) looks like?

4down votefavorite

2

I'm starting to work with the Google Tango Tablet, hopefully to create (basic) 2D / 3D maps from scanned areas. But first I would like to read as much about the Tango (sensors / API) as I can, in order to create a plan to be as time efficient as possible.

I instantly noticed the ability to learn areas, which is a very interesting concept, nevertheless I couldn't find anything about these so called Area Description Files (ADF).

I know the ADF files can be geographically referenced, that they contain metadata and an unique UUID. Furthermore I know their basic functionalities, but that's about it.

In some parts of the modules ADF files are referred to as 'maps', in other parts they are just called 'descriptions'.

So what do these files look like? Are they already basic (GRID) (2D) maps, or are they just descriptions? I know there are people who already extracted the ADF files, so any help would be greatly appreciated!

google-project-tango

Answer:

Important: Saved area descriptions do not directly record images or video of the location, but rather contain descriptions of images of the environment in a very compressed form. While those descriptions can’t be directly viewed as images, it is in principle possible to write an algorithm that can reconstruct a viewable image. Therefore, you must ask the user for permission before saving any of their learned areas to the cloud or sharing areas between users to protect the user's privacy, just as you would treat images and video.

Other than that there doesn't seem to be much info about the file internals - I use a lot of them, but I've never been compelled to look inside - curious yes, but not compelled

 
Thanks for your answer! I've seen that part on the Tango Docs, and it made me more curious. Is it possible for you to send me one of your ADF files? – Timmsh Mar 12 '15 at 14:58 
    
Soon - right now my ADFs are in my house or places I've gotten specific permission for - I now have people who have granted me public access for the next set of milestones and those ADFs will be available - that said, unless you're where they were recorded they won't do you much good, save in the attempt to reverse engineer the file format. And that might make Google frown, but it's your call. And if this answer helped, could you mark it answered ? Thanks – Mark Mullin Mar 12 '15 at 15:06

I got the ADF file, basically coded binaries and seems difficult to decode.我得到了ADF文件,基本上是编码二进制文件,似乎难以解码。

I will be happy to share the file if anyone is still interested. ——Raymond Kwan   如果有人感兴趣,我会很乐意分享这个文件。

Google released an official ADF file inspector, so check this link, it may be helpful if you are still looking for ADF file information. – Raymond Kwan Dec 22 '16 at 0:03

谷歌发布了一个正式的ADF文件检查程序,所以检查这个链接,如果你仍然在寻找ADF文件信息可能会有帮助。–Raymond Kwan Dec 22 '16 0:03

Tango 社区

心存疑惑?灵光乍现?与其他 Tango 开发者沟通交流,从与您一样充满激情的领导者那里听取提示和见解。

  • Google+

    加入对话
  • GitHub
    复制示例代码,亲手打造应用
  • Stack Overflow
    使用 #google-project-tango 标签
  • YouTube
    观看 Tango 讲座和演示

Tango ADF Inspector has stopped

Recently I have updated the Tango Core to the latest version 'zaniah', but now I get a problem after exploring an area.

When I try to load the Area Description File with the 'Project Tango ADF Inspector' it crashes and I get the following error. "Unfortunately, Project Tango ADF Inspector has stopped".

最近我更新了Tango Core到最新版'zaniah',但是现在我探索一个区域之后遇到一个问题。

当我尝试使用'Project Tango ADF Inspector'加载区域描述文件ADF时崩溃了。说“很不幸地,Project Tango ADF Inspector已经停止了”

Answer:

I have tried reinstalling both, the Tango service and the ADF inspector itself without any success. In older vesions it worked fine. – Jordi Tormo Nov 21 '16 at 13:11
    
I have tried uninstalling the new Tango Core App and leaving the (deprecated-legacy) Tango Core without no results. So I suspect that it involves the Tango explorer way of saving an ADF file, that now the ADF Inspector is unable to read. – Jordi Tormo Nov 25 '16 at 14:58

Inspector软件界面

Inspector检查器的简介:当您在创建ADF的区域走动时这个应用程序可使您能够检查与ADF相关的重要数据。它揭示了什么地方可以成功的定位,而哪些地方没有发生,从而暗示了ADF应该改进的地方。它也可以帮助你更好地了解你的Project Tango设备是如何传感和识别环境的,如果你使用ADF文件开发应用程序的话,将具有宝贵的启示。

实际使用:

>>Tango ADF Inspector:据说已停止更新。打开新的ADF文件失败!http://www.freeapkdownloader.com/apps/com.projecttango.adfinspector,1921497/

>>Tango Explorer:区域??链接

能不能通过Motion Tracking姿态数据和Depth深度数据自己生成ADF文件呢?

转载于:https://www.cnblogs.com/2008nmj/p/7260922.html

ADF文件数据结构解析和ADF文件读写相关推荐

  1. python读取本地文件-python解析本地HTML文件

    Python使用爬虫技术时,每运行一次,本地都会访问一次主机.为避免完成程序前调试时多次访问主机增加主机负荷,我们可以在编写程序前将网页源代码存在本地,调试时访问本地文件即可.现在我来分享一下爬取资料 ...

  2. 上传php文件不能解析,浅谈文件解析及上传漏洞

    中国菜刀 在web渗透中,我最期待两种漏洞,一种是任意命令执行漏洞,如struct2漏洞等:另一种是文件上传漏洞,因为这两种漏洞都是获取服务器权限最快最直接的方法.而对于任意命令执行漏洞,如果是通过内 ...

  3. 通过LNK文件(快捷方式)解析出目标文件的路径

    转载自:https://blog.csdn.net/yoie01/article/details/8688686 尼玛的~网上找了一堆资料都是有问题的代码,各种转发,错的东西传来传去,误人子弟!!! ...

  4. Office文件的奥秘——.NET平台下不借助Office实现Word、Powerpoint等文件的解析(完)...

    原文 http://www.cnblogs.com/mayswind/archive/2013/04/01/2991271.html [题外话] 这是这个系列的最后一篇文章了,为了不让自己觉得少点什么 ...

  5. Office文件的解析

    Office文件的解析 引用:http://www.langye.com/a/2013417/237.shtml [题外话] 这是这个系列的最后一篇文章了,为了不让自己觉得少点什么,顺便让自己感觉完美 ...

  6. 一、STM32启动文件详细解析

    一.STM32启动文件详细解析 STM32启动文件详细解析(V3.5.0) 以:startup_stm32f10x_hd.s为例 [cpp] view plain copy ;************ ...

  7. ECC有关DER文件的解析(Java)

    ECC有关DER文件的解析(Java) 本篇博客提供有关ECC的DER文件的Java解析方式,如ECC公钥和ECC签名值对应DER文件的解析,PEM文件也能够使用本博客中提供的解析方式进行解析,PEM ...

  8. python 实现文件的批量压缩为.zip格式+.zip格式文件的解析

    python 实现文件的批量压缩为.zip格式+.zip格式文件的解析 python 实现文件的批量压缩为.zip格式 Python解析.zip文件的常见函数 python 实现文件的批量压缩为.zi ...

  9. XTF文件的数据结构解析完成

    ** XTF文件的数据结构解析完成 ** 今天纪念一下,从2020/12/2-2020/12/16,历时两周完成XTF文件的全部数据结构的解析,今天比较晚了,之后会详细介绍一下解析XTF文件的方法,以 ...

  10. 明华读卡器 java_Java调用明华RF读写器DLL文件过程解析

    这篇文章主要介绍了Java调用明华RF读写器DLL文件过程解析,文中通过示例代码介绍的非常详细,对大家的学习或者工作具有一定的参考学习价值,需要的朋友可以参考下 首先jdk必须得是32位的,IDE也必 ...

最新文章

  1. android插上耳机仍用扬声器播放音频
  2. 在echarts3中使用字符云
  3. cocos2dx scrollview和controlslider关联
  4. iOS端(腾讯Bugly)闪退异常上报扑获日志集成与使用指南
  5. java线程池案例_使用Executors 和 ThreadPoolExecutor实现Java线程池案例
  6. 有关Navigation的研究——Silverlight学习笔记[29]
  7. 推荐一款好用的截图软件Faststone capture
  8. DataBseDesign工作笔记004---PowerDesigner导入sql脚本生成物理模型
  9. c语言复制二进制文件
  10. The 6 richest people in the world
  11. 图片生成html_markdown 生成头条文章的一个实现
  12. 【安装包】gcc编译器
  13. 初学Flask(1)
  14. 全国计算机研究所多少个,中国十大计算机名校是哪几所?
  15. UG二次开发入门--一个简单的示例
  16. Python求绝对值的三种方法
  17. 风景照片转水彩画效果PS动作
  18. PostgreSQL中with和without time zone两者有什么区别
  19. 给应用重新签名,重新签名包
  20. Ryzen 5 5600G windows 10 企业版 - 高温 BUG

热门文章

  1. python中不同类型的数据不能相互运算_python语法入门(数据类型、运算)
  2. DevOps使用教程 华为云(11)git分支怎么用 分支合并 评审
  3. linux shell 将命令行终端输出结果写入保存到文件中
  4. 基于SSM的商旅系统
  5. css 对话框 水平居中,css 水平居中的几种方法
  6. (*(void(*)())0)();
  7. 在已有的服务器上如何部署网站,如何在云服务器上部署网站
  8. python将缺失值用0代替_平滑而不使用零填充缺失值
  9. 批量裁剪或延伸的lisp程序_10 行 Python 代码,批量压缩图片 500 张,简直太强大了...
  10. 【cookie,session】cookie和session基础知识入门