ARKit + Vision for object recognition

I would really like some recommendations for combining the Apple Vision Vision API with ARKit to facilitate object recognition. You don’t need to track a moving object, just recognize it as stable in three-dimensional space so that the AR experience reacts accordingly.

I know that this type of experience is available in services like Vuforia or Wikitude, but I would like to try using only Apple’s own APIs.

+5
source share
1 answer

I am relatively new to this site, so I can not comment yet.

ARKit 1.5 in iOS 11.3 includes Image Recognition:

https://developer.apple.com/documentation/arkit/recognizing_images_in_an_ar_experience

There is also support for running Vision with ARKit: https://developer.apple.com/documentation/arkit/using_vision_in_real_time_with_arkit

I'm not quite sure what you are asking for, but it might help.

0
source

Source: https://habr.com/ru/post/1271361/


All Articles