Reputation: 141
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.
Are there alternative tools to create this? How can I achieve this?
Upvotes: 1
Views: 2230
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