b/imfamous by imfamous

OpenCV for Unity v2.4.2

This post was published 5 years ago. Download links are most likely obsolete. If that's the case, try asking the uploader to re-upload.

OpenCV for Unity v2.4.2

Requirement: Unity 2018.4.28 or higher | File size: 645 MB

OpenCV for Unity is an Assets Plugin for using OpenCV 4.5.0 from within Unity.

Features
- Since this package is a clone of OpenCV Java, you are able to use the same API as OpenCV Java 4.5.0.
- You can image processing in real-time by using the WebCamTexture capabilities of Unity. (real-time face detection works smoothly on iPhone 5)
- Provides a method to interconversion of Unity's Texture2D and OpenCV's Mat.
- IDisposable is implemented in many classes.You can manage the resources with the “using” statement.

2.4.2
[Common]Added Assembly Definitions.
[Common]Fixed LibFaceDetectionV3Example.

Homepage