我的github
posts - 3226,  comments - 42,  views - 158万
07 2017 档案
AR Software
该文被密码保护。
posted @ 2017-07-31 18:39 XiaoNiuFeiTian 阅读(158) 评论(0) 推荐(0) 编辑
How To Start Building Spatially Aware Apps With Google’s Project Tango
摘要:How To Start Building Spatially Aware Apps With Google’s Project Tango “Tango can enable a whole new range of applications that simply weren’t possibl 阅读全文
posted @ 2017-07-31 16:01 XiaoNiuFeiTian 阅读(582) 评论(0) 推荐(0) 编辑
ADF文件数据结构解析和ADF文件读写
摘要:包括位姿和特征点位置和描述信息。 What does an Area Description File (ADF) looks like? 4down votefavorite 2 I'm starting to work with the Google Tango Tablet, hopefull 阅读全文
posted @ 2017-07-30 23:12 XiaoNiuFeiTian 阅读(1500) 评论(0) 推荐(0) 编辑
如何打开Tango的ADF文件?
摘要:3ds max? opengl? ... Excel? vs? UltraEdit OpenGL Android API ADF文件数据结构:链接 阅读全文
posted @ 2017-07-30 23:04 XiaoNiuFeiTian 阅读(300) 评论(0) 推荐(0) 编辑
ADF文件在哪个地方?
摘要:Where is ADF file on Tango Device? Ask Question up vote2down votefavorite I have a Tango tablet device. So i made a ADF file using Tango Explorer. I w 阅读全文
posted @ 2017-07-30 22:54 XiaoNiuFeiTian 阅读(278) 评论(0) 推荐(0) 编辑
Area Learning
摘要:Area Learning区域学习 How it works它是如何工作的 With Motion Tracking alone, the device tracks its movement and orientation through 3D space and tells you where 阅读全文
posted @ 2017-07-25 22:29 XiaoNiuFeiTian 阅读(272) 评论(0) 推荐(0) 编辑
Hello_Area_Description 任务三:Project Tango采集区域描述数据
摘要:Permission Dialogs for Users in Java在Java中用户使用的权限对话框 Tango works by using visual cues from the device's cameras. We want users to understand when and 阅读全文
posted @ 2017-07-23 21:44 XiaoNiuFeiTian 阅读(387) 评论(0) 推荐(0) 编辑
Hello_Depth_Perception 任务二:Project Tango采集深度感知数据
摘要:Java API Depth Perception Tutorial深度感知教程 Configuration 配置信息 In order to use depth perception, your TangoConfig must have KEY_BOOLEAN_DEPTH set to true 阅读全文
posted @ 2017-07-21 17:15 XiaoNiuFeiTian 阅读(623) 评论(0) 推荐(0) 编辑
Project Tango Explorer
摘要:https://sensortower.com/android/ie/projecttango-google/app/project-tango-explorer/com.projecttango.tangoexplorer/ https://m.downloadatoz.com/tango-exp 阅读全文
posted @ 2017-07-17 19:44 XiaoNiuFeiTian 阅读(281) 评论(0) 推荐(0) 编辑
Frames of Reference参考框架
摘要:Frames of Reference参考框架 When describing the position and orientation of something (for example, your Tango device), it is important to indicate the fr 阅读全文
posted @ 2017-07-16 15:07 XiaoNiuFeiTian 阅读(604) 评论(0) 推荐(0) 编辑
What Are Tango Poses?Tango姿态是什么?
摘要:What Are Tango Poses?什么是Tango姿态? As your device moves through 3D space, it calculates where it is (position) and how it's rotated (orientation) up to 阅读全文
posted @ 2017-07-16 11:38 XiaoNiuFeiTian 阅读(317) 评论(0) 推荐(0) 编辑
Google Tango Java SDK开发:Motion Tracking 运动追踪
摘要:Java API Motion Tracking Tutorial运动追踪教程 This page describes how the Java API handles motion tracking. 该页面描述了如何使用Java API处理运动追踪。 Lifecycle 生命周期 The nor 阅读全文
posted @ 2017-07-15 21:13 XiaoNiuFeiTian 阅读(405) 评论(0) 推荐(0) 编辑
Google Tango Java SDK开发:Configure and Connect 配置和连接
摘要:Configure and Connect 配置和连接 Note: This section assumes you are familiar with the Android Activity Lifecycle. 注意:该节假设你已经熟悉了安卓的活动周期。 Overview 概览 You wil 阅读全文
posted @ 2017-07-15 11:12 XiaoNiuFeiTian 阅读(351) 评论(0) 推荐(0) 编辑
gradle
摘要:gradle是一个基于Apache Ant和Apache Maven概念的项目自动化构建工具。它使用一种基于Groovy的特定领域语言(DSL)来声明项目设置,抛弃了基于XML的各种繁琐配置。gradle是一个基于JVM的构建工具,是一款通用灵活的构建工具,支持maven,Ivy仓库,支持传递性依赖 阅读全文
posted @ 2017-07-14 15:53 XiaoNiuFeiTian 阅读(148) 评论(0) 推荐(0) 编辑
Google Tango service outdated谷歌Tango的服务过时了
摘要:If you device showed "tango service outdated." It means that your Tango Core need to be updated. Please go to Play Store, Search for "Tango Core" and 阅读全文
posted @ 2017-07-13 18:48 XiaoNiuFeiTian 阅读(234) 评论(0) 推荐(0) 编辑
Hello_Motion_Tracking 任务一:Project Tango采集运动追踪数据
摘要:我们来看一下中的几个基本的例子 (区域描述、深度感知、运动追踪、视频4个) 参考:Google Tango初学者教程 1. hello_motion_tracking package com.projecttango.examples.java.hellomotiontracking; import 阅读全文
posted @ 2017-07-13 18:19 XiaoNiuFeiTian 阅读(513) 评论(0) 推荐(0) 编辑
Google Tango SDK下载
摘要:Tango SDK files谷歌Tango开发包 The Tango SDK is under active development; please keep this in mind as you explore its capabilities. See our Release Notes f 阅读全文
posted @ 2017-07-12 20:06 XiaoNiuFeiTian 阅读(788) 评论(0) 推荐(0) 编辑
创建 Android 项目
摘要:创建 Android 项目 上一页下一页 您也应该阅读 项目概览 本课向您介绍如何使用 Android Studio 创建新的 Android 项目并介绍该项目中的一些文件。 在 Android Studio 中,创建新项目: 如果您未打开项目,请在 Welcome to Android Studi 阅读全文
posted @ 2017-07-12 16:44 XiaoNiuFeiTian 阅读(192) 评论(0) 推荐(0) 编辑
Google Tango初学者教程
摘要:Getting Started with the Tango Java API In this tutorial, we'll go through setting up your build environment and compiling and running your first "Hel 阅读全文
posted @ 2017-07-11 19:19 XiaoNiuFeiTian 阅读(1330) 评论(0) 推荐(0) 编辑

< 2025年2月 >
26 27 28 29 30 31 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 1
2 3 4 5 6 7 8

点击右上角即可分享
微信分享提示