Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/enoxsoftware/vuforiawithopencvforunityexample

Vuforia with OpenCV for Unity Example
https://github.com/enoxsoftware/vuforiawithopencvforunityexample

augmented-reality oepncv unity vuforia vuforia-sdk

Last synced: 11 days ago
JSON representation

Vuforia with OpenCV for Unity Example

Awesome Lists containing this project

README

        

Vuforia with OpenCV for Unity Example
====================

Demo Video
-----
[![](http://img.youtube.com/vi/TnF90ladrOo/sddefault.jpg)](https://www.youtube.com/watch?v=TnF90ladrOo)

Environment
-----
Windows 10
Unity 2019.3.10f1
Vuforia Engine AR 8.5.9
[OpenCV for Unity](https://assetstore.unity.com/packages/tools/integration/opencv-for-unity-21088?aid=1011l4ehR) 2.4.3

Setup
-----
* Setup Vuforia ([Getting Started with Vuforia Engine in Unity](https://library.vuforia.com/articles/Training/getting-started-with-vuforia-in-unity.html))
![PackageManager.PNG](PackageManager.PNG)
* Import OpenCVForUnity2.4.3 from AssetStore
* Import VuforiaWithOpenCVForUnityExample.unitypackage

Examples
-----
**[CameraImageToMatExample.cs](/Assets/VuforiaWithOpenCVForUnityExample/CameraImageToMatExample.cs)**
Conversion from CameraImage(without augmentation) of "Vuforia" to Mat of "OpenCV for Unity".
![CameraImageToMatExample.PNG](CameraImageToMatExample.PNG)

**[PostRenderToMatExample.cs](/Assets/VuforiaWithOpenCVForUnityExample/PostRenderToMatExample.cs)**
Conversion from PostRenderTexture(ARCamera) of "Vuforia" to Mat of "OpenCV for Unity".
![PostRenderToMatExample.PNG](PostRenderToMatExample.PNG)

![Light_Frame.png](Light_Frame.png)