Augmented Reality Application

Hello…
I need to create an application based on Augmented Reality, but I still don’t know what is the service OpenCV makes to me… Is it a render engine only?.. can I do application with it (I mean adding widget buttons, etc) ? or do I need to mix it with other Widget Libraries (for example Qt) ?..

Thanks in advance.

it’s a computer vision library

it does not render (confusing this with OpenGL ?) it has no widgets

1 Like

look for SDKs for ios, android, ms hololens, …

the most “augmented reality” OpenCV can give you is recognizing ARUCO markers and transforming points from 3D into screen space, and it can draw lines, but it’s not a 3D graphics library

1 Like

yes, my apologies, i was pretty confused… thanks.

i will do, thanks…

Mike