Description
Features:
– Since this package is a clone of OpenCV Java, you are able to use the same API as OpenCV Java 4.1.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.
– Examples of integration with other publisher assets are available.(e.g. PlayMaker, NatCam, NatCorder)
OpenCV for Unity uses OpenCV under 3-clause BSD License; see Third-Party Notices.txt file in package for details.
System Requirements
Build Win Standalone & Preview Editor : Windows 8 or later
Build Mac Standalone & Preview Editor : OSX 10.9 or later
Build Linux Standalone & Preview Editor : Ubuntu16.04 or later
Build Android : API level 21 or later
Build iOS : iOS Version 8.0 or later