├── Assets ├── NrealLightWithOpenCVForUnityExample.meta └── NrealLightWithOpenCVForUnityExample │ ├── Materials.meta │ ├── Materials │ ├── grayscaleShader.shader │ ├── grayscaleShader.shader.meta │ ├── holographicImageBlendGrayscaleShader.shader │ ├── holographicImageBlendGrayscaleShader.shader.meta │ ├── holographicImageBlendGrayscale_material.mat │ ├── holographicImageBlendGrayscale_material.mat.meta │ ├── holographicImageBlendShader.shader │ ├── holographicImageBlendShader.shader.meta │ ├── holographicImageBlend_material.mat │ ├── holographicImageBlend_material.mat.meta │ ├── quadGrayscale_material.mat │ ├── quadGrayscale_material.mat.meta │ ├── quad_material.mat │ └── quad_material.mat.meta │ ├── NRCamTexture2MatHelperExample.meta │ ├── NRCamTexture2MatHelperExample │ ├── ComicFilter.cs │ ├── ComicFilter.cs.meta │ ├── NRCamTexture2MatHelperExample.cs │ ├── NRCamTexture2MatHelperExample.cs.meta │ ├── NRCamTexture2MatHelperExample.unity │ └── NRCamTexture2MatHelperExample.unity.meta │ ├── NrealArUcoExample.meta │ ├── NrealArUcoExample │ ├── Materials.meta │ ├── Materials │ │ ├── ArUcoMaterial.mat │ │ └── ArUcoMaterial.mat.meta │ ├── NrealArUcoExample.cs │ ├── NrealArUcoExample.cs.meta │ ├── NrealArUcoExample.unity │ └── NrealArUcoExample.unity.meta │ ├── NrealFaceDetectionExample.meta │ ├── NrealFaceDetectionExample │ ├── NrealFaceDetectionExample.cs │ ├── NrealFaceDetectionExample.cs.meta │ ├── NrealFaceDetectionExample.unity │ └── NrealFaceDetectionExample.unity.meta │ ├── NrealFaceDetectorYNExample.meta │ ├── NrealFaceDetectorYNExample │ ├── NrealFaceDetectorYNExample.cs │ ├── NrealFaceDetectorYNExample.cs.meta │ ├── NrealFaceDetectorYNExample.unity │ └── NrealFaceDetectorYNExample.unity.meta │ ├── NrealHumanSegmentationExample.meta │ ├── NrealHumanSegmentationExample │ ├── NrealHumanSegmentationExample.cs │ ├── NrealHumanSegmentationExample.cs.meta │ ├── NrealHumanSegmentationExample.unity │ └── NrealHumanSegmentationExample.unity.meta │ ├── NrealLightWithOpenCVForUnityExample.cs │ ├── NrealLightWithOpenCVForUnityExample.cs.meta │ ├── NrealLightWithOpenCVForUnityExample.unity │ ├── NrealLightWithOpenCVForUnityExample.unity.meta │ ├── NrealObjectDetectionYOLOv4Example.meta │ ├── NrealObjectDetectionYOLOv4Example │ ├── NrealObjectDetectionYOLOv4Example.cs │ ├── NrealObjectDetectionYOLOv4Example.cs.meta │ ├── NrealObjectDetectionYOLOv4Example.unity │ └── NrealObjectDetectionYOLOv4Example.unity.meta │ ├── NrealPhotoCaptureExample.meta │ ├── NrealPhotoCaptureExample │ ├── Materials.meta │ ├── Materials │ │ ├── BlueMaterial.mat │ │ ├── BlueMaterial.mat.meta │ │ ├── GreenMaterial.mat │ │ ├── GreenMaterial.mat.meta │ │ ├── PinkMaterial.mat │ │ ├── PinkMaterial.mat.meta │ │ ├── RedMaterial.mat │ │ └── RedMaterial.mat.meta │ ├── NrealPhotoCaptureExample.cs │ ├── NrealPhotoCaptureExample.cs.meta │ ├── NrealPhotoCaptureExample.unity │ ├── NrealPhotoCaptureExample.unity.meta │ ├── RaycastLaser.cs │ └── RaycastLaser.cs.meta │ ├── RectangleTracker.meta │ ├── RectangleTracker │ ├── Scripts.meta │ └── Scripts │ │ ├── RectangleTracker.cs │ │ ├── RectangleTracker.cs.meta │ │ ├── TrackedObject.cs │ │ ├── TrackedObject.cs.meta │ │ ├── TrackedRect.cs │ │ ├── TrackedRect.cs.meta │ │ ├── TrackerParameters.cs │ │ └── TrackerParameters.cs.meta │ ├── Scripts.meta │ ├── Scripts │ ├── ARGameObject.cs │ ├── ARGameObject.cs.meta │ ├── Utils.meta │ └── Utils │ │ ├── NRCamTexture2MatHelper.cs │ │ └── NRCamTexture2MatHelper.cs.meta │ ├── ShowLicense.cs │ ├── ShowLicense.cs.meta │ ├── ShowLicense.unity │ └── ShowLicense.unity.meta ├── BuildSettings.jpg ├── CanonicalMarker-d10-i1-sp500-bb1.pdf ├── LICENSE ├── ProjectAssets.jpg ├── README.md ├── SetupTools_AssetsDownloader.jpg ├── screenshot01.jpg ├── screenshot02.jpg ├── screenshot03.jpg ├── screenshot04.jpg ├── screenshot05.jpg ├── screenshot06.jpg └── screenshot07.jpg /Assets/NrealLightWithOpenCVForUnityExample.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/NrealLightWithOpenCVForUnityExample/HEAD/Assets/NrealLightWithOpenCVForUnityExample.meta -------------------------------------------------------------------------------- /Assets/NrealLightWithOpenCVForUnityExample/Materials.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/NrealLightWithOpenCVForUnityExample/HEAD/Assets/NrealLightWithOpenCVForUnityExample/Materials.meta -------------------------------------------------------------------------------- /Assets/NrealLightWithOpenCVForUnityExample/Materials/grayscaleShader.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/NrealLightWithOpenCVForUnityExample/HEAD/Assets/NrealLightWithOpenCVForUnityExample/Materials/grayscaleShader.shader -------------------------------------------------------------------------------- /Assets/NrealLightWithOpenCVForUnityExample/Materials/grayscaleShader.shader.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/NrealLightWithOpenCVForUnityExample/HEAD/Assets/NrealLightWithOpenCVForUnityExample/Materials/grayscaleShader.shader.meta -------------------------------------------------------------------------------- /Assets/NrealLightWithOpenCVForUnityExample/Materials/holographicImageBlendGrayscaleShader.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/NrealLightWithOpenCVForUnityExample/HEAD/Assets/NrealLightWithOpenCVForUnityExample/Materials/holographicImageBlendGrayscaleShader.shader -------------------------------------------------------------------------------- /Assets/NrealLightWithOpenCVForUnityExample/Materials/holographicImageBlendGrayscaleShader.shader.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/NrealLightWithOpenCVForUnityExample/HEAD/Assets/NrealLightWithOpenCVForUnityExample/Materials/holographicImageBlendGrayscaleShader.shader.meta -------------------------------------------------------------------------------- /Assets/NrealLightWithOpenCVForUnityExample/Materials/holographicImageBlendGrayscale_material.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/NrealLightWithOpenCVForUnityExample/HEAD/Assets/NrealLightWithOpenCVForUnityExample/Materials/holographicImageBlendGrayscale_material.mat -------------------------------------------------------------------------------- /Assets/NrealLightWithOpenCVForUnityExample/Materials/holographicImageBlendGrayscale_material.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/NrealLightWithOpenCVForUnityExample/HEAD/Assets/NrealLightWithOpenCVForUnityExample/Materials/holographicImageBlendGrayscale_material.mat.meta -------------------------------------------------------------------------------- /Assets/NrealLightWithOpenCVForUnityExample/Materials/holographicImageBlendShader.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/NrealLightWithOpenCVForUnityExample/HEAD/Assets/NrealLightWithOpenCVForUnityExample/Materials/holographicImageBlendShader.shader -------------------------------------------------------------------------------- /Assets/NrealLightWithOpenCVForUnityExample/Materials/holographicImageBlendShader.shader.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/NrealLightWithOpenCVForUnityExample/HEAD/Assets/NrealLightWithOpenCVForUnityExample/Materials/holographicImageBlendShader.shader.meta -------------------------------------------------------------------------------- /Assets/NrealLightWithOpenCVForUnityExample/Materials/holographicImageBlend_material.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/NrealLightWithOpenCVForUnityExample/HEAD/Assets/NrealLightWithOpenCVForUnityExample/Materials/holographicImageBlend_material.mat -------------------------------------------------------------------------------- /Assets/NrealLightWithOpenCVForUnityExample/Materials/holographicImageBlend_material.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/NrealLightWithOpenCVForUnityExample/HEAD/Assets/NrealLightWithOpenCVForUnityExample/Materials/holographicImageBlend_material.mat.meta -------------------------------------------------------------------------------- /Assets/NrealLightWithOpenCVForUnityExample/Materials/quadGrayscale_material.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/NrealLightWithOpenCVForUnityExample/HEAD/Assets/NrealLightWithOpenCVForUnityExample/Materials/quadGrayscale_material.mat -------------------------------------------------------------------------------- /Assets/NrealLightWithOpenCVForUnityExample/Materials/quadGrayscale_material.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/NrealLightWithOpenCVForUnityExample/HEAD/Assets/NrealLightWithOpenCVForUnityExample/Materials/quadGrayscale_material.mat.meta -------------------------------------------------------------------------------- /Assets/NrealLightWithOpenCVForUnityExample/Materials/quad_material.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/NrealLightWithOpenCVForUnityExample/HEAD/Assets/NrealLightWithOpenCVForUnityExample/Materials/quad_material.mat -------------------------------------------------------------------------------- /Assets/NrealLightWithOpenCVForUnityExample/Materials/quad_material.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/NrealLightWithOpenCVForUnityExample/HEAD/Assets/NrealLightWithOpenCVForUnityExample/Materials/quad_material.mat.meta -------------------------------------------------------------------------------- /Assets/NrealLightWithOpenCVForUnityExample/NRCamTexture2MatHelperExample.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/NrealLightWithOpenCVForUnityExample/HEAD/Assets/NrealLightWithOpenCVForUnityExample/NRCamTexture2MatHelperExample.meta -------------------------------------------------------------------------------- /Assets/NrealLightWithOpenCVForUnityExample/NRCamTexture2MatHelperExample/ComicFilter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/NrealLightWithOpenCVForUnityExample/HEAD/Assets/NrealLightWithOpenCVForUnityExample/NRCamTexture2MatHelperExample/ComicFilter.cs -------------------------------------------------------------------------------- /Assets/NrealLightWithOpenCVForUnityExample/NRCamTexture2MatHelperExample/ComicFilter.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/NrealLightWithOpenCVForUnityExample/HEAD/Assets/NrealLightWithOpenCVForUnityExample/NRCamTexture2MatHelperExample/ComicFilter.cs.meta -------------------------------------------------------------------------------- /Assets/NrealLightWithOpenCVForUnityExample/NRCamTexture2MatHelperExample/NRCamTexture2MatHelperExample.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/NrealLightWithOpenCVForUnityExample/HEAD/Assets/NrealLightWithOpenCVForUnityExample/NRCamTexture2MatHelperExample/NRCamTexture2MatHelperExample.cs -------------------------------------------------------------------------------- /Assets/NrealLightWithOpenCVForUnityExample/NRCamTexture2MatHelperExample/NRCamTexture2MatHelperExample.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/NrealLightWithOpenCVForUnityExample/HEAD/Assets/NrealLightWithOpenCVForUnityExample/NRCamTexture2MatHelperExample/NRCamTexture2MatHelperExample.cs.meta -------------------------------------------------------------------------------- /Assets/NrealLightWithOpenCVForUnityExample/NRCamTexture2MatHelperExample/NRCamTexture2MatHelperExample.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/NrealLightWithOpenCVForUnityExample/HEAD/Assets/NrealLightWithOpenCVForUnityExample/NRCamTexture2MatHelperExample/NRCamTexture2MatHelperExample.unity -------------------------------------------------------------------------------- /Assets/NrealLightWithOpenCVForUnityExample/NRCamTexture2MatHelperExample/NRCamTexture2MatHelperExample.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/NrealLightWithOpenCVForUnityExample/HEAD/Assets/NrealLightWithOpenCVForUnityExample/NRCamTexture2MatHelperExample/NRCamTexture2MatHelperExample.unity.meta -------------------------------------------------------------------------------- /Assets/NrealLightWithOpenCVForUnityExample/NrealArUcoExample.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/NrealLightWithOpenCVForUnityExample/HEAD/Assets/NrealLightWithOpenCVForUnityExample/NrealArUcoExample.meta -------------------------------------------------------------------------------- /Assets/NrealLightWithOpenCVForUnityExample/NrealArUcoExample/Materials.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/NrealLightWithOpenCVForUnityExample/HEAD/Assets/NrealLightWithOpenCVForUnityExample/NrealArUcoExample/Materials.meta -------------------------------------------------------------------------------- /Assets/NrealLightWithOpenCVForUnityExample/NrealArUcoExample/Materials/ArUcoMaterial.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/NrealLightWithOpenCVForUnityExample/HEAD/Assets/NrealLightWithOpenCVForUnityExample/NrealArUcoExample/Materials/ArUcoMaterial.mat -------------------------------------------------------------------------------- /Assets/NrealLightWithOpenCVForUnityExample/NrealArUcoExample/Materials/ArUcoMaterial.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/NrealLightWithOpenCVForUnityExample/HEAD/Assets/NrealLightWithOpenCVForUnityExample/NrealArUcoExample/Materials/ArUcoMaterial.mat.meta -------------------------------------------------------------------------------- /Assets/NrealLightWithOpenCVForUnityExample/NrealArUcoExample/NrealArUcoExample.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/NrealLightWithOpenCVForUnityExample/HEAD/Assets/NrealLightWithOpenCVForUnityExample/NrealArUcoExample/NrealArUcoExample.cs -------------------------------------------------------------------------------- /Assets/NrealLightWithOpenCVForUnityExample/NrealArUcoExample/NrealArUcoExample.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/NrealLightWithOpenCVForUnityExample/HEAD/Assets/NrealLightWithOpenCVForUnityExample/NrealArUcoExample/NrealArUcoExample.cs.meta -------------------------------------------------------------------------------- /Assets/NrealLightWithOpenCVForUnityExample/NrealArUcoExample/NrealArUcoExample.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/NrealLightWithOpenCVForUnityExample/HEAD/Assets/NrealLightWithOpenCVForUnityExample/NrealArUcoExample/NrealArUcoExample.unity -------------------------------------------------------------------------------- /Assets/NrealLightWithOpenCVForUnityExample/NrealArUcoExample/NrealArUcoExample.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/NrealLightWithOpenCVForUnityExample/HEAD/Assets/NrealLightWithOpenCVForUnityExample/NrealArUcoExample/NrealArUcoExample.unity.meta -------------------------------------------------------------------------------- /Assets/NrealLightWithOpenCVForUnityExample/NrealFaceDetectionExample.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/NrealLightWithOpenCVForUnityExample/HEAD/Assets/NrealLightWithOpenCVForUnityExample/NrealFaceDetectionExample.meta -------------------------------------------------------------------------------- /Assets/NrealLightWithOpenCVForUnityExample/NrealFaceDetectionExample/NrealFaceDetectionExample.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/NrealLightWithOpenCVForUnityExample/HEAD/Assets/NrealLightWithOpenCVForUnityExample/NrealFaceDetectionExample/NrealFaceDetectionExample.cs -------------------------------------------------------------------------------- /Assets/NrealLightWithOpenCVForUnityExample/NrealFaceDetectionExample/NrealFaceDetectionExample.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/NrealLightWithOpenCVForUnityExample/HEAD/Assets/NrealLightWithOpenCVForUnityExample/NrealFaceDetectionExample/NrealFaceDetectionExample.cs.meta -------------------------------------------------------------------------------- /Assets/NrealLightWithOpenCVForUnityExample/NrealFaceDetectionExample/NrealFaceDetectionExample.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/NrealLightWithOpenCVForUnityExample/HEAD/Assets/NrealLightWithOpenCVForUnityExample/NrealFaceDetectionExample/NrealFaceDetectionExample.unity -------------------------------------------------------------------------------- /Assets/NrealLightWithOpenCVForUnityExample/NrealFaceDetectionExample/NrealFaceDetectionExample.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/NrealLightWithOpenCVForUnityExample/HEAD/Assets/NrealLightWithOpenCVForUnityExample/NrealFaceDetectionExample/NrealFaceDetectionExample.unity.meta -------------------------------------------------------------------------------- /Assets/NrealLightWithOpenCVForUnityExample/NrealFaceDetectorYNExample.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/NrealLightWithOpenCVForUnityExample/HEAD/Assets/NrealLightWithOpenCVForUnityExample/NrealFaceDetectorYNExample.meta -------------------------------------------------------------------------------- /Assets/NrealLightWithOpenCVForUnityExample/NrealFaceDetectorYNExample/NrealFaceDetectorYNExample.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/NrealLightWithOpenCVForUnityExample/HEAD/Assets/NrealLightWithOpenCVForUnityExample/NrealFaceDetectorYNExample/NrealFaceDetectorYNExample.cs -------------------------------------------------------------------------------- /Assets/NrealLightWithOpenCVForUnityExample/NrealFaceDetectorYNExample/NrealFaceDetectorYNExample.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/NrealLightWithOpenCVForUnityExample/HEAD/Assets/NrealLightWithOpenCVForUnityExample/NrealFaceDetectorYNExample/NrealFaceDetectorYNExample.cs.meta -------------------------------------------------------------------------------- /Assets/NrealLightWithOpenCVForUnityExample/NrealFaceDetectorYNExample/NrealFaceDetectorYNExample.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/NrealLightWithOpenCVForUnityExample/HEAD/Assets/NrealLightWithOpenCVForUnityExample/NrealFaceDetectorYNExample/NrealFaceDetectorYNExample.unity -------------------------------------------------------------------------------- /Assets/NrealLightWithOpenCVForUnityExample/NrealFaceDetectorYNExample/NrealFaceDetectorYNExample.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/NrealLightWithOpenCVForUnityExample/HEAD/Assets/NrealLightWithOpenCVForUnityExample/NrealFaceDetectorYNExample/NrealFaceDetectorYNExample.unity.meta -------------------------------------------------------------------------------- /Assets/NrealLightWithOpenCVForUnityExample/NrealHumanSegmentationExample.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/NrealLightWithOpenCVForUnityExample/HEAD/Assets/NrealLightWithOpenCVForUnityExample/NrealHumanSegmentationExample.meta -------------------------------------------------------------------------------- /Assets/NrealLightWithOpenCVForUnityExample/NrealHumanSegmentationExample/NrealHumanSegmentationExample.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/NrealLightWithOpenCVForUnityExample/HEAD/Assets/NrealLightWithOpenCVForUnityExample/NrealHumanSegmentationExample/NrealHumanSegmentationExample.cs -------------------------------------------------------------------------------- /Assets/NrealLightWithOpenCVForUnityExample/NrealHumanSegmentationExample/NrealHumanSegmentationExample.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/NrealLightWithOpenCVForUnityExample/HEAD/Assets/NrealLightWithOpenCVForUnityExample/NrealHumanSegmentationExample/NrealHumanSegmentationExample.cs.meta -------------------------------------------------------------------------------- /Assets/NrealLightWithOpenCVForUnityExample/NrealHumanSegmentationExample/NrealHumanSegmentationExample.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/NrealLightWithOpenCVForUnityExample/HEAD/Assets/NrealLightWithOpenCVForUnityExample/NrealHumanSegmentationExample/NrealHumanSegmentationExample.unity -------------------------------------------------------------------------------- /Assets/NrealLightWithOpenCVForUnityExample/NrealHumanSegmentationExample/NrealHumanSegmentationExample.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/NrealLightWithOpenCVForUnityExample/HEAD/Assets/NrealLightWithOpenCVForUnityExample/NrealHumanSegmentationExample/NrealHumanSegmentationExample.unity.meta -------------------------------------------------------------------------------- /Assets/NrealLightWithOpenCVForUnityExample/NrealLightWithOpenCVForUnityExample.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/NrealLightWithOpenCVForUnityExample/HEAD/Assets/NrealLightWithOpenCVForUnityExample/NrealLightWithOpenCVForUnityExample.cs -------------------------------------------------------------------------------- /Assets/NrealLightWithOpenCVForUnityExample/NrealLightWithOpenCVForUnityExample.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/NrealLightWithOpenCVForUnityExample/HEAD/Assets/NrealLightWithOpenCVForUnityExample/NrealLightWithOpenCVForUnityExample.cs.meta -------------------------------------------------------------------------------- /Assets/NrealLightWithOpenCVForUnityExample/NrealLightWithOpenCVForUnityExample.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/NrealLightWithOpenCVForUnityExample/HEAD/Assets/NrealLightWithOpenCVForUnityExample/NrealLightWithOpenCVForUnityExample.unity -------------------------------------------------------------------------------- /Assets/NrealLightWithOpenCVForUnityExample/NrealLightWithOpenCVForUnityExample.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/NrealLightWithOpenCVForUnityExample/HEAD/Assets/NrealLightWithOpenCVForUnityExample/NrealLightWithOpenCVForUnityExample.unity.meta -------------------------------------------------------------------------------- /Assets/NrealLightWithOpenCVForUnityExample/NrealObjectDetectionYOLOv4Example.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/NrealLightWithOpenCVForUnityExample/HEAD/Assets/NrealLightWithOpenCVForUnityExample/NrealObjectDetectionYOLOv4Example.meta -------------------------------------------------------------------------------- /Assets/NrealLightWithOpenCVForUnityExample/NrealObjectDetectionYOLOv4Example/NrealObjectDetectionYOLOv4Example.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/NrealLightWithOpenCVForUnityExample/HEAD/Assets/NrealLightWithOpenCVForUnityExample/NrealObjectDetectionYOLOv4Example/NrealObjectDetectionYOLOv4Example.cs -------------------------------------------------------------------------------- /Assets/NrealLightWithOpenCVForUnityExample/NrealObjectDetectionYOLOv4Example/NrealObjectDetectionYOLOv4Example.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/NrealLightWithOpenCVForUnityExample/HEAD/Assets/NrealLightWithOpenCVForUnityExample/NrealObjectDetectionYOLOv4Example/NrealObjectDetectionYOLOv4Example.cs.meta -------------------------------------------------------------------------------- /Assets/NrealLightWithOpenCVForUnityExample/NrealObjectDetectionYOLOv4Example/NrealObjectDetectionYOLOv4Example.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/NrealLightWithOpenCVForUnityExample/HEAD/Assets/NrealLightWithOpenCVForUnityExample/NrealObjectDetectionYOLOv4Example/NrealObjectDetectionYOLOv4Example.unity -------------------------------------------------------------------------------- /Assets/NrealLightWithOpenCVForUnityExample/NrealObjectDetectionYOLOv4Example/NrealObjectDetectionYOLOv4Example.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/NrealLightWithOpenCVForUnityExample/HEAD/Assets/NrealLightWithOpenCVForUnityExample/NrealObjectDetectionYOLOv4Example/NrealObjectDetectionYOLOv4Example.unity.meta -------------------------------------------------------------------------------- /Assets/NrealLightWithOpenCVForUnityExample/NrealPhotoCaptureExample.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/NrealLightWithOpenCVForUnityExample/HEAD/Assets/NrealLightWithOpenCVForUnityExample/NrealPhotoCaptureExample.meta -------------------------------------------------------------------------------- /Assets/NrealLightWithOpenCVForUnityExample/NrealPhotoCaptureExample/Materials.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/NrealLightWithOpenCVForUnityExample/HEAD/Assets/NrealLightWithOpenCVForUnityExample/NrealPhotoCaptureExample/Materials.meta -------------------------------------------------------------------------------- /Assets/NrealLightWithOpenCVForUnityExample/NrealPhotoCaptureExample/Materials/BlueMaterial.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/NrealLightWithOpenCVForUnityExample/HEAD/Assets/NrealLightWithOpenCVForUnityExample/NrealPhotoCaptureExample/Materials/BlueMaterial.mat -------------------------------------------------------------------------------- /Assets/NrealLightWithOpenCVForUnityExample/NrealPhotoCaptureExample/Materials/BlueMaterial.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/NrealLightWithOpenCVForUnityExample/HEAD/Assets/NrealLightWithOpenCVForUnityExample/NrealPhotoCaptureExample/Materials/BlueMaterial.mat.meta -------------------------------------------------------------------------------- /Assets/NrealLightWithOpenCVForUnityExample/NrealPhotoCaptureExample/Materials/GreenMaterial.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/NrealLightWithOpenCVForUnityExample/HEAD/Assets/NrealLightWithOpenCVForUnityExample/NrealPhotoCaptureExample/Materials/GreenMaterial.mat -------------------------------------------------------------------------------- /Assets/NrealLightWithOpenCVForUnityExample/NrealPhotoCaptureExample/Materials/GreenMaterial.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/NrealLightWithOpenCVForUnityExample/HEAD/Assets/NrealLightWithOpenCVForUnityExample/NrealPhotoCaptureExample/Materials/GreenMaterial.mat.meta -------------------------------------------------------------------------------- /Assets/NrealLightWithOpenCVForUnityExample/NrealPhotoCaptureExample/Materials/PinkMaterial.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/NrealLightWithOpenCVForUnityExample/HEAD/Assets/NrealLightWithOpenCVForUnityExample/NrealPhotoCaptureExample/Materials/PinkMaterial.mat -------------------------------------------------------------------------------- /Assets/NrealLightWithOpenCVForUnityExample/NrealPhotoCaptureExample/Materials/PinkMaterial.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/NrealLightWithOpenCVForUnityExample/HEAD/Assets/NrealLightWithOpenCVForUnityExample/NrealPhotoCaptureExample/Materials/PinkMaterial.mat.meta -------------------------------------------------------------------------------- /Assets/NrealLightWithOpenCVForUnityExample/NrealPhotoCaptureExample/Materials/RedMaterial.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/NrealLightWithOpenCVForUnityExample/HEAD/Assets/NrealLightWithOpenCVForUnityExample/NrealPhotoCaptureExample/Materials/RedMaterial.mat -------------------------------------------------------------------------------- /Assets/NrealLightWithOpenCVForUnityExample/NrealPhotoCaptureExample/Materials/RedMaterial.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/NrealLightWithOpenCVForUnityExample/HEAD/Assets/NrealLightWithOpenCVForUnityExample/NrealPhotoCaptureExample/Materials/RedMaterial.mat.meta -------------------------------------------------------------------------------- /Assets/NrealLightWithOpenCVForUnityExample/NrealPhotoCaptureExample/NrealPhotoCaptureExample.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/NrealLightWithOpenCVForUnityExample/HEAD/Assets/NrealLightWithOpenCVForUnityExample/NrealPhotoCaptureExample/NrealPhotoCaptureExample.cs -------------------------------------------------------------------------------- /Assets/NrealLightWithOpenCVForUnityExample/NrealPhotoCaptureExample/NrealPhotoCaptureExample.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/NrealLightWithOpenCVForUnityExample/HEAD/Assets/NrealLightWithOpenCVForUnityExample/NrealPhotoCaptureExample/NrealPhotoCaptureExample.cs.meta -------------------------------------------------------------------------------- /Assets/NrealLightWithOpenCVForUnityExample/NrealPhotoCaptureExample/NrealPhotoCaptureExample.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/NrealLightWithOpenCVForUnityExample/HEAD/Assets/NrealLightWithOpenCVForUnityExample/NrealPhotoCaptureExample/NrealPhotoCaptureExample.unity -------------------------------------------------------------------------------- /Assets/NrealLightWithOpenCVForUnityExample/NrealPhotoCaptureExample/NrealPhotoCaptureExample.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/NrealLightWithOpenCVForUnityExample/HEAD/Assets/NrealLightWithOpenCVForUnityExample/NrealPhotoCaptureExample/NrealPhotoCaptureExample.unity.meta -------------------------------------------------------------------------------- /Assets/NrealLightWithOpenCVForUnityExample/NrealPhotoCaptureExample/RaycastLaser.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/NrealLightWithOpenCVForUnityExample/HEAD/Assets/NrealLightWithOpenCVForUnityExample/NrealPhotoCaptureExample/RaycastLaser.cs -------------------------------------------------------------------------------- /Assets/NrealLightWithOpenCVForUnityExample/NrealPhotoCaptureExample/RaycastLaser.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/NrealLightWithOpenCVForUnityExample/HEAD/Assets/NrealLightWithOpenCVForUnityExample/NrealPhotoCaptureExample/RaycastLaser.cs.meta -------------------------------------------------------------------------------- /Assets/NrealLightWithOpenCVForUnityExample/RectangleTracker.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/NrealLightWithOpenCVForUnityExample/HEAD/Assets/NrealLightWithOpenCVForUnityExample/RectangleTracker.meta -------------------------------------------------------------------------------- /Assets/NrealLightWithOpenCVForUnityExample/RectangleTracker/Scripts.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/NrealLightWithOpenCVForUnityExample/HEAD/Assets/NrealLightWithOpenCVForUnityExample/RectangleTracker/Scripts.meta -------------------------------------------------------------------------------- /Assets/NrealLightWithOpenCVForUnityExample/RectangleTracker/Scripts/RectangleTracker.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/NrealLightWithOpenCVForUnityExample/HEAD/Assets/NrealLightWithOpenCVForUnityExample/RectangleTracker/Scripts/RectangleTracker.cs -------------------------------------------------------------------------------- /Assets/NrealLightWithOpenCVForUnityExample/RectangleTracker/Scripts/RectangleTracker.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/NrealLightWithOpenCVForUnityExample/HEAD/Assets/NrealLightWithOpenCVForUnityExample/RectangleTracker/Scripts/RectangleTracker.cs.meta -------------------------------------------------------------------------------- /Assets/NrealLightWithOpenCVForUnityExample/RectangleTracker/Scripts/TrackedObject.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/NrealLightWithOpenCVForUnityExample/HEAD/Assets/NrealLightWithOpenCVForUnityExample/RectangleTracker/Scripts/TrackedObject.cs -------------------------------------------------------------------------------- /Assets/NrealLightWithOpenCVForUnityExample/RectangleTracker/Scripts/TrackedObject.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/NrealLightWithOpenCVForUnityExample/HEAD/Assets/NrealLightWithOpenCVForUnityExample/RectangleTracker/Scripts/TrackedObject.cs.meta -------------------------------------------------------------------------------- /Assets/NrealLightWithOpenCVForUnityExample/RectangleTracker/Scripts/TrackedRect.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/NrealLightWithOpenCVForUnityExample/HEAD/Assets/NrealLightWithOpenCVForUnityExample/RectangleTracker/Scripts/TrackedRect.cs -------------------------------------------------------------------------------- /Assets/NrealLightWithOpenCVForUnityExample/RectangleTracker/Scripts/TrackedRect.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/NrealLightWithOpenCVForUnityExample/HEAD/Assets/NrealLightWithOpenCVForUnityExample/RectangleTracker/Scripts/TrackedRect.cs.meta -------------------------------------------------------------------------------- /Assets/NrealLightWithOpenCVForUnityExample/RectangleTracker/Scripts/TrackerParameters.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/NrealLightWithOpenCVForUnityExample/HEAD/Assets/NrealLightWithOpenCVForUnityExample/RectangleTracker/Scripts/TrackerParameters.cs -------------------------------------------------------------------------------- /Assets/NrealLightWithOpenCVForUnityExample/RectangleTracker/Scripts/TrackerParameters.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/NrealLightWithOpenCVForUnityExample/HEAD/Assets/NrealLightWithOpenCVForUnityExample/RectangleTracker/Scripts/TrackerParameters.cs.meta -------------------------------------------------------------------------------- /Assets/NrealLightWithOpenCVForUnityExample/Scripts.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/NrealLightWithOpenCVForUnityExample/HEAD/Assets/NrealLightWithOpenCVForUnityExample/Scripts.meta -------------------------------------------------------------------------------- /Assets/NrealLightWithOpenCVForUnityExample/Scripts/ARGameObject.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/NrealLightWithOpenCVForUnityExample/HEAD/Assets/NrealLightWithOpenCVForUnityExample/Scripts/ARGameObject.cs -------------------------------------------------------------------------------- /Assets/NrealLightWithOpenCVForUnityExample/Scripts/ARGameObject.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/NrealLightWithOpenCVForUnityExample/HEAD/Assets/NrealLightWithOpenCVForUnityExample/Scripts/ARGameObject.cs.meta -------------------------------------------------------------------------------- /Assets/NrealLightWithOpenCVForUnityExample/Scripts/Utils.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/NrealLightWithOpenCVForUnityExample/HEAD/Assets/NrealLightWithOpenCVForUnityExample/Scripts/Utils.meta -------------------------------------------------------------------------------- /Assets/NrealLightWithOpenCVForUnityExample/Scripts/Utils/NRCamTexture2MatHelper.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/NrealLightWithOpenCVForUnityExample/HEAD/Assets/NrealLightWithOpenCVForUnityExample/Scripts/Utils/NRCamTexture2MatHelper.cs -------------------------------------------------------------------------------- /Assets/NrealLightWithOpenCVForUnityExample/Scripts/Utils/NRCamTexture2MatHelper.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/NrealLightWithOpenCVForUnityExample/HEAD/Assets/NrealLightWithOpenCVForUnityExample/Scripts/Utils/NRCamTexture2MatHelper.cs.meta -------------------------------------------------------------------------------- /Assets/NrealLightWithOpenCVForUnityExample/ShowLicense.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/NrealLightWithOpenCVForUnityExample/HEAD/Assets/NrealLightWithOpenCVForUnityExample/ShowLicense.cs -------------------------------------------------------------------------------- /Assets/NrealLightWithOpenCVForUnityExample/ShowLicense.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/NrealLightWithOpenCVForUnityExample/HEAD/Assets/NrealLightWithOpenCVForUnityExample/ShowLicense.cs.meta -------------------------------------------------------------------------------- /Assets/NrealLightWithOpenCVForUnityExample/ShowLicense.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/NrealLightWithOpenCVForUnityExample/HEAD/Assets/NrealLightWithOpenCVForUnityExample/ShowLicense.unity -------------------------------------------------------------------------------- /Assets/NrealLightWithOpenCVForUnityExample/ShowLicense.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/NrealLightWithOpenCVForUnityExample/HEAD/Assets/NrealLightWithOpenCVForUnityExample/ShowLicense.unity.meta -------------------------------------------------------------------------------- /BuildSettings.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/NrealLightWithOpenCVForUnityExample/HEAD/BuildSettings.jpg -------------------------------------------------------------------------------- /CanonicalMarker-d10-i1-sp500-bb1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/NrealLightWithOpenCVForUnityExample/HEAD/CanonicalMarker-d10-i1-sp500-bb1.pdf -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/NrealLightWithOpenCVForUnityExample/HEAD/LICENSE -------------------------------------------------------------------------------- /ProjectAssets.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/NrealLightWithOpenCVForUnityExample/HEAD/ProjectAssets.jpg -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/NrealLightWithOpenCVForUnityExample/HEAD/README.md -------------------------------------------------------------------------------- /SetupTools_AssetsDownloader.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/NrealLightWithOpenCVForUnityExample/HEAD/SetupTools_AssetsDownloader.jpg -------------------------------------------------------------------------------- /screenshot01.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/NrealLightWithOpenCVForUnityExample/HEAD/screenshot01.jpg -------------------------------------------------------------------------------- /screenshot02.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/NrealLightWithOpenCVForUnityExample/HEAD/screenshot02.jpg -------------------------------------------------------------------------------- /screenshot03.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/NrealLightWithOpenCVForUnityExample/HEAD/screenshot03.jpg -------------------------------------------------------------------------------- /screenshot04.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/NrealLightWithOpenCVForUnityExample/HEAD/screenshot04.jpg -------------------------------------------------------------------------------- /screenshot05.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/NrealLightWithOpenCVForUnityExample/HEAD/screenshot05.jpg -------------------------------------------------------------------------------- /screenshot06.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/NrealLightWithOpenCVForUnityExample/HEAD/screenshot06.jpg -------------------------------------------------------------------------------- /screenshot07.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/NrealLightWithOpenCVForUnityExample/HEAD/screenshot07.jpg --------------------------------------------------------------------------------