OpenCV for Unity is an Assets Plugin for using OpenCV from within Unity.
Function:
-Since this resource package is a clone of OpenCV Java, you can use the same API as OpenCV Java 4.4.0 (link).
-You can use Unity's WebCamTexture function for real-time image processing. (Real time face detection can run smoothly on iPhone 5)
-The method of mutual conversion between Texture2D of Unity and Mat of OpenCV is provided.
-IDisposable has been implemented in many classes. You can use the "using" statement to manage resources.
-Provides examples of integration with other publisher resources. (For example, PlayMaker, NatDevice, NatCorder)