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: about 1 year ago
JSON representation
Vuforia with OpenCV for Unity Example
- Host: GitHub
- URL: https://github.com/enoxsoftware/vuforiawithopencvforunityexample
- Owner: EnoxSoftware
- Created: 2017-02-15T13:56:57.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2021-02-18T15:54:39.000Z (over 5 years ago)
- Last Synced: 2025-04-19T09:58:43.131Z (about 1 year ago)
- Topics: augmented-reality, oepncv, unity, vuforia, vuforia-sdk
- Language: C#
- Homepage:
- Size: 22.3 MB
- Stars: 63
- Watchers: 9
- Forks: 17
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Vuforia with OpenCV for Unity Example
====================
Demo Video
-----
[](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))

* 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".

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

