Kyz
Kyz

Reputation: 141

How to create image target/marker for ARKit like Vuforia do?

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?

Upvotes: 1

Views: 2230

Answers (1)

Hung Ya Tsai
Hung Ya Tsai

Reputation: 54

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.

Upvotes: 1

Related Questions