Windows 10
Unity 2017.4.14f1
OpenCV for Unity 2.3.3
- Setup Vuforia (Getting Started with Vuforia Engine in Unity)
- Import OpenCVForUnity2.3.3 from AssetStore
- Import VuforiaWithOpenCVForUnityExample.unitypackage
CameraImageToMatExample.cs
Conversion from CameraImage(without augmentation) of "Vuforia" to Mat of "OpenCV for Unity".
PostRenderToMatExample.cs
Conversion from PostRenderTexture(ARCamera) of "Vuforia" to Mat of "OpenCV for Unity".

