Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/enoxsoftware/vuforiawithopencvforunityexample
- Owner: EnoxSoftware
- Created: 2017-02-15T13:56:57.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2021-02-18T15:54:39.000Z (almost 4 years ago)
- Last Synced: 2024-03-15T04:51:57.398Z (8 months ago)
- Topics: augmented-reality, oepncv, unity, vuforia, vuforia-sdk
- Language: C#
- Homepage:
- Size: 22.3 MB
- Stars: 61
- Watchers: 10
- Forks: 17
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
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.3Setup
-----
* 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.unitypackageExamples
-----
**[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)