1

I would like to create my own image target/marker to use with ARKit like Vurofia does.

I should use image analysis algorithm, detecting unique point of my markers

Vuforia generates a new image (XML+Image) with point clouds to identify each marker.

enter image description here enter image description here Are there alternative tools to create this? How can I achieve this?

Kyz
  • 141
  • 9
  • 1
    Possible duplicate of [ARKit - Is it possible to track objects like with vuforia?](https://stackoverflow.com/questions/44817416/arkit-is-it-possible-to-track-objects-like-with-vuforia) – rickster Jul 10 '17 at 21:58

1 Answers1

1

I suggest you integrate OpenCV with ARKit, it`s possible.

OpenCV is a powerful library which allows you to do a lot of cv tasks, besides it`s flexible and c++ based.