EnoxSoftware
Unity assetstore publisher's. https://assetstore.unity.com/publishers/7690 /[SUB ACCOUNT] @EnoxSoftware-Assets-Support
Pinned Repositories
CVVTuberExample
CVVTuberExample(Computer Vision Virtual YouTuber Example) is an example project of controlling 3D humanoid model ("Unity-chan!" Model) using WebCamTexture.
DlibFaceLandmarkDetector
FaceLandmark Detector using Dlib (Unity Asset Plugin)
FaceMaskExample
This asset is an example project that maps face mask to the detected faces in an image using “OpenCV for Unity” and “Dlib FaceLandmark Detector”.
HoloLensCameraStream
This Unity plugin makes the HoloLens video camera frames available to a Unity app in real time. This enables Unity devs to easily use the HoloLens1/HoloLens2 camera for computer vision (or anything they want).
HoloLensWithDlibFaceLandmarkDetectorExample
HoloLens With DlibFaceLandmarkDetector Example (Support for Hololens1 and Hololens2)
HoloLensWithOpenCVForUnityExample
HoloLens With OpenCVforUnity Example (Support for Hololens1 and Hololens2)
KinectWithOpenCVForUnityExample
An example of integrating Xbox One Kinect sensor "Kinect v2" with OpenCV for Unity.
OpenCVForUnity
OpenCV for Unity (Untiy Asset Plugin)
VuforiaWithOpenCVForUnityExample
Vuforia with OpenCV for Unity Example
WebGLFileUploader
This asset adds file upload capability to the Unity WebGL platform.
EnoxSoftware's Repositories
EnoxSoftware/OpenCVForUnity
OpenCV for Unity (Untiy Asset Plugin)
EnoxSoftware/HoloLensWithOpenCVForUnityExample
HoloLens With OpenCVforUnity Example (Support for Hololens1 and Hololens2)
EnoxSoftware/CVVTuberExample
CVVTuberExample(Computer Vision Virtual YouTuber Example) is an example project of controlling 3D humanoid model ("Unity-chan!" Model) using WebCamTexture.
EnoxSoftware/DlibFaceLandmarkDetector
FaceLandmark Detector using Dlib (Unity Asset Plugin)
EnoxSoftware/WebGLFileUploader
This asset adds file upload capability to the Unity WebGL platform.
EnoxSoftware/FaceMaskExample
This asset is an example project that maps face mask to the detected faces in an image using “OpenCV for Unity” and “Dlib FaceLandmark Detector”.
EnoxSoftware/HoloLensWithDlibFaceLandmarkDetectorExample
HoloLens With DlibFaceLandmarkDetector Example (Support for Hololens1 and Hololens2)
EnoxSoftware/FfmpegWithOpenCVForUnityExample
Example of integrating "FFmpeg for Unity" with "OpenCV for Unity"
EnoxSoftware/MarkerLessARExample
This asset is a Marker-Less Augmented Reality Example using the actual environment as input instead of printed square markers and display 3d model in WebCamTexture in real-time.
EnoxSoftware/NatCorderWithOpenCVForUnityExample
An example of a video recording app by using NatCorder and OpenCVForUnity.
EnoxSoftware/NrealLightWithOpenCVForUnityExample
An example of a Nreal Light (XREAL Light) MR app by using NRSDK and OpenCVForUnity.
EnoxSoftware/YOLOv8WithOpenCVForUnityExample
An example of using OpenCV dnn module with YOLOv8, YOLOv5u, YOLOv9, YOLOv11, YOLOv12. (ObjectDetection, Segmentation, Classification, PoseEstimation)
EnoxSoftware/ARFoundationWithOpenCVForUnityExample
An example of converting an ARFoundation camera image to OpenCV's Mat format.
EnoxSoftware/RealTimeFaceRecognitionExample
This asset is an example project of face recognition in real time using “OpenCV for Unity”.
EnoxSoftware/NatCamWithOpenCVForUnityExample
An example of improving performance of video preview on mobile platform by replacing WebCamTexture of Unity standard API with NatCam.
EnoxSoftware/MarkerBasedARExample
This asset is an Augmented Reality Example that detect and recognize markers and display 3D model in WebCamTexture in real-time.
EnoxSoftware/FaceSwapperExample
This asset is an example of swapping two faces in an image using “OpenCV for Unity” and “Dlib FaceLandmark Detector”.
EnoxSoftware/AVProWithOpenCVForUnityExample
This example shows how to convert AVProVideo and AVProLiveCamera texture to OpenCV Mat using AsyncGPUReadback.
EnoxSoftware/NatDeviceWithOpenCVForUnityExample
An example of improving performance of video preview on mobile platform by replacing WebCamTexture of Unity standard API with NatDevice.
EnoxSoftware/YOLOv5WithOpenCVForUnityExample
An example of using OpenCV dnn module with YOLOv5, YOLOv6 and YOLOv7. (ObjectDetection, Segmentation, Classification)
EnoxSoftware/VideoPlayerWithOpenCVForUnityExample
This example shows how to convert VideoPlayer texture to OpenCV Mat using AsyncGPUReadback.
EnoxSoftware/OpenCVForUnityPlayMakerActions
You can use All methods of OpenCVforUnity in PlayMaker.
EnoxSoftware/DlibFaceLandmarkDetectorPlayMakerActions
You can use almost all the methods of methods of DlibFaceLandmarkDetector in PlayMaker.
EnoxSoftware/VisualScriptingWithOpenCVForUnityExample
Example of using OpenCVForUnity with VisualScripting
EnoxSoftware/NrealLightWithDlibFaceLandmarkDetectorExample
An example of a Nreal Light MR app by using NRSDK and DlibLandmarkDetector.
EnoxSoftware/KlakNDIWithOpenCVForUnityExample
This is an example of using KlakNDI to receive a video stream delivered by NDI®, convert it to the OpenCV Mat class and apply image processing.
EnoxSoftware/NativeGalleryWithOpenCVForUnityExample
This example shows how to use the NativeGallery plugin to retrieve an image or video file path from the in-device storage gallery in an Android/iPhone device via a file picker and apply image processing using OpenCVForUnity.
EnoxSoftware/OpenCVForUnityExampleAssets
EnoxSoftware/VisualScriptingWithDlibFaceLandmarkDetectorExample
Example of using DlibFaceLandmarkDetector with VisualScripting
EnoxSoftware/InferenceEngineWithOpenCVForUnityExample
Integrate Unity Inference Engine with OpenCV for Unity.