├── Assets ├── DlibFaceLandmarkDetector.meta ├── DlibFaceLandmarkDetector │ ├── DlibLicense.txt │ ├── DlibLicense.txt.meta │ ├── EnoxSoftware.DlibFaceLandmarkDetector.asmdef │ ├── EnoxSoftware.DlibFaceLandmarkDetector.asmdef.meta │ ├── Examples.meta │ ├── Examples │ │ ├── BenchmarkExample.meta │ │ ├── BenchmarkExample │ │ │ ├── BenchmarkExample.cs │ │ │ ├── BenchmarkExample.cs.meta │ │ │ ├── BenchmarkExample.unity │ │ │ └── BenchmarkExample.unity.meta │ │ ├── DlibFaceLandmarkDetectorExample.cs │ │ ├── DlibFaceLandmarkDetectorExample.cs.meta │ │ ├── DlibFaceLandmarkDetectorExample.unity │ │ ├── DlibFaceLandmarkDetectorExample.unity.meta │ │ ├── EnoxSoftware.DlibFaceLandmarkDetectorExample.asmdef │ │ ├── EnoxSoftware.DlibFaceLandmarkDetectorExample.asmdef.meta │ │ ├── ExampleMaterial.mat │ │ ├── ExampleMaterial.mat.meta │ │ ├── LoadingIcon.png │ │ ├── LoadingIcon.png.meta │ │ ├── Resources.meta │ │ ├── Resources │ │ │ ├── benchmark_image_large.png │ │ │ ├── benchmark_image_large.png.meta │ │ │ ├── benchmark_image_small.png │ │ │ ├── benchmark_image_small.png.meta │ │ │ ├── cat.jpg │ │ │ ├── cat.jpg.meta │ │ │ ├── face.jpg │ │ │ ├── face.jpg.meta │ │ │ ├── family.png │ │ │ └── family.png.meta │ │ ├── ShowSystemInfo.cs │ │ ├── ShowSystemInfo.cs.meta │ │ ├── ShowSystemInfo.unity │ │ ├── ShowSystemInfo.unity.meta │ │ ├── Texture2DExample.meta │ │ ├── Texture2DExample │ │ │ ├── Texture2DExample.cs │ │ │ ├── Texture2DExample.cs.meta │ │ │ ├── Texture2DExample.unity │ │ │ └── Texture2DExample.unity.meta │ │ ├── Utils.meta │ │ ├── Utils │ │ │ ├── FpsMonitor.meta │ │ │ ├── FpsMonitor │ │ │ │ ├── FpsMonitor.cs │ │ │ │ ├── FpsMonitor.cs.meta │ │ │ │ ├── Resources.meta │ │ │ │ └── Resources │ │ │ │ │ ├── FpsMonitorCanvas_104.prefab │ │ │ │ │ └── FpsMonitorCanvas_104.prefab.meta │ │ │ ├── InputModuleSwitcher.cs │ │ │ ├── InputModuleSwitcher.cs.meta │ │ │ ├── TouchController.cs │ │ │ └── TouchController.cs.meta │ │ ├── WebCamTextureDownScaleExample.meta │ │ ├── WebCamTextureDownScaleExample │ │ │ ├── WebCamTextureDownScaleExample.cs │ │ │ ├── WebCamTextureDownScaleExample.cs.meta │ │ │ ├── WebCamTextureDownScaleExample.unity │ │ │ └── WebCamTextureDownScaleExample.unity.meta │ │ ├── WebCamTextureExample.meta │ │ ├── WebCamTextureExample │ │ │ ├── WebCamTextureExample.cs │ │ │ ├── WebCamTextureExample.cs.meta │ │ │ ├── WebCamTextureExample.unity │ │ │ └── WebCamTextureExample.unity.meta │ │ ├── link.xml │ │ └── link.xml.meta │ ├── Notices.txt │ ├── Notices.txt.meta │ ├── ReadMe.pdf │ └── ReadMe.pdf.meta ├── DlibFaceLandmarkDetectorWithOpenCVExample.meta └── DlibFaceLandmarkDetectorWithOpenCVExample │ ├── ARHeadExample.meta │ ├── ARHeadExample │ ├── AR.meta │ ├── AR │ │ ├── EyeLaser.meta │ │ ├── EyeLaser │ │ │ ├── Materials.meta │ │ │ ├── Materials │ │ │ │ ├── eff_glitter_2.mat │ │ │ │ ├── eff_glitter_2.mat.meta │ │ │ │ ├── eff_par_1.mat │ │ │ │ ├── eff_par_1.mat.meta │ │ │ │ ├── eff_smoke_2.mat │ │ │ │ └── eff_smoke_2.mat.meta │ │ │ ├── Prefab.meta │ │ │ ├── Prefab │ │ │ │ ├── Eff_Laser_2.prefab │ │ │ │ └── Eff_Laser_2.prefab.meta │ │ │ ├── Textures.meta │ │ │ └── Textures │ │ │ │ ├── Eff_Glitter2.png │ │ │ │ ├── Eff_Glitter2.png.meta │ │ │ │ ├── Eff_smoke_1.png │ │ │ │ ├── Eff_smoke_1.png.meta │ │ │ │ ├── eff_par_1.tga │ │ │ │ └── eff_par_1.tga.meta │ │ ├── Materials.meta │ │ ├── Materials │ │ │ ├── InfoPlate_Built-in.mat │ │ │ ├── InfoPlate_Built-in.mat.meta │ │ │ ├── InfoPlate_SRP.mat │ │ │ ├── InfoPlate_SRP.mat.meta │ │ │ ├── axes_x_material_Built-in.mat │ │ │ ├── axes_x_material_Built-in.mat.meta │ │ │ ├── axes_x_material_SRP.mat │ │ │ ├── axes_x_material_SRP.mat.meta │ │ │ ├── axes_y_material_Built-in.mat │ │ │ ├── axes_y_material_Built-in.mat.meta │ │ │ ├── axes_y_material_SRP.mat │ │ │ ├── axes_y_material_SRP.mat.meta │ │ │ ├── axes_z_material_Built-in.mat │ │ │ ├── axes_z_material_Built-in.mat.meta │ │ │ ├── axes_z_material_SRP.mat │ │ │ ├── axes_z_material_SRP.mat.meta │ │ │ ├── head_material_Built-in.mat │ │ │ ├── head_material_Built-in.mat.meta │ │ │ ├── head_material_SRP.mat │ │ │ ├── head_material_SRP.mat.meta │ │ │ ├── quad_material.mat │ │ │ └── quad_material.mat.meta │ │ ├── MouthLaser.meta │ │ ├── MouthLaser │ │ │ ├── Materials.meta │ │ │ ├── Materials │ │ │ │ ├── eff_heart_1.mat │ │ │ │ └── eff_heart_1.mat.meta │ │ │ ├── Prefab.meta │ │ │ ├── Prefab │ │ │ │ ├── Eff_Laser_5.prefab │ │ │ │ └── Eff_Laser_5.prefab.meta │ │ │ ├── Textures.meta │ │ │ └── Textures │ │ │ │ ├── Eff_Heart_1.png │ │ │ │ └── Eff_Heart_1.png.meta │ │ ├── Prefabs.meta │ │ ├── Prefabs │ │ │ ├── ARFace_Built-in.prefab │ │ │ ├── ARFace_Built-in.prefab.meta │ │ │ ├── ARFace_SRP.prefab │ │ │ ├── ARFace_SRP.prefab.meta │ │ │ ├── Axes_X.prefab │ │ │ ├── Axes_X.prefab.meta │ │ │ ├── Axes_Y.prefab │ │ │ ├── Axes_Y.prefab.meta │ │ │ ├── Axes_Z.prefab │ │ │ ├── Axes_Z.prefab.meta │ │ │ ├── Materials.meta │ │ │ ├── Materials │ │ │ │ ├── unnamed.mat │ │ │ │ └── unnamed.mat.meta │ │ │ ├── human_male.fbx │ │ │ └── human_male.fbx.meta │ │ ├── Scripts.meta │ │ └── Scripts │ │ │ ├── ARFace.cs │ │ │ └── ARFace.cs.meta │ ├── MultiSourceARHeadExample.cs │ ├── MultiSourceARHeadExample.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 │ ├── VideoCaptureARHeadExample_Built-in.unity │ ├── VideoCaptureARHeadExample_Built-in.unity.meta │ ├── VideoCaptureARHeadExample_SRP.unity │ ├── VideoCaptureARHeadExample_SRP.unity.meta │ ├── WebCamTextureARHeadExample_Built-in.unity │ ├── WebCamTextureARHeadExample_Built-in.unity.meta │ ├── WebCamTextureARHeadExample_SRP.unity │ └── WebCamTextureARHeadExample_SRP.unity.meta │ ├── EnoxSoftware.DlibFaceLandmarkDetectorWithOpenCVExample.asmdef │ ├── EnoxSoftware.DlibFaceLandmarkDetectorWithOpenCVExample.asmdef.meta │ ├── ExampleMaterial.mat │ ├── ExampleMaterial.mat.meta │ ├── FrameOptimizationExample.meta │ ├── FrameOptimizationExample │ ├── FrameOptimizationExample.cs │ ├── FrameOptimizationExample.cs.meta │ ├── FrameOptimizationExample.unity │ └── FrameOptimizationExample.unity.meta │ ├── LoadingIcon.png │ ├── LoadingIcon.png.meta │ ├── MultiSource2MatHelperExample.meta │ ├── MultiSource2MatHelperExample │ ├── MultiSource2MatHelperExample.cs │ ├── MultiSource2MatHelperExample.cs.meta │ ├── VideoCapture2MatHelperExample.unity │ ├── VideoCapture2MatHelperExample.unity.meta │ ├── WebCamTexture2MatHelperExample.unity │ └── WebCamTexture2MatHelperExample.unity.meta │ ├── NoiseFilterExample.meta │ ├── NoiseFilterExample │ ├── MultiSourceNoiseFilterExample.cs │ ├── MultiSourceNoiseFilterExample.cs.meta │ ├── NoiseFilter.meta │ ├── NoiseFilter │ │ ├── KFPointsFilter.cs │ │ ├── KFPointsFilter.cs.meta │ │ ├── LowPassPointsFilter.cs │ │ ├── LowPassPointsFilter.cs.meta │ │ ├── OFPointsFilter.cs │ │ ├── OFPointsFilter.cs.meta │ │ ├── PointsFilterBase.cs │ │ └── PointsFilterBase.cs.meta │ ├── VideoCaptureNoiseFilterExample.unity │ ├── VideoCaptureNoiseFilterExample.unity.meta │ ├── WebCamTextureNoiseFilterExample.unity │ └── WebCamTextureNoiseFilterExample.unity.meta │ ├── ShowLicense.cs │ ├── ShowLicense.cs.meta │ ├── ShowLicense.unity │ ├── ShowLicense.unity.meta │ ├── Texture2DToMatExample.meta │ ├── Texture2DToMatExample │ ├── Texture2DToMatExample.cs │ ├── Texture2DToMatExample.cs.meta │ ├── Texture2DToMatExample.unity │ └── Texture2DToMatExample.unity.meta │ ├── Utils.meta │ └── Utils │ ├── FpsMonitor.meta │ ├── FpsMonitor │ ├── FpsMonitor.cs │ ├── FpsMonitor.cs.meta │ ├── Resources.meta │ └── Resources │ │ ├── FpsMonitorCanvas_104.prefab │ │ └── FpsMonitorCanvas_104.prefab.meta │ ├── InputModuleSwitcher.cs │ ├── InputModuleSwitcher.cs.meta │ ├── TouchController.cs │ └── TouchController.cs.meta └── README.md /Assets/DlibFaceLandmarkDetector.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/DlibFaceLandmarkDetector/HEAD/Assets/DlibFaceLandmarkDetector.meta -------------------------------------------------------------------------------- /Assets/DlibFaceLandmarkDetector/DlibLicense.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/DlibFaceLandmarkDetector/HEAD/Assets/DlibFaceLandmarkDetector/DlibLicense.txt -------------------------------------------------------------------------------- /Assets/DlibFaceLandmarkDetector/DlibLicense.txt.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/DlibFaceLandmarkDetector/HEAD/Assets/DlibFaceLandmarkDetector/DlibLicense.txt.meta -------------------------------------------------------------------------------- /Assets/DlibFaceLandmarkDetector/EnoxSoftware.DlibFaceLandmarkDetector.asmdef: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/DlibFaceLandmarkDetector/HEAD/Assets/DlibFaceLandmarkDetector/EnoxSoftware.DlibFaceLandmarkDetector.asmdef -------------------------------------------------------------------------------- /Assets/DlibFaceLandmarkDetector/EnoxSoftware.DlibFaceLandmarkDetector.asmdef.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/DlibFaceLandmarkDetector/HEAD/Assets/DlibFaceLandmarkDetector/EnoxSoftware.DlibFaceLandmarkDetector.asmdef.meta -------------------------------------------------------------------------------- /Assets/DlibFaceLandmarkDetector/Examples.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/DlibFaceLandmarkDetector/HEAD/Assets/DlibFaceLandmarkDetector/Examples.meta -------------------------------------------------------------------------------- /Assets/DlibFaceLandmarkDetector/Examples/BenchmarkExample.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/DlibFaceLandmarkDetector/HEAD/Assets/DlibFaceLandmarkDetector/Examples/BenchmarkExample.meta -------------------------------------------------------------------------------- /Assets/DlibFaceLandmarkDetector/Examples/BenchmarkExample/BenchmarkExample.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/DlibFaceLandmarkDetector/HEAD/Assets/DlibFaceLandmarkDetector/Examples/BenchmarkExample/BenchmarkExample.cs -------------------------------------------------------------------------------- /Assets/DlibFaceLandmarkDetector/Examples/BenchmarkExample/BenchmarkExample.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/DlibFaceLandmarkDetector/HEAD/Assets/DlibFaceLandmarkDetector/Examples/BenchmarkExample/BenchmarkExample.cs.meta -------------------------------------------------------------------------------- /Assets/DlibFaceLandmarkDetector/Examples/BenchmarkExample/BenchmarkExample.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/DlibFaceLandmarkDetector/HEAD/Assets/DlibFaceLandmarkDetector/Examples/BenchmarkExample/BenchmarkExample.unity -------------------------------------------------------------------------------- /Assets/DlibFaceLandmarkDetector/Examples/BenchmarkExample/BenchmarkExample.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/DlibFaceLandmarkDetector/HEAD/Assets/DlibFaceLandmarkDetector/Examples/BenchmarkExample/BenchmarkExample.unity.meta -------------------------------------------------------------------------------- /Assets/DlibFaceLandmarkDetector/Examples/DlibFaceLandmarkDetectorExample.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/DlibFaceLandmarkDetector/HEAD/Assets/DlibFaceLandmarkDetector/Examples/DlibFaceLandmarkDetectorExample.cs -------------------------------------------------------------------------------- /Assets/DlibFaceLandmarkDetector/Examples/DlibFaceLandmarkDetectorExample.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/DlibFaceLandmarkDetector/HEAD/Assets/DlibFaceLandmarkDetector/Examples/DlibFaceLandmarkDetectorExample.cs.meta -------------------------------------------------------------------------------- /Assets/DlibFaceLandmarkDetector/Examples/DlibFaceLandmarkDetectorExample.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/DlibFaceLandmarkDetector/HEAD/Assets/DlibFaceLandmarkDetector/Examples/DlibFaceLandmarkDetectorExample.unity -------------------------------------------------------------------------------- /Assets/DlibFaceLandmarkDetector/Examples/DlibFaceLandmarkDetectorExample.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/DlibFaceLandmarkDetector/HEAD/Assets/DlibFaceLandmarkDetector/Examples/DlibFaceLandmarkDetectorExample.unity.meta -------------------------------------------------------------------------------- /Assets/DlibFaceLandmarkDetector/Examples/EnoxSoftware.DlibFaceLandmarkDetectorExample.asmdef: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/DlibFaceLandmarkDetector/HEAD/Assets/DlibFaceLandmarkDetector/Examples/EnoxSoftware.DlibFaceLandmarkDetectorExample.asmdef -------------------------------------------------------------------------------- /Assets/DlibFaceLandmarkDetector/Examples/EnoxSoftware.DlibFaceLandmarkDetectorExample.asmdef.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/DlibFaceLandmarkDetector/HEAD/Assets/DlibFaceLandmarkDetector/Examples/EnoxSoftware.DlibFaceLandmarkDetectorExample.asmdef.meta -------------------------------------------------------------------------------- /Assets/DlibFaceLandmarkDetector/Examples/ExampleMaterial.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/DlibFaceLandmarkDetector/HEAD/Assets/DlibFaceLandmarkDetector/Examples/ExampleMaterial.mat -------------------------------------------------------------------------------- /Assets/DlibFaceLandmarkDetector/Examples/ExampleMaterial.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/DlibFaceLandmarkDetector/HEAD/Assets/DlibFaceLandmarkDetector/Examples/ExampleMaterial.mat.meta -------------------------------------------------------------------------------- /Assets/DlibFaceLandmarkDetector/Examples/LoadingIcon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/DlibFaceLandmarkDetector/HEAD/Assets/DlibFaceLandmarkDetector/Examples/LoadingIcon.png -------------------------------------------------------------------------------- /Assets/DlibFaceLandmarkDetector/Examples/LoadingIcon.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/DlibFaceLandmarkDetector/HEAD/Assets/DlibFaceLandmarkDetector/Examples/LoadingIcon.png.meta -------------------------------------------------------------------------------- /Assets/DlibFaceLandmarkDetector/Examples/Resources.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/DlibFaceLandmarkDetector/HEAD/Assets/DlibFaceLandmarkDetector/Examples/Resources.meta -------------------------------------------------------------------------------- /Assets/DlibFaceLandmarkDetector/Examples/Resources/benchmark_image_large.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/DlibFaceLandmarkDetector/HEAD/Assets/DlibFaceLandmarkDetector/Examples/Resources/benchmark_image_large.png -------------------------------------------------------------------------------- /Assets/DlibFaceLandmarkDetector/Examples/Resources/benchmark_image_large.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/DlibFaceLandmarkDetector/HEAD/Assets/DlibFaceLandmarkDetector/Examples/Resources/benchmark_image_large.png.meta -------------------------------------------------------------------------------- /Assets/DlibFaceLandmarkDetector/Examples/Resources/benchmark_image_small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/DlibFaceLandmarkDetector/HEAD/Assets/DlibFaceLandmarkDetector/Examples/Resources/benchmark_image_small.png -------------------------------------------------------------------------------- /Assets/DlibFaceLandmarkDetector/Examples/Resources/benchmark_image_small.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/DlibFaceLandmarkDetector/HEAD/Assets/DlibFaceLandmarkDetector/Examples/Resources/benchmark_image_small.png.meta -------------------------------------------------------------------------------- /Assets/DlibFaceLandmarkDetector/Examples/Resources/cat.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/DlibFaceLandmarkDetector/HEAD/Assets/DlibFaceLandmarkDetector/Examples/Resources/cat.jpg -------------------------------------------------------------------------------- /Assets/DlibFaceLandmarkDetector/Examples/Resources/cat.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/DlibFaceLandmarkDetector/HEAD/Assets/DlibFaceLandmarkDetector/Examples/Resources/cat.jpg.meta -------------------------------------------------------------------------------- /Assets/DlibFaceLandmarkDetector/Examples/Resources/face.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/DlibFaceLandmarkDetector/HEAD/Assets/DlibFaceLandmarkDetector/Examples/Resources/face.jpg -------------------------------------------------------------------------------- /Assets/DlibFaceLandmarkDetector/Examples/Resources/face.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/DlibFaceLandmarkDetector/HEAD/Assets/DlibFaceLandmarkDetector/Examples/Resources/face.jpg.meta -------------------------------------------------------------------------------- /Assets/DlibFaceLandmarkDetector/Examples/Resources/family.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/DlibFaceLandmarkDetector/HEAD/Assets/DlibFaceLandmarkDetector/Examples/Resources/family.png -------------------------------------------------------------------------------- /Assets/DlibFaceLandmarkDetector/Examples/Resources/family.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/DlibFaceLandmarkDetector/HEAD/Assets/DlibFaceLandmarkDetector/Examples/Resources/family.png.meta -------------------------------------------------------------------------------- /Assets/DlibFaceLandmarkDetector/Examples/ShowSystemInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/DlibFaceLandmarkDetector/HEAD/Assets/DlibFaceLandmarkDetector/Examples/ShowSystemInfo.cs -------------------------------------------------------------------------------- /Assets/DlibFaceLandmarkDetector/Examples/ShowSystemInfo.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/DlibFaceLandmarkDetector/HEAD/Assets/DlibFaceLandmarkDetector/Examples/ShowSystemInfo.cs.meta -------------------------------------------------------------------------------- /Assets/DlibFaceLandmarkDetector/Examples/ShowSystemInfo.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/DlibFaceLandmarkDetector/HEAD/Assets/DlibFaceLandmarkDetector/Examples/ShowSystemInfo.unity -------------------------------------------------------------------------------- /Assets/DlibFaceLandmarkDetector/Examples/ShowSystemInfo.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/DlibFaceLandmarkDetector/HEAD/Assets/DlibFaceLandmarkDetector/Examples/ShowSystemInfo.unity.meta -------------------------------------------------------------------------------- /Assets/DlibFaceLandmarkDetector/Examples/Texture2DExample.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/DlibFaceLandmarkDetector/HEAD/Assets/DlibFaceLandmarkDetector/Examples/Texture2DExample.meta -------------------------------------------------------------------------------- /Assets/DlibFaceLandmarkDetector/Examples/Texture2DExample/Texture2DExample.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/DlibFaceLandmarkDetector/HEAD/Assets/DlibFaceLandmarkDetector/Examples/Texture2DExample/Texture2DExample.cs -------------------------------------------------------------------------------- /Assets/DlibFaceLandmarkDetector/Examples/Texture2DExample/Texture2DExample.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/DlibFaceLandmarkDetector/HEAD/Assets/DlibFaceLandmarkDetector/Examples/Texture2DExample/Texture2DExample.cs.meta -------------------------------------------------------------------------------- /Assets/DlibFaceLandmarkDetector/Examples/Texture2DExample/Texture2DExample.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/DlibFaceLandmarkDetector/HEAD/Assets/DlibFaceLandmarkDetector/Examples/Texture2DExample/Texture2DExample.unity -------------------------------------------------------------------------------- /Assets/DlibFaceLandmarkDetector/Examples/Texture2DExample/Texture2DExample.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/DlibFaceLandmarkDetector/HEAD/Assets/DlibFaceLandmarkDetector/Examples/Texture2DExample/Texture2DExample.unity.meta -------------------------------------------------------------------------------- /Assets/DlibFaceLandmarkDetector/Examples/Utils.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/DlibFaceLandmarkDetector/HEAD/Assets/DlibFaceLandmarkDetector/Examples/Utils.meta -------------------------------------------------------------------------------- /Assets/DlibFaceLandmarkDetector/Examples/Utils/FpsMonitor.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/DlibFaceLandmarkDetector/HEAD/Assets/DlibFaceLandmarkDetector/Examples/Utils/FpsMonitor.meta -------------------------------------------------------------------------------- /Assets/DlibFaceLandmarkDetector/Examples/Utils/FpsMonitor/FpsMonitor.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/DlibFaceLandmarkDetector/HEAD/Assets/DlibFaceLandmarkDetector/Examples/Utils/FpsMonitor/FpsMonitor.cs -------------------------------------------------------------------------------- /Assets/DlibFaceLandmarkDetector/Examples/Utils/FpsMonitor/FpsMonitor.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/DlibFaceLandmarkDetector/HEAD/Assets/DlibFaceLandmarkDetector/Examples/Utils/FpsMonitor/FpsMonitor.cs.meta -------------------------------------------------------------------------------- /Assets/DlibFaceLandmarkDetector/Examples/Utils/FpsMonitor/Resources.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/DlibFaceLandmarkDetector/HEAD/Assets/DlibFaceLandmarkDetector/Examples/Utils/FpsMonitor/Resources.meta -------------------------------------------------------------------------------- /Assets/DlibFaceLandmarkDetector/Examples/Utils/FpsMonitor/Resources/FpsMonitorCanvas_104.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/DlibFaceLandmarkDetector/HEAD/Assets/DlibFaceLandmarkDetector/Examples/Utils/FpsMonitor/Resources/FpsMonitorCanvas_104.prefab -------------------------------------------------------------------------------- /Assets/DlibFaceLandmarkDetector/Examples/Utils/FpsMonitor/Resources/FpsMonitorCanvas_104.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/DlibFaceLandmarkDetector/HEAD/Assets/DlibFaceLandmarkDetector/Examples/Utils/FpsMonitor/Resources/FpsMonitorCanvas_104.prefab.meta -------------------------------------------------------------------------------- /Assets/DlibFaceLandmarkDetector/Examples/Utils/InputModuleSwitcher.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/DlibFaceLandmarkDetector/HEAD/Assets/DlibFaceLandmarkDetector/Examples/Utils/InputModuleSwitcher.cs -------------------------------------------------------------------------------- /Assets/DlibFaceLandmarkDetector/Examples/Utils/InputModuleSwitcher.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/DlibFaceLandmarkDetector/HEAD/Assets/DlibFaceLandmarkDetector/Examples/Utils/InputModuleSwitcher.cs.meta -------------------------------------------------------------------------------- /Assets/DlibFaceLandmarkDetector/Examples/Utils/TouchController.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/DlibFaceLandmarkDetector/HEAD/Assets/DlibFaceLandmarkDetector/Examples/Utils/TouchController.cs -------------------------------------------------------------------------------- /Assets/DlibFaceLandmarkDetector/Examples/Utils/TouchController.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/DlibFaceLandmarkDetector/HEAD/Assets/DlibFaceLandmarkDetector/Examples/Utils/TouchController.cs.meta -------------------------------------------------------------------------------- /Assets/DlibFaceLandmarkDetector/Examples/WebCamTextureDownScaleExample.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/DlibFaceLandmarkDetector/HEAD/Assets/DlibFaceLandmarkDetector/Examples/WebCamTextureDownScaleExample.meta -------------------------------------------------------------------------------- /Assets/DlibFaceLandmarkDetector/Examples/WebCamTextureDownScaleExample/WebCamTextureDownScaleExample.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/DlibFaceLandmarkDetector/HEAD/Assets/DlibFaceLandmarkDetector/Examples/WebCamTextureDownScaleExample/WebCamTextureDownScaleExample.cs -------------------------------------------------------------------------------- /Assets/DlibFaceLandmarkDetector/Examples/WebCamTextureDownScaleExample/WebCamTextureDownScaleExample.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/DlibFaceLandmarkDetector/HEAD/Assets/DlibFaceLandmarkDetector/Examples/WebCamTextureDownScaleExample/WebCamTextureDownScaleExample.cs.meta -------------------------------------------------------------------------------- /Assets/DlibFaceLandmarkDetector/Examples/WebCamTextureDownScaleExample/WebCamTextureDownScaleExample.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/DlibFaceLandmarkDetector/HEAD/Assets/DlibFaceLandmarkDetector/Examples/WebCamTextureDownScaleExample/WebCamTextureDownScaleExample.unity -------------------------------------------------------------------------------- /Assets/DlibFaceLandmarkDetector/Examples/WebCamTextureDownScaleExample/WebCamTextureDownScaleExample.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/DlibFaceLandmarkDetector/HEAD/Assets/DlibFaceLandmarkDetector/Examples/WebCamTextureDownScaleExample/WebCamTextureDownScaleExample.unity.meta -------------------------------------------------------------------------------- /Assets/DlibFaceLandmarkDetector/Examples/WebCamTextureExample.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/DlibFaceLandmarkDetector/HEAD/Assets/DlibFaceLandmarkDetector/Examples/WebCamTextureExample.meta -------------------------------------------------------------------------------- /Assets/DlibFaceLandmarkDetector/Examples/WebCamTextureExample/WebCamTextureExample.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/DlibFaceLandmarkDetector/HEAD/Assets/DlibFaceLandmarkDetector/Examples/WebCamTextureExample/WebCamTextureExample.cs -------------------------------------------------------------------------------- /Assets/DlibFaceLandmarkDetector/Examples/WebCamTextureExample/WebCamTextureExample.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/DlibFaceLandmarkDetector/HEAD/Assets/DlibFaceLandmarkDetector/Examples/WebCamTextureExample/WebCamTextureExample.cs.meta -------------------------------------------------------------------------------- /Assets/DlibFaceLandmarkDetector/Examples/WebCamTextureExample/WebCamTextureExample.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/DlibFaceLandmarkDetector/HEAD/Assets/DlibFaceLandmarkDetector/Examples/WebCamTextureExample/WebCamTextureExample.unity -------------------------------------------------------------------------------- /Assets/DlibFaceLandmarkDetector/Examples/WebCamTextureExample/WebCamTextureExample.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/DlibFaceLandmarkDetector/HEAD/Assets/DlibFaceLandmarkDetector/Examples/WebCamTextureExample/WebCamTextureExample.unity.meta -------------------------------------------------------------------------------- /Assets/DlibFaceLandmarkDetector/Examples/link.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/DlibFaceLandmarkDetector/HEAD/Assets/DlibFaceLandmarkDetector/Examples/link.xml -------------------------------------------------------------------------------- /Assets/DlibFaceLandmarkDetector/Examples/link.xml.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/DlibFaceLandmarkDetector/HEAD/Assets/DlibFaceLandmarkDetector/Examples/link.xml.meta -------------------------------------------------------------------------------- /Assets/DlibFaceLandmarkDetector/Notices.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/DlibFaceLandmarkDetector/HEAD/Assets/DlibFaceLandmarkDetector/Notices.txt -------------------------------------------------------------------------------- /Assets/DlibFaceLandmarkDetector/Notices.txt.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/DlibFaceLandmarkDetector/HEAD/Assets/DlibFaceLandmarkDetector/Notices.txt.meta -------------------------------------------------------------------------------- /Assets/DlibFaceLandmarkDetector/ReadMe.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/DlibFaceLandmarkDetector/HEAD/Assets/DlibFaceLandmarkDetector/ReadMe.pdf -------------------------------------------------------------------------------- /Assets/DlibFaceLandmarkDetector/ReadMe.pdf.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/DlibFaceLandmarkDetector/HEAD/Assets/DlibFaceLandmarkDetector/ReadMe.pdf.meta -------------------------------------------------------------------------------- /Assets/DlibFaceLandmarkDetectorWithOpenCVExample.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/DlibFaceLandmarkDetector/HEAD/Assets/DlibFaceLandmarkDetectorWithOpenCVExample.meta -------------------------------------------------------------------------------- /Assets/DlibFaceLandmarkDetectorWithOpenCVExample/ARHeadExample.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/DlibFaceLandmarkDetector/HEAD/Assets/DlibFaceLandmarkDetectorWithOpenCVExample/ARHeadExample.meta -------------------------------------------------------------------------------- /Assets/DlibFaceLandmarkDetectorWithOpenCVExample/ARHeadExample/AR.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/DlibFaceLandmarkDetector/HEAD/Assets/DlibFaceLandmarkDetectorWithOpenCVExample/ARHeadExample/AR.meta -------------------------------------------------------------------------------- /Assets/DlibFaceLandmarkDetectorWithOpenCVExample/ARHeadExample/AR/EyeLaser.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/DlibFaceLandmarkDetector/HEAD/Assets/DlibFaceLandmarkDetectorWithOpenCVExample/ARHeadExample/AR/EyeLaser.meta -------------------------------------------------------------------------------- /Assets/DlibFaceLandmarkDetectorWithOpenCVExample/ARHeadExample/AR/EyeLaser/Materials.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/DlibFaceLandmarkDetector/HEAD/Assets/DlibFaceLandmarkDetectorWithOpenCVExample/ARHeadExample/AR/EyeLaser/Materials.meta -------------------------------------------------------------------------------- /Assets/DlibFaceLandmarkDetectorWithOpenCVExample/ARHeadExample/AR/EyeLaser/Materials/eff_glitter_2.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/DlibFaceLandmarkDetector/HEAD/Assets/DlibFaceLandmarkDetectorWithOpenCVExample/ARHeadExample/AR/EyeLaser/Materials/eff_glitter_2.mat -------------------------------------------------------------------------------- /Assets/DlibFaceLandmarkDetectorWithOpenCVExample/ARHeadExample/AR/EyeLaser/Materials/eff_glitter_2.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/DlibFaceLandmarkDetector/HEAD/Assets/DlibFaceLandmarkDetectorWithOpenCVExample/ARHeadExample/AR/EyeLaser/Materials/eff_glitter_2.mat.meta -------------------------------------------------------------------------------- /Assets/DlibFaceLandmarkDetectorWithOpenCVExample/ARHeadExample/AR/EyeLaser/Materials/eff_par_1.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/DlibFaceLandmarkDetector/HEAD/Assets/DlibFaceLandmarkDetectorWithOpenCVExample/ARHeadExample/AR/EyeLaser/Materials/eff_par_1.mat -------------------------------------------------------------------------------- /Assets/DlibFaceLandmarkDetectorWithOpenCVExample/ARHeadExample/AR/EyeLaser/Materials/eff_par_1.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/DlibFaceLandmarkDetector/HEAD/Assets/DlibFaceLandmarkDetectorWithOpenCVExample/ARHeadExample/AR/EyeLaser/Materials/eff_par_1.mat.meta -------------------------------------------------------------------------------- /Assets/DlibFaceLandmarkDetectorWithOpenCVExample/ARHeadExample/AR/EyeLaser/Materials/eff_smoke_2.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/DlibFaceLandmarkDetector/HEAD/Assets/DlibFaceLandmarkDetectorWithOpenCVExample/ARHeadExample/AR/EyeLaser/Materials/eff_smoke_2.mat -------------------------------------------------------------------------------- /Assets/DlibFaceLandmarkDetectorWithOpenCVExample/ARHeadExample/AR/EyeLaser/Materials/eff_smoke_2.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/DlibFaceLandmarkDetector/HEAD/Assets/DlibFaceLandmarkDetectorWithOpenCVExample/ARHeadExample/AR/EyeLaser/Materials/eff_smoke_2.mat.meta -------------------------------------------------------------------------------- /Assets/DlibFaceLandmarkDetectorWithOpenCVExample/ARHeadExample/AR/EyeLaser/Prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/DlibFaceLandmarkDetector/HEAD/Assets/DlibFaceLandmarkDetectorWithOpenCVExample/ARHeadExample/AR/EyeLaser/Prefab.meta -------------------------------------------------------------------------------- /Assets/DlibFaceLandmarkDetectorWithOpenCVExample/ARHeadExample/AR/EyeLaser/Prefab/Eff_Laser_2.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/DlibFaceLandmarkDetector/HEAD/Assets/DlibFaceLandmarkDetectorWithOpenCVExample/ARHeadExample/AR/EyeLaser/Prefab/Eff_Laser_2.prefab -------------------------------------------------------------------------------- /Assets/DlibFaceLandmarkDetectorWithOpenCVExample/ARHeadExample/AR/EyeLaser/Prefab/Eff_Laser_2.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/DlibFaceLandmarkDetector/HEAD/Assets/DlibFaceLandmarkDetectorWithOpenCVExample/ARHeadExample/AR/EyeLaser/Prefab/Eff_Laser_2.prefab.meta -------------------------------------------------------------------------------- /Assets/DlibFaceLandmarkDetectorWithOpenCVExample/ARHeadExample/AR/EyeLaser/Textures.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/DlibFaceLandmarkDetector/HEAD/Assets/DlibFaceLandmarkDetectorWithOpenCVExample/ARHeadExample/AR/EyeLaser/Textures.meta -------------------------------------------------------------------------------- /Assets/DlibFaceLandmarkDetectorWithOpenCVExample/ARHeadExample/AR/EyeLaser/Textures/Eff_Glitter2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/DlibFaceLandmarkDetector/HEAD/Assets/DlibFaceLandmarkDetectorWithOpenCVExample/ARHeadExample/AR/EyeLaser/Textures/Eff_Glitter2.png -------------------------------------------------------------------------------- /Assets/DlibFaceLandmarkDetectorWithOpenCVExample/ARHeadExample/AR/EyeLaser/Textures/Eff_Glitter2.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/DlibFaceLandmarkDetector/HEAD/Assets/DlibFaceLandmarkDetectorWithOpenCVExample/ARHeadExample/AR/EyeLaser/Textures/Eff_Glitter2.png.meta -------------------------------------------------------------------------------- /Assets/DlibFaceLandmarkDetectorWithOpenCVExample/ARHeadExample/AR/EyeLaser/Textures/Eff_smoke_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/DlibFaceLandmarkDetector/HEAD/Assets/DlibFaceLandmarkDetectorWithOpenCVExample/ARHeadExample/AR/EyeLaser/Textures/Eff_smoke_1.png -------------------------------------------------------------------------------- /Assets/DlibFaceLandmarkDetectorWithOpenCVExample/ARHeadExample/AR/EyeLaser/Textures/Eff_smoke_1.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/DlibFaceLandmarkDetector/HEAD/Assets/DlibFaceLandmarkDetectorWithOpenCVExample/ARHeadExample/AR/EyeLaser/Textures/Eff_smoke_1.png.meta -------------------------------------------------------------------------------- /Assets/DlibFaceLandmarkDetectorWithOpenCVExample/ARHeadExample/AR/EyeLaser/Textures/eff_par_1.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/DlibFaceLandmarkDetector/HEAD/Assets/DlibFaceLandmarkDetectorWithOpenCVExample/ARHeadExample/AR/EyeLaser/Textures/eff_par_1.tga -------------------------------------------------------------------------------- /Assets/DlibFaceLandmarkDetectorWithOpenCVExample/ARHeadExample/AR/EyeLaser/Textures/eff_par_1.tga.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/DlibFaceLandmarkDetector/HEAD/Assets/DlibFaceLandmarkDetectorWithOpenCVExample/ARHeadExample/AR/EyeLaser/Textures/eff_par_1.tga.meta -------------------------------------------------------------------------------- /Assets/DlibFaceLandmarkDetectorWithOpenCVExample/ARHeadExample/AR/Materials.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/DlibFaceLandmarkDetector/HEAD/Assets/DlibFaceLandmarkDetectorWithOpenCVExample/ARHeadExample/AR/Materials.meta -------------------------------------------------------------------------------- /Assets/DlibFaceLandmarkDetectorWithOpenCVExample/ARHeadExample/AR/Materials/InfoPlate_Built-in.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/DlibFaceLandmarkDetector/HEAD/Assets/DlibFaceLandmarkDetectorWithOpenCVExample/ARHeadExample/AR/Materials/InfoPlate_Built-in.mat -------------------------------------------------------------------------------- /Assets/DlibFaceLandmarkDetectorWithOpenCVExample/ARHeadExample/AR/Materials/InfoPlate_Built-in.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/DlibFaceLandmarkDetector/HEAD/Assets/DlibFaceLandmarkDetectorWithOpenCVExample/ARHeadExample/AR/Materials/InfoPlate_Built-in.mat.meta -------------------------------------------------------------------------------- /Assets/DlibFaceLandmarkDetectorWithOpenCVExample/ARHeadExample/AR/Materials/InfoPlate_SRP.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/DlibFaceLandmarkDetector/HEAD/Assets/DlibFaceLandmarkDetectorWithOpenCVExample/ARHeadExample/AR/Materials/InfoPlate_SRP.mat -------------------------------------------------------------------------------- /Assets/DlibFaceLandmarkDetectorWithOpenCVExample/ARHeadExample/AR/Materials/InfoPlate_SRP.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/DlibFaceLandmarkDetector/HEAD/Assets/DlibFaceLandmarkDetectorWithOpenCVExample/ARHeadExample/AR/Materials/InfoPlate_SRP.mat.meta -------------------------------------------------------------------------------- /Assets/DlibFaceLandmarkDetectorWithOpenCVExample/ARHeadExample/AR/Materials/axes_x_material_Built-in.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/DlibFaceLandmarkDetector/HEAD/Assets/DlibFaceLandmarkDetectorWithOpenCVExample/ARHeadExample/AR/Materials/axes_x_material_Built-in.mat -------------------------------------------------------------------------------- /Assets/DlibFaceLandmarkDetectorWithOpenCVExample/ARHeadExample/AR/Materials/axes_x_material_Built-in.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/DlibFaceLandmarkDetector/HEAD/Assets/DlibFaceLandmarkDetectorWithOpenCVExample/ARHeadExample/AR/Materials/axes_x_material_Built-in.mat.meta -------------------------------------------------------------------------------- /Assets/DlibFaceLandmarkDetectorWithOpenCVExample/ARHeadExample/AR/Materials/axes_x_material_SRP.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/DlibFaceLandmarkDetector/HEAD/Assets/DlibFaceLandmarkDetectorWithOpenCVExample/ARHeadExample/AR/Materials/axes_x_material_SRP.mat -------------------------------------------------------------------------------- /Assets/DlibFaceLandmarkDetectorWithOpenCVExample/ARHeadExample/AR/Materials/axes_x_material_SRP.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/DlibFaceLandmarkDetector/HEAD/Assets/DlibFaceLandmarkDetectorWithOpenCVExample/ARHeadExample/AR/Materials/axes_x_material_SRP.mat.meta -------------------------------------------------------------------------------- /Assets/DlibFaceLandmarkDetectorWithOpenCVExample/ARHeadExample/AR/Materials/axes_y_material_Built-in.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/DlibFaceLandmarkDetector/HEAD/Assets/DlibFaceLandmarkDetectorWithOpenCVExample/ARHeadExample/AR/Materials/axes_y_material_Built-in.mat -------------------------------------------------------------------------------- /Assets/DlibFaceLandmarkDetectorWithOpenCVExample/ARHeadExample/AR/Materials/axes_y_material_Built-in.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/DlibFaceLandmarkDetector/HEAD/Assets/DlibFaceLandmarkDetectorWithOpenCVExample/ARHeadExample/AR/Materials/axes_y_material_Built-in.mat.meta -------------------------------------------------------------------------------- /Assets/DlibFaceLandmarkDetectorWithOpenCVExample/ARHeadExample/AR/Materials/axes_y_material_SRP.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/DlibFaceLandmarkDetector/HEAD/Assets/DlibFaceLandmarkDetectorWithOpenCVExample/ARHeadExample/AR/Materials/axes_y_material_SRP.mat -------------------------------------------------------------------------------- /Assets/DlibFaceLandmarkDetectorWithOpenCVExample/ARHeadExample/AR/Materials/axes_y_material_SRP.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/DlibFaceLandmarkDetector/HEAD/Assets/DlibFaceLandmarkDetectorWithOpenCVExample/ARHeadExample/AR/Materials/axes_y_material_SRP.mat.meta -------------------------------------------------------------------------------- /Assets/DlibFaceLandmarkDetectorWithOpenCVExample/ARHeadExample/AR/Materials/axes_z_material_Built-in.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/DlibFaceLandmarkDetector/HEAD/Assets/DlibFaceLandmarkDetectorWithOpenCVExample/ARHeadExample/AR/Materials/axes_z_material_Built-in.mat -------------------------------------------------------------------------------- /Assets/DlibFaceLandmarkDetectorWithOpenCVExample/ARHeadExample/AR/Materials/axes_z_material_Built-in.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/DlibFaceLandmarkDetector/HEAD/Assets/DlibFaceLandmarkDetectorWithOpenCVExample/ARHeadExample/AR/Materials/axes_z_material_Built-in.mat.meta -------------------------------------------------------------------------------- /Assets/DlibFaceLandmarkDetectorWithOpenCVExample/ARHeadExample/AR/Materials/axes_z_material_SRP.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/DlibFaceLandmarkDetector/HEAD/Assets/DlibFaceLandmarkDetectorWithOpenCVExample/ARHeadExample/AR/Materials/axes_z_material_SRP.mat -------------------------------------------------------------------------------- /Assets/DlibFaceLandmarkDetectorWithOpenCVExample/ARHeadExample/AR/Materials/axes_z_material_SRP.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/DlibFaceLandmarkDetector/HEAD/Assets/DlibFaceLandmarkDetectorWithOpenCVExample/ARHeadExample/AR/Materials/axes_z_material_SRP.mat.meta -------------------------------------------------------------------------------- /Assets/DlibFaceLandmarkDetectorWithOpenCVExample/ARHeadExample/AR/Materials/head_material_Built-in.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/DlibFaceLandmarkDetector/HEAD/Assets/DlibFaceLandmarkDetectorWithOpenCVExample/ARHeadExample/AR/Materials/head_material_Built-in.mat -------------------------------------------------------------------------------- /Assets/DlibFaceLandmarkDetectorWithOpenCVExample/ARHeadExample/AR/Materials/head_material_Built-in.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/DlibFaceLandmarkDetector/HEAD/Assets/DlibFaceLandmarkDetectorWithOpenCVExample/ARHeadExample/AR/Materials/head_material_Built-in.mat.meta -------------------------------------------------------------------------------- /Assets/DlibFaceLandmarkDetectorWithOpenCVExample/ARHeadExample/AR/Materials/head_material_SRP.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/DlibFaceLandmarkDetector/HEAD/Assets/DlibFaceLandmarkDetectorWithOpenCVExample/ARHeadExample/AR/Materials/head_material_SRP.mat -------------------------------------------------------------------------------- /Assets/DlibFaceLandmarkDetectorWithOpenCVExample/ARHeadExample/AR/Materials/head_material_SRP.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/DlibFaceLandmarkDetector/HEAD/Assets/DlibFaceLandmarkDetectorWithOpenCVExample/ARHeadExample/AR/Materials/head_material_SRP.mat.meta -------------------------------------------------------------------------------- /Assets/DlibFaceLandmarkDetectorWithOpenCVExample/ARHeadExample/AR/Materials/quad_material.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/DlibFaceLandmarkDetector/HEAD/Assets/DlibFaceLandmarkDetectorWithOpenCVExample/ARHeadExample/AR/Materials/quad_material.mat -------------------------------------------------------------------------------- /Assets/DlibFaceLandmarkDetectorWithOpenCVExample/ARHeadExample/AR/Materials/quad_material.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/DlibFaceLandmarkDetector/HEAD/Assets/DlibFaceLandmarkDetectorWithOpenCVExample/ARHeadExample/AR/Materials/quad_material.mat.meta -------------------------------------------------------------------------------- /Assets/DlibFaceLandmarkDetectorWithOpenCVExample/ARHeadExample/AR/MouthLaser.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/DlibFaceLandmarkDetector/HEAD/Assets/DlibFaceLandmarkDetectorWithOpenCVExample/ARHeadExample/AR/MouthLaser.meta -------------------------------------------------------------------------------- /Assets/DlibFaceLandmarkDetectorWithOpenCVExample/ARHeadExample/AR/MouthLaser/Materials.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/DlibFaceLandmarkDetector/HEAD/Assets/DlibFaceLandmarkDetectorWithOpenCVExample/ARHeadExample/AR/MouthLaser/Materials.meta -------------------------------------------------------------------------------- /Assets/DlibFaceLandmarkDetectorWithOpenCVExample/ARHeadExample/AR/MouthLaser/Materials/eff_heart_1.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/DlibFaceLandmarkDetector/HEAD/Assets/DlibFaceLandmarkDetectorWithOpenCVExample/ARHeadExample/AR/MouthLaser/Materials/eff_heart_1.mat -------------------------------------------------------------------------------- /Assets/DlibFaceLandmarkDetectorWithOpenCVExample/ARHeadExample/AR/MouthLaser/Materials/eff_heart_1.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/DlibFaceLandmarkDetector/HEAD/Assets/DlibFaceLandmarkDetectorWithOpenCVExample/ARHeadExample/AR/MouthLaser/Materials/eff_heart_1.mat.meta -------------------------------------------------------------------------------- /Assets/DlibFaceLandmarkDetectorWithOpenCVExample/ARHeadExample/AR/MouthLaser/Prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/DlibFaceLandmarkDetector/HEAD/Assets/DlibFaceLandmarkDetectorWithOpenCVExample/ARHeadExample/AR/MouthLaser/Prefab.meta -------------------------------------------------------------------------------- /Assets/DlibFaceLandmarkDetectorWithOpenCVExample/ARHeadExample/AR/MouthLaser/Prefab/Eff_Laser_5.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/DlibFaceLandmarkDetector/HEAD/Assets/DlibFaceLandmarkDetectorWithOpenCVExample/ARHeadExample/AR/MouthLaser/Prefab/Eff_Laser_5.prefab -------------------------------------------------------------------------------- /Assets/DlibFaceLandmarkDetectorWithOpenCVExample/ARHeadExample/AR/MouthLaser/Prefab/Eff_Laser_5.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/DlibFaceLandmarkDetector/HEAD/Assets/DlibFaceLandmarkDetectorWithOpenCVExample/ARHeadExample/AR/MouthLaser/Prefab/Eff_Laser_5.prefab.meta -------------------------------------------------------------------------------- /Assets/DlibFaceLandmarkDetectorWithOpenCVExample/ARHeadExample/AR/MouthLaser/Textures.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/DlibFaceLandmarkDetector/HEAD/Assets/DlibFaceLandmarkDetectorWithOpenCVExample/ARHeadExample/AR/MouthLaser/Textures.meta -------------------------------------------------------------------------------- /Assets/DlibFaceLandmarkDetectorWithOpenCVExample/ARHeadExample/AR/MouthLaser/Textures/Eff_Heart_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/DlibFaceLandmarkDetector/HEAD/Assets/DlibFaceLandmarkDetectorWithOpenCVExample/ARHeadExample/AR/MouthLaser/Textures/Eff_Heart_1.png -------------------------------------------------------------------------------- /Assets/DlibFaceLandmarkDetectorWithOpenCVExample/ARHeadExample/AR/MouthLaser/Textures/Eff_Heart_1.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/DlibFaceLandmarkDetector/HEAD/Assets/DlibFaceLandmarkDetectorWithOpenCVExample/ARHeadExample/AR/MouthLaser/Textures/Eff_Heart_1.png.meta -------------------------------------------------------------------------------- /Assets/DlibFaceLandmarkDetectorWithOpenCVExample/ARHeadExample/AR/Prefabs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/DlibFaceLandmarkDetector/HEAD/Assets/DlibFaceLandmarkDetectorWithOpenCVExample/ARHeadExample/AR/Prefabs.meta -------------------------------------------------------------------------------- /Assets/DlibFaceLandmarkDetectorWithOpenCVExample/ARHeadExample/AR/Prefabs/ARFace_Built-in.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/DlibFaceLandmarkDetector/HEAD/Assets/DlibFaceLandmarkDetectorWithOpenCVExample/ARHeadExample/AR/Prefabs/ARFace_Built-in.prefab -------------------------------------------------------------------------------- /Assets/DlibFaceLandmarkDetectorWithOpenCVExample/ARHeadExample/AR/Prefabs/ARFace_Built-in.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/DlibFaceLandmarkDetector/HEAD/Assets/DlibFaceLandmarkDetectorWithOpenCVExample/ARHeadExample/AR/Prefabs/ARFace_Built-in.prefab.meta -------------------------------------------------------------------------------- /Assets/DlibFaceLandmarkDetectorWithOpenCVExample/ARHeadExample/AR/Prefabs/ARFace_SRP.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/DlibFaceLandmarkDetector/HEAD/Assets/DlibFaceLandmarkDetectorWithOpenCVExample/ARHeadExample/AR/Prefabs/ARFace_SRP.prefab -------------------------------------------------------------------------------- /Assets/DlibFaceLandmarkDetectorWithOpenCVExample/ARHeadExample/AR/Prefabs/ARFace_SRP.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/DlibFaceLandmarkDetector/HEAD/Assets/DlibFaceLandmarkDetectorWithOpenCVExample/ARHeadExample/AR/Prefabs/ARFace_SRP.prefab.meta -------------------------------------------------------------------------------- /Assets/DlibFaceLandmarkDetectorWithOpenCVExample/ARHeadExample/AR/Prefabs/Axes_X.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/DlibFaceLandmarkDetector/HEAD/Assets/DlibFaceLandmarkDetectorWithOpenCVExample/ARHeadExample/AR/Prefabs/Axes_X.prefab -------------------------------------------------------------------------------- /Assets/DlibFaceLandmarkDetectorWithOpenCVExample/ARHeadExample/AR/Prefabs/Axes_X.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/DlibFaceLandmarkDetector/HEAD/Assets/DlibFaceLandmarkDetectorWithOpenCVExample/ARHeadExample/AR/Prefabs/Axes_X.prefab.meta -------------------------------------------------------------------------------- /Assets/DlibFaceLandmarkDetectorWithOpenCVExample/ARHeadExample/AR/Prefabs/Axes_Y.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/DlibFaceLandmarkDetector/HEAD/Assets/DlibFaceLandmarkDetectorWithOpenCVExample/ARHeadExample/AR/Prefabs/Axes_Y.prefab -------------------------------------------------------------------------------- /Assets/DlibFaceLandmarkDetectorWithOpenCVExample/ARHeadExample/AR/Prefabs/Axes_Y.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/DlibFaceLandmarkDetector/HEAD/Assets/DlibFaceLandmarkDetectorWithOpenCVExample/ARHeadExample/AR/Prefabs/Axes_Y.prefab.meta -------------------------------------------------------------------------------- /Assets/DlibFaceLandmarkDetectorWithOpenCVExample/ARHeadExample/AR/Prefabs/Axes_Z.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/DlibFaceLandmarkDetector/HEAD/Assets/DlibFaceLandmarkDetectorWithOpenCVExample/ARHeadExample/AR/Prefabs/Axes_Z.prefab -------------------------------------------------------------------------------- /Assets/DlibFaceLandmarkDetectorWithOpenCVExample/ARHeadExample/AR/Prefabs/Axes_Z.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/DlibFaceLandmarkDetector/HEAD/Assets/DlibFaceLandmarkDetectorWithOpenCVExample/ARHeadExample/AR/Prefabs/Axes_Z.prefab.meta -------------------------------------------------------------------------------- /Assets/DlibFaceLandmarkDetectorWithOpenCVExample/ARHeadExample/AR/Prefabs/Materials.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/DlibFaceLandmarkDetector/HEAD/Assets/DlibFaceLandmarkDetectorWithOpenCVExample/ARHeadExample/AR/Prefabs/Materials.meta -------------------------------------------------------------------------------- /Assets/DlibFaceLandmarkDetectorWithOpenCVExample/ARHeadExample/AR/Prefabs/Materials/unnamed.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/DlibFaceLandmarkDetector/HEAD/Assets/DlibFaceLandmarkDetectorWithOpenCVExample/ARHeadExample/AR/Prefabs/Materials/unnamed.mat -------------------------------------------------------------------------------- /Assets/DlibFaceLandmarkDetectorWithOpenCVExample/ARHeadExample/AR/Prefabs/Materials/unnamed.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/DlibFaceLandmarkDetector/HEAD/Assets/DlibFaceLandmarkDetectorWithOpenCVExample/ARHeadExample/AR/Prefabs/Materials/unnamed.mat.meta -------------------------------------------------------------------------------- /Assets/DlibFaceLandmarkDetectorWithOpenCVExample/ARHeadExample/AR/Prefabs/human_male.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/DlibFaceLandmarkDetector/HEAD/Assets/DlibFaceLandmarkDetectorWithOpenCVExample/ARHeadExample/AR/Prefabs/human_male.fbx -------------------------------------------------------------------------------- /Assets/DlibFaceLandmarkDetectorWithOpenCVExample/ARHeadExample/AR/Prefabs/human_male.fbx.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/DlibFaceLandmarkDetector/HEAD/Assets/DlibFaceLandmarkDetectorWithOpenCVExample/ARHeadExample/AR/Prefabs/human_male.fbx.meta -------------------------------------------------------------------------------- /Assets/DlibFaceLandmarkDetectorWithOpenCVExample/ARHeadExample/AR/Scripts.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/DlibFaceLandmarkDetector/HEAD/Assets/DlibFaceLandmarkDetectorWithOpenCVExample/ARHeadExample/AR/Scripts.meta -------------------------------------------------------------------------------- /Assets/DlibFaceLandmarkDetectorWithOpenCVExample/ARHeadExample/AR/Scripts/ARFace.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/DlibFaceLandmarkDetector/HEAD/Assets/DlibFaceLandmarkDetectorWithOpenCVExample/ARHeadExample/AR/Scripts/ARFace.cs -------------------------------------------------------------------------------- /Assets/DlibFaceLandmarkDetectorWithOpenCVExample/ARHeadExample/AR/Scripts/ARFace.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/DlibFaceLandmarkDetector/HEAD/Assets/DlibFaceLandmarkDetectorWithOpenCVExample/ARHeadExample/AR/Scripts/ARFace.cs.meta -------------------------------------------------------------------------------- /Assets/DlibFaceLandmarkDetectorWithOpenCVExample/ARHeadExample/MultiSourceARHeadExample.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/DlibFaceLandmarkDetector/HEAD/Assets/DlibFaceLandmarkDetectorWithOpenCVExample/ARHeadExample/MultiSourceARHeadExample.cs -------------------------------------------------------------------------------- /Assets/DlibFaceLandmarkDetectorWithOpenCVExample/ARHeadExample/MultiSourceARHeadExample.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/DlibFaceLandmarkDetector/HEAD/Assets/DlibFaceLandmarkDetectorWithOpenCVExample/ARHeadExample/MultiSourceARHeadExample.cs.meta -------------------------------------------------------------------------------- /Assets/DlibFaceLandmarkDetectorWithOpenCVExample/ARHeadExample/RectangleTracker.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/DlibFaceLandmarkDetector/HEAD/Assets/DlibFaceLandmarkDetectorWithOpenCVExample/ARHeadExample/RectangleTracker.meta -------------------------------------------------------------------------------- /Assets/DlibFaceLandmarkDetectorWithOpenCVExample/ARHeadExample/RectangleTracker/Scripts.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/DlibFaceLandmarkDetector/HEAD/Assets/DlibFaceLandmarkDetectorWithOpenCVExample/ARHeadExample/RectangleTracker/Scripts.meta -------------------------------------------------------------------------------- /Assets/DlibFaceLandmarkDetectorWithOpenCVExample/ARHeadExample/RectangleTracker/Scripts/RectangleTracker.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/DlibFaceLandmarkDetector/HEAD/Assets/DlibFaceLandmarkDetectorWithOpenCVExample/ARHeadExample/RectangleTracker/Scripts/RectangleTracker.cs -------------------------------------------------------------------------------- /Assets/DlibFaceLandmarkDetectorWithOpenCVExample/ARHeadExample/RectangleTracker/Scripts/RectangleTracker.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/DlibFaceLandmarkDetector/HEAD/Assets/DlibFaceLandmarkDetectorWithOpenCVExample/ARHeadExample/RectangleTracker/Scripts/RectangleTracker.cs.meta -------------------------------------------------------------------------------- /Assets/DlibFaceLandmarkDetectorWithOpenCVExample/ARHeadExample/RectangleTracker/Scripts/TrackedObject.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/DlibFaceLandmarkDetector/HEAD/Assets/DlibFaceLandmarkDetectorWithOpenCVExample/ARHeadExample/RectangleTracker/Scripts/TrackedObject.cs -------------------------------------------------------------------------------- /Assets/DlibFaceLandmarkDetectorWithOpenCVExample/ARHeadExample/RectangleTracker/Scripts/TrackedObject.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/DlibFaceLandmarkDetector/HEAD/Assets/DlibFaceLandmarkDetectorWithOpenCVExample/ARHeadExample/RectangleTracker/Scripts/TrackedObject.cs.meta -------------------------------------------------------------------------------- /Assets/DlibFaceLandmarkDetectorWithOpenCVExample/ARHeadExample/RectangleTracker/Scripts/TrackedRect.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/DlibFaceLandmarkDetector/HEAD/Assets/DlibFaceLandmarkDetectorWithOpenCVExample/ARHeadExample/RectangleTracker/Scripts/TrackedRect.cs -------------------------------------------------------------------------------- /Assets/DlibFaceLandmarkDetectorWithOpenCVExample/ARHeadExample/RectangleTracker/Scripts/TrackedRect.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/DlibFaceLandmarkDetector/HEAD/Assets/DlibFaceLandmarkDetectorWithOpenCVExample/ARHeadExample/RectangleTracker/Scripts/TrackedRect.cs.meta -------------------------------------------------------------------------------- /Assets/DlibFaceLandmarkDetectorWithOpenCVExample/ARHeadExample/RectangleTracker/Scripts/TrackerParameters.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/DlibFaceLandmarkDetector/HEAD/Assets/DlibFaceLandmarkDetectorWithOpenCVExample/ARHeadExample/RectangleTracker/Scripts/TrackerParameters.cs -------------------------------------------------------------------------------- /Assets/DlibFaceLandmarkDetectorWithOpenCVExample/ARHeadExample/RectangleTracker/Scripts/TrackerParameters.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/DlibFaceLandmarkDetector/HEAD/Assets/DlibFaceLandmarkDetectorWithOpenCVExample/ARHeadExample/RectangleTracker/Scripts/TrackerParameters.cs.meta -------------------------------------------------------------------------------- /Assets/DlibFaceLandmarkDetectorWithOpenCVExample/ARHeadExample/VideoCaptureARHeadExample_Built-in.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/DlibFaceLandmarkDetector/HEAD/Assets/DlibFaceLandmarkDetectorWithOpenCVExample/ARHeadExample/VideoCaptureARHeadExample_Built-in.unity -------------------------------------------------------------------------------- /Assets/DlibFaceLandmarkDetectorWithOpenCVExample/ARHeadExample/VideoCaptureARHeadExample_Built-in.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/DlibFaceLandmarkDetector/HEAD/Assets/DlibFaceLandmarkDetectorWithOpenCVExample/ARHeadExample/VideoCaptureARHeadExample_Built-in.unity.meta -------------------------------------------------------------------------------- /Assets/DlibFaceLandmarkDetectorWithOpenCVExample/ARHeadExample/VideoCaptureARHeadExample_SRP.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/DlibFaceLandmarkDetector/HEAD/Assets/DlibFaceLandmarkDetectorWithOpenCVExample/ARHeadExample/VideoCaptureARHeadExample_SRP.unity -------------------------------------------------------------------------------- /Assets/DlibFaceLandmarkDetectorWithOpenCVExample/ARHeadExample/VideoCaptureARHeadExample_SRP.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/DlibFaceLandmarkDetector/HEAD/Assets/DlibFaceLandmarkDetectorWithOpenCVExample/ARHeadExample/VideoCaptureARHeadExample_SRP.unity.meta -------------------------------------------------------------------------------- /Assets/DlibFaceLandmarkDetectorWithOpenCVExample/ARHeadExample/WebCamTextureARHeadExample_Built-in.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/DlibFaceLandmarkDetector/HEAD/Assets/DlibFaceLandmarkDetectorWithOpenCVExample/ARHeadExample/WebCamTextureARHeadExample_Built-in.unity -------------------------------------------------------------------------------- /Assets/DlibFaceLandmarkDetectorWithOpenCVExample/ARHeadExample/WebCamTextureARHeadExample_Built-in.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/DlibFaceLandmarkDetector/HEAD/Assets/DlibFaceLandmarkDetectorWithOpenCVExample/ARHeadExample/WebCamTextureARHeadExample_Built-in.unity.meta -------------------------------------------------------------------------------- /Assets/DlibFaceLandmarkDetectorWithOpenCVExample/ARHeadExample/WebCamTextureARHeadExample_SRP.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/DlibFaceLandmarkDetector/HEAD/Assets/DlibFaceLandmarkDetectorWithOpenCVExample/ARHeadExample/WebCamTextureARHeadExample_SRP.unity -------------------------------------------------------------------------------- /Assets/DlibFaceLandmarkDetectorWithOpenCVExample/ARHeadExample/WebCamTextureARHeadExample_SRP.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/DlibFaceLandmarkDetector/HEAD/Assets/DlibFaceLandmarkDetectorWithOpenCVExample/ARHeadExample/WebCamTextureARHeadExample_SRP.unity.meta -------------------------------------------------------------------------------- /Assets/DlibFaceLandmarkDetectorWithOpenCVExample/EnoxSoftware.DlibFaceLandmarkDetectorWithOpenCVExample.asmdef: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/DlibFaceLandmarkDetector/HEAD/Assets/DlibFaceLandmarkDetectorWithOpenCVExample/EnoxSoftware.DlibFaceLandmarkDetectorWithOpenCVExample.asmdef -------------------------------------------------------------------------------- /Assets/DlibFaceLandmarkDetectorWithOpenCVExample/EnoxSoftware.DlibFaceLandmarkDetectorWithOpenCVExample.asmdef.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/DlibFaceLandmarkDetector/HEAD/Assets/DlibFaceLandmarkDetectorWithOpenCVExample/EnoxSoftware.DlibFaceLandmarkDetectorWithOpenCVExample.asmdef.meta -------------------------------------------------------------------------------- /Assets/DlibFaceLandmarkDetectorWithOpenCVExample/ExampleMaterial.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/DlibFaceLandmarkDetector/HEAD/Assets/DlibFaceLandmarkDetectorWithOpenCVExample/ExampleMaterial.mat -------------------------------------------------------------------------------- /Assets/DlibFaceLandmarkDetectorWithOpenCVExample/ExampleMaterial.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/DlibFaceLandmarkDetector/HEAD/Assets/DlibFaceLandmarkDetectorWithOpenCVExample/ExampleMaterial.mat.meta -------------------------------------------------------------------------------- /Assets/DlibFaceLandmarkDetectorWithOpenCVExample/FrameOptimizationExample.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/DlibFaceLandmarkDetector/HEAD/Assets/DlibFaceLandmarkDetectorWithOpenCVExample/FrameOptimizationExample.meta -------------------------------------------------------------------------------- /Assets/DlibFaceLandmarkDetectorWithOpenCVExample/FrameOptimizationExample/FrameOptimizationExample.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/DlibFaceLandmarkDetector/HEAD/Assets/DlibFaceLandmarkDetectorWithOpenCVExample/FrameOptimizationExample/FrameOptimizationExample.cs -------------------------------------------------------------------------------- /Assets/DlibFaceLandmarkDetectorWithOpenCVExample/FrameOptimizationExample/FrameOptimizationExample.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/DlibFaceLandmarkDetector/HEAD/Assets/DlibFaceLandmarkDetectorWithOpenCVExample/FrameOptimizationExample/FrameOptimizationExample.cs.meta -------------------------------------------------------------------------------- /Assets/DlibFaceLandmarkDetectorWithOpenCVExample/FrameOptimizationExample/FrameOptimizationExample.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/DlibFaceLandmarkDetector/HEAD/Assets/DlibFaceLandmarkDetectorWithOpenCVExample/FrameOptimizationExample/FrameOptimizationExample.unity -------------------------------------------------------------------------------- /Assets/DlibFaceLandmarkDetectorWithOpenCVExample/FrameOptimizationExample/FrameOptimizationExample.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/DlibFaceLandmarkDetector/HEAD/Assets/DlibFaceLandmarkDetectorWithOpenCVExample/FrameOptimizationExample/FrameOptimizationExample.unity.meta -------------------------------------------------------------------------------- /Assets/DlibFaceLandmarkDetectorWithOpenCVExample/LoadingIcon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/DlibFaceLandmarkDetector/HEAD/Assets/DlibFaceLandmarkDetectorWithOpenCVExample/LoadingIcon.png -------------------------------------------------------------------------------- /Assets/DlibFaceLandmarkDetectorWithOpenCVExample/LoadingIcon.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/DlibFaceLandmarkDetector/HEAD/Assets/DlibFaceLandmarkDetectorWithOpenCVExample/LoadingIcon.png.meta -------------------------------------------------------------------------------- /Assets/DlibFaceLandmarkDetectorWithOpenCVExample/MultiSource2MatHelperExample.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/DlibFaceLandmarkDetector/HEAD/Assets/DlibFaceLandmarkDetectorWithOpenCVExample/MultiSource2MatHelperExample.meta -------------------------------------------------------------------------------- /Assets/DlibFaceLandmarkDetectorWithOpenCVExample/MultiSource2MatHelperExample/MultiSource2MatHelperExample.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/DlibFaceLandmarkDetector/HEAD/Assets/DlibFaceLandmarkDetectorWithOpenCVExample/MultiSource2MatHelperExample/MultiSource2MatHelperExample.cs -------------------------------------------------------------------------------- /Assets/DlibFaceLandmarkDetectorWithOpenCVExample/MultiSource2MatHelperExample/MultiSource2MatHelperExample.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/DlibFaceLandmarkDetector/HEAD/Assets/DlibFaceLandmarkDetectorWithOpenCVExample/MultiSource2MatHelperExample/MultiSource2MatHelperExample.cs.meta -------------------------------------------------------------------------------- /Assets/DlibFaceLandmarkDetectorWithOpenCVExample/MultiSource2MatHelperExample/VideoCapture2MatHelperExample.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/DlibFaceLandmarkDetector/HEAD/Assets/DlibFaceLandmarkDetectorWithOpenCVExample/MultiSource2MatHelperExample/VideoCapture2MatHelperExample.unity -------------------------------------------------------------------------------- /Assets/DlibFaceLandmarkDetectorWithOpenCVExample/MultiSource2MatHelperExample/VideoCapture2MatHelperExample.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/DlibFaceLandmarkDetector/HEAD/Assets/DlibFaceLandmarkDetectorWithOpenCVExample/MultiSource2MatHelperExample/VideoCapture2MatHelperExample.unity.meta -------------------------------------------------------------------------------- /Assets/DlibFaceLandmarkDetectorWithOpenCVExample/MultiSource2MatHelperExample/WebCamTexture2MatHelperExample.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/DlibFaceLandmarkDetector/HEAD/Assets/DlibFaceLandmarkDetectorWithOpenCVExample/MultiSource2MatHelperExample/WebCamTexture2MatHelperExample.unity -------------------------------------------------------------------------------- /Assets/DlibFaceLandmarkDetectorWithOpenCVExample/MultiSource2MatHelperExample/WebCamTexture2MatHelperExample.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/DlibFaceLandmarkDetector/HEAD/Assets/DlibFaceLandmarkDetectorWithOpenCVExample/MultiSource2MatHelperExample/WebCamTexture2MatHelperExample.unity.meta -------------------------------------------------------------------------------- /Assets/DlibFaceLandmarkDetectorWithOpenCVExample/NoiseFilterExample.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/DlibFaceLandmarkDetector/HEAD/Assets/DlibFaceLandmarkDetectorWithOpenCVExample/NoiseFilterExample.meta -------------------------------------------------------------------------------- /Assets/DlibFaceLandmarkDetectorWithOpenCVExample/NoiseFilterExample/MultiSourceNoiseFilterExample.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/DlibFaceLandmarkDetector/HEAD/Assets/DlibFaceLandmarkDetectorWithOpenCVExample/NoiseFilterExample/MultiSourceNoiseFilterExample.cs -------------------------------------------------------------------------------- /Assets/DlibFaceLandmarkDetectorWithOpenCVExample/NoiseFilterExample/MultiSourceNoiseFilterExample.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/DlibFaceLandmarkDetector/HEAD/Assets/DlibFaceLandmarkDetectorWithOpenCVExample/NoiseFilterExample/MultiSourceNoiseFilterExample.cs.meta -------------------------------------------------------------------------------- /Assets/DlibFaceLandmarkDetectorWithOpenCVExample/NoiseFilterExample/NoiseFilter.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/DlibFaceLandmarkDetector/HEAD/Assets/DlibFaceLandmarkDetectorWithOpenCVExample/NoiseFilterExample/NoiseFilter.meta -------------------------------------------------------------------------------- /Assets/DlibFaceLandmarkDetectorWithOpenCVExample/NoiseFilterExample/NoiseFilter/KFPointsFilter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/DlibFaceLandmarkDetector/HEAD/Assets/DlibFaceLandmarkDetectorWithOpenCVExample/NoiseFilterExample/NoiseFilter/KFPointsFilter.cs -------------------------------------------------------------------------------- /Assets/DlibFaceLandmarkDetectorWithOpenCVExample/NoiseFilterExample/NoiseFilter/KFPointsFilter.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/DlibFaceLandmarkDetector/HEAD/Assets/DlibFaceLandmarkDetectorWithOpenCVExample/NoiseFilterExample/NoiseFilter/KFPointsFilter.cs.meta -------------------------------------------------------------------------------- /Assets/DlibFaceLandmarkDetectorWithOpenCVExample/NoiseFilterExample/NoiseFilter/LowPassPointsFilter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/DlibFaceLandmarkDetector/HEAD/Assets/DlibFaceLandmarkDetectorWithOpenCVExample/NoiseFilterExample/NoiseFilter/LowPassPointsFilter.cs -------------------------------------------------------------------------------- /Assets/DlibFaceLandmarkDetectorWithOpenCVExample/NoiseFilterExample/NoiseFilter/LowPassPointsFilter.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/DlibFaceLandmarkDetector/HEAD/Assets/DlibFaceLandmarkDetectorWithOpenCVExample/NoiseFilterExample/NoiseFilter/LowPassPointsFilter.cs.meta -------------------------------------------------------------------------------- /Assets/DlibFaceLandmarkDetectorWithOpenCVExample/NoiseFilterExample/NoiseFilter/OFPointsFilter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/DlibFaceLandmarkDetector/HEAD/Assets/DlibFaceLandmarkDetectorWithOpenCVExample/NoiseFilterExample/NoiseFilter/OFPointsFilter.cs -------------------------------------------------------------------------------- /Assets/DlibFaceLandmarkDetectorWithOpenCVExample/NoiseFilterExample/NoiseFilter/OFPointsFilter.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/DlibFaceLandmarkDetector/HEAD/Assets/DlibFaceLandmarkDetectorWithOpenCVExample/NoiseFilterExample/NoiseFilter/OFPointsFilter.cs.meta -------------------------------------------------------------------------------- /Assets/DlibFaceLandmarkDetectorWithOpenCVExample/NoiseFilterExample/NoiseFilter/PointsFilterBase.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/DlibFaceLandmarkDetector/HEAD/Assets/DlibFaceLandmarkDetectorWithOpenCVExample/NoiseFilterExample/NoiseFilter/PointsFilterBase.cs -------------------------------------------------------------------------------- /Assets/DlibFaceLandmarkDetectorWithOpenCVExample/NoiseFilterExample/NoiseFilter/PointsFilterBase.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/DlibFaceLandmarkDetector/HEAD/Assets/DlibFaceLandmarkDetectorWithOpenCVExample/NoiseFilterExample/NoiseFilter/PointsFilterBase.cs.meta -------------------------------------------------------------------------------- /Assets/DlibFaceLandmarkDetectorWithOpenCVExample/NoiseFilterExample/VideoCaptureNoiseFilterExample.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/DlibFaceLandmarkDetector/HEAD/Assets/DlibFaceLandmarkDetectorWithOpenCVExample/NoiseFilterExample/VideoCaptureNoiseFilterExample.unity -------------------------------------------------------------------------------- /Assets/DlibFaceLandmarkDetectorWithOpenCVExample/NoiseFilterExample/VideoCaptureNoiseFilterExample.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/DlibFaceLandmarkDetector/HEAD/Assets/DlibFaceLandmarkDetectorWithOpenCVExample/NoiseFilterExample/VideoCaptureNoiseFilterExample.unity.meta -------------------------------------------------------------------------------- /Assets/DlibFaceLandmarkDetectorWithOpenCVExample/NoiseFilterExample/WebCamTextureNoiseFilterExample.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/DlibFaceLandmarkDetector/HEAD/Assets/DlibFaceLandmarkDetectorWithOpenCVExample/NoiseFilterExample/WebCamTextureNoiseFilterExample.unity -------------------------------------------------------------------------------- /Assets/DlibFaceLandmarkDetectorWithOpenCVExample/NoiseFilterExample/WebCamTextureNoiseFilterExample.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/DlibFaceLandmarkDetector/HEAD/Assets/DlibFaceLandmarkDetectorWithOpenCVExample/NoiseFilterExample/WebCamTextureNoiseFilterExample.unity.meta -------------------------------------------------------------------------------- /Assets/DlibFaceLandmarkDetectorWithOpenCVExample/ShowLicense.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/DlibFaceLandmarkDetector/HEAD/Assets/DlibFaceLandmarkDetectorWithOpenCVExample/ShowLicense.cs -------------------------------------------------------------------------------- /Assets/DlibFaceLandmarkDetectorWithOpenCVExample/ShowLicense.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/DlibFaceLandmarkDetector/HEAD/Assets/DlibFaceLandmarkDetectorWithOpenCVExample/ShowLicense.cs.meta -------------------------------------------------------------------------------- /Assets/DlibFaceLandmarkDetectorWithOpenCVExample/ShowLicense.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/DlibFaceLandmarkDetector/HEAD/Assets/DlibFaceLandmarkDetectorWithOpenCVExample/ShowLicense.unity -------------------------------------------------------------------------------- /Assets/DlibFaceLandmarkDetectorWithOpenCVExample/ShowLicense.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/DlibFaceLandmarkDetector/HEAD/Assets/DlibFaceLandmarkDetectorWithOpenCVExample/ShowLicense.unity.meta -------------------------------------------------------------------------------- /Assets/DlibFaceLandmarkDetectorWithOpenCVExample/Texture2DToMatExample.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/DlibFaceLandmarkDetector/HEAD/Assets/DlibFaceLandmarkDetectorWithOpenCVExample/Texture2DToMatExample.meta -------------------------------------------------------------------------------- /Assets/DlibFaceLandmarkDetectorWithOpenCVExample/Texture2DToMatExample/Texture2DToMatExample.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/DlibFaceLandmarkDetector/HEAD/Assets/DlibFaceLandmarkDetectorWithOpenCVExample/Texture2DToMatExample/Texture2DToMatExample.cs -------------------------------------------------------------------------------- /Assets/DlibFaceLandmarkDetectorWithOpenCVExample/Texture2DToMatExample/Texture2DToMatExample.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/DlibFaceLandmarkDetector/HEAD/Assets/DlibFaceLandmarkDetectorWithOpenCVExample/Texture2DToMatExample/Texture2DToMatExample.cs.meta -------------------------------------------------------------------------------- /Assets/DlibFaceLandmarkDetectorWithOpenCVExample/Texture2DToMatExample/Texture2DToMatExample.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/DlibFaceLandmarkDetector/HEAD/Assets/DlibFaceLandmarkDetectorWithOpenCVExample/Texture2DToMatExample/Texture2DToMatExample.unity -------------------------------------------------------------------------------- /Assets/DlibFaceLandmarkDetectorWithOpenCVExample/Texture2DToMatExample/Texture2DToMatExample.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/DlibFaceLandmarkDetector/HEAD/Assets/DlibFaceLandmarkDetectorWithOpenCVExample/Texture2DToMatExample/Texture2DToMatExample.unity.meta -------------------------------------------------------------------------------- /Assets/DlibFaceLandmarkDetectorWithOpenCVExample/Utils.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/DlibFaceLandmarkDetector/HEAD/Assets/DlibFaceLandmarkDetectorWithOpenCVExample/Utils.meta -------------------------------------------------------------------------------- /Assets/DlibFaceLandmarkDetectorWithOpenCVExample/Utils/FpsMonitor.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/DlibFaceLandmarkDetector/HEAD/Assets/DlibFaceLandmarkDetectorWithOpenCVExample/Utils/FpsMonitor.meta -------------------------------------------------------------------------------- /Assets/DlibFaceLandmarkDetectorWithOpenCVExample/Utils/FpsMonitor/FpsMonitor.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/DlibFaceLandmarkDetector/HEAD/Assets/DlibFaceLandmarkDetectorWithOpenCVExample/Utils/FpsMonitor/FpsMonitor.cs -------------------------------------------------------------------------------- /Assets/DlibFaceLandmarkDetectorWithOpenCVExample/Utils/FpsMonitor/FpsMonitor.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/DlibFaceLandmarkDetector/HEAD/Assets/DlibFaceLandmarkDetectorWithOpenCVExample/Utils/FpsMonitor/FpsMonitor.cs.meta -------------------------------------------------------------------------------- /Assets/DlibFaceLandmarkDetectorWithOpenCVExample/Utils/FpsMonitor/Resources.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/DlibFaceLandmarkDetector/HEAD/Assets/DlibFaceLandmarkDetectorWithOpenCVExample/Utils/FpsMonitor/Resources.meta -------------------------------------------------------------------------------- /Assets/DlibFaceLandmarkDetectorWithOpenCVExample/Utils/FpsMonitor/Resources/FpsMonitorCanvas_104.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/DlibFaceLandmarkDetector/HEAD/Assets/DlibFaceLandmarkDetectorWithOpenCVExample/Utils/FpsMonitor/Resources/FpsMonitorCanvas_104.prefab -------------------------------------------------------------------------------- /Assets/DlibFaceLandmarkDetectorWithOpenCVExample/Utils/FpsMonitor/Resources/FpsMonitorCanvas_104.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/DlibFaceLandmarkDetector/HEAD/Assets/DlibFaceLandmarkDetectorWithOpenCVExample/Utils/FpsMonitor/Resources/FpsMonitorCanvas_104.prefab.meta -------------------------------------------------------------------------------- /Assets/DlibFaceLandmarkDetectorWithOpenCVExample/Utils/InputModuleSwitcher.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/DlibFaceLandmarkDetector/HEAD/Assets/DlibFaceLandmarkDetectorWithOpenCVExample/Utils/InputModuleSwitcher.cs -------------------------------------------------------------------------------- /Assets/DlibFaceLandmarkDetectorWithOpenCVExample/Utils/InputModuleSwitcher.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/DlibFaceLandmarkDetector/HEAD/Assets/DlibFaceLandmarkDetectorWithOpenCVExample/Utils/InputModuleSwitcher.cs.meta -------------------------------------------------------------------------------- /Assets/DlibFaceLandmarkDetectorWithOpenCVExample/Utils/TouchController.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/DlibFaceLandmarkDetector/HEAD/Assets/DlibFaceLandmarkDetectorWithOpenCVExample/Utils/TouchController.cs -------------------------------------------------------------------------------- /Assets/DlibFaceLandmarkDetectorWithOpenCVExample/Utils/TouchController.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/DlibFaceLandmarkDetector/HEAD/Assets/DlibFaceLandmarkDetectorWithOpenCVExample/Utils/TouchController.cs.meta -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/DlibFaceLandmarkDetector/HEAD/README.md --------------------------------------------------------------------------------