OpenCV for Unity ver2.4.5 Release!
- Author: Enox Software
- Category: Update
- Tags: OpenCV for Unity
Version 2.4.5
[Common]Updated to OpenCV4.5.3. [Common]Added BarcodeDetectorExample and BarcodeDetectorWebCamTextureExample.Related posts
Add WebGL platform Supports!
A new target platform has been added to our Unity Asset “OpenCVForUnity” and “DlibFaceLandmarkDetector“. With this update, it is now possible to develop WebGL applications that users can easily play with web browsers. Although it is currently in beta version, it seems that the main functions are working without problems. It works with Unity 5.3 or later. Demo Application Click To Start Development Tips Put a file that you want to use for the Utils.getFilePathAsync() in the “Aseets/StreamingAssets/” folder. In Case of WebGL platform, you need to use the Utils.getFilePathAsync() instead of the Utils.getFilePath(). (The haarcascade_frontalface_alt.xml is for OpenCVForUnityExample’s scenes. Please copy only when necessary) On the WebGL platform (asm.js), the calculation result of Float type may be significantly different from other platforms. When using the OpenCV’s method that use the Mat class (CvType is CV_32F) as an argument, you need to pay attention to the calculation precision. Please try experiencing WebGL development.
- Author: Enox Software
- Category: News
- Tags: OpenCV for Unity
Dlib FaceLandmark Detector ver1.3.4 Release!
Version 1.3.4 [Common]Changed the setup procedure to use the SetupToolsWindow. [Common]Change the namespase under “DlibFaceLandmarkDetector/Editor” folder from “DlibFaceLandmarkDetector” to “DlibFaceLandmarkDetector.Editor”. [Common]Added “DlibFaceLandmarkDetector” folder under “StreamingAssets” folder. [Common]Added function to automatically move the StreamingAssets folder. [WebGL]Added Unity2022.2 or later support.
- Author: Enox Software
- Category: Update
- Tags: Dlib FaceLandmark Detector
OpenCV for Unity ver2.6.2 Release!
Version 2.6.2 [Common]Changed the minimum supported version to Unity2021.3.35f1. [Common]Added AsyncGPUReadback2MatHelper. [Common]Updated MultiSource2MatHelperExample. [Common]Separated the examples using the Built-in Render Pipeline and Scriptable Render Pipeline. [Common]Fixed a memory leak in Converters.cs.
- Author: Enox Software
- Category: Update
- Tags: OpenCV for Unity