maddalihanumateja / Share-With-Images

AR iOS app for a vision-based tangible interface
1 stars 1 forks source link

Need to be able to detect SharingImage objects in the AR view #5

Closed maddalihanumateja closed 6 years ago

maddalihanumateja commented 6 years ago

Adapt the code in this tutorial's associated swift playground. Do this only after #4 and #11 have been resolved. For now just display a translucent plane on the image as in the tutorial.

maddalihanumateja commented 6 years ago

Forgot that image detection using ARKit requires the user the specify the actual dimensions of the image (for distance estimation). Need to create some size member variables for the SharingImage Class. As a starting point we could just assume all the images are of some common size (and will be printed as such). But this needs to be changed to allow user input or auto inference in a later version.