I'm actually trying to build an app on iOS that uses augmented reality and 3D object recognition to create an animation around a specific flower pot.
I choose ARKit for its accuracy but it seems that only plane recognition is available. Is someone know a SDK that can be use with ARKit and allows image or 3D object recognition ?
I heard about Vision that can detect faces and OpenCV but I don't know if they can do the job or if they can work simultaneously with ARKit.
Any suggestions ?
Thanks in advance :)