1/4

ARKit Assignment 5

Detecting Objects

Please conduct the following tasks. For implementation details you can refer to the lecture slides or the Apple ARKit documentation website. Please do not hesitate to ask me if you have any questions. Under „Tip“ you can find some hints for the task. The „Checklist“ specifies what should happen when your implementation is correct.

2/4

Tasks

  1. Scan any object and export it
  2. Develop an app that detects the object
3/4

Scan any object and export it

Please conduct the following steps:

Checklist Check?
You have a reference object ready. ☑️
4/4

Develop an app that detects the object

Next develop an App that loads your reference object and detects it. Use the template “Augmented Reality App” to create a new app in Xcode. The conduct the following steps:

Hint: For the scanning process it is important that you have a good lighting condition and that the object offers enough feature points. Glassy or shiny objects are hard to scan. Better use dull / matt objects with imprints and high contrast.

Checklist Check?
You can use your app to detect objects. ☑️