"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

Corner Detection on Video Background

Hi! I want to make a corner detection on the video background and create a virtual button on the detected corners. I have seen corner detection on openCV, but l am not sure if there is a way to use openCV with Vuforia. So, if someone could give me some guidance with this it would be highly appreciated. Many thanks!!

 

Regards,

Matias

matiasjaure

Mon, 07/02/2012 - 14:04

[quote=ina]

I would like to see some support articles on integrating Qualcomm's FastCV with Vuforia AND Unity as well! 

[/quote]

Do you know if it is possible?

Hi Matiasjaure

At present there are no guides for how to integrate these two SDKs, but theoretically there is no reason why they cannot integrate.

Just so I understand correctly is it that you want to understand where the corners are for an image target?

 

N

matiasjaure

Mon, 07/02/2012 - 17:54

What I want to do is to detect the corners using opencvsharp, so it would be nice to know where I can get the image from the camera, pass it to opencvsharp and it will return the image modified with the corners detected. 

DavidBeard

Mon, 07/02/2012 - 21:39

You can also obtain the pixels of the Image directly, as a byte array, using the following code which is implemented as a tracker event handler - i.e.

DavidBeard

Tue, 07/03/2012 - 01:13

I think that you'd have to wrap the FastCV libraries as a native Unity plugin, which will require Unity Pro. Also FastCV currently only support Android. But if these two requirements don't dissuade you, I'll look into the best approach to integrating FastCV.

matiasjaure

Tue, 07/03/2012 - 20:02

[quote=DavidBeard]

I think that you'd have to wrap the FastCV libraries as a native Unity plugin, which will require Unity Pro. Also FastCV currently only support Android. But if these two requirements don't dissuade you, I'll look into the best approach to integrating FastCV.