"We offer new support options and therefor the forums are now in read-only mode! Please check out our Support Center for more information." - Vuforia Engine Team

How to use Vuforia video frame for object detection (i.e, face, eyes, body, etc.,) using OpenCV

Hi,

we are new to Vuforia, and we doing projects in android native code.

Vuforia is an amazing SDK which we are using for our Augmented reality project.

In our project, we are going to detect human face, eyes, body, etc., from the vuforia video frame using OpenCV 3.0 and provide it to vuforia as target. Is it possible?

We tried like providing the OpenCV frame inputs for Vuforia, but we found that vuforia does not support any 3rd party camera frames. Hence please discuss with us on the same.

Please provide some detailed reference on the same.

 

Thank you for your kind co-operation.

 

You can't feed back a target to Vuforia directly.  But you can use opencv to detect things and then use that information to capture a User Defined target for Vuforia to use.