Upgrade to Pro — share decks privately, control downloads, hide ads and more …

iOS 11 ARKit

iOS 11 ARKit

田奕焰

August 12, 2017
Tweet

Other Decks in Programming

Transcript

  1. • pitch: 围绕x轴, 俯仰⻆角 • yaw: 围绕y轴, 偏航⻆角 • roll:

    围绕z轴, 翻滚⻆角 Visual–Inertial Odometry
  2. VIO + IMU • IMU 基于时间, 精度受时间影响 • VIO 基于距离,

    精度受距离影响 • IMU 弥补特征低 • VIO 弥补设备静⽌止
  3. ARKit vs OpenCV • 包体积 • ⽆无缝衔接 UIKit, SceneKit, SpriteKit

    • Objective-C / Swift Style API • High-level API 优势 劣势 • 运⾏行行环境需求⾼高
  4. WWDC 2017 ARKit Demo ARKit Demo App: Placing Objects in

    Augmented Reality https://developer.apple.com/ sample-code/wwdc/2017/ PlacingObjects.zip
  5. Reference • WWDC 2017 ARKit Video • Why is ARKit

    better than the alternatives? • GitHub Repo: Mastering OpenCV with Practical Computer Vision Projects • Apple Developer ARKit • 从计算机视觉⻆角度,我们深⼊入解读了了增强现实 (AR)的过去、现在和未来