Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 812 Bytes

README.MD

File metadata and controls

28 lines (19 loc) · 812 Bytes

OpenCVSharp 3 in Unity Example

Author: Long Qian

Date: 2016-06-07

OpenCVSharp 3

Wrapper for OpenCV on .NET framework

See OpenCVSharp3

OpenCVSharp version should be identical to OpenCV version.

Unity3D Canny Edge Display

  • Conversion between OpenCVSharp image format (Mat) to Unity3D image holder (Texture2D). The conversion is paralleled, inspired by another example
  • Currently supports windows x86, x64 standalone and Unity editor.

Capture

capture

Fix

For my PC, several reference assemblies need to be copied to Plugins folder:

  • PresentationCore.dll
  • UIAutomationProvider.dll
  • UIAutomationTypes.dll
  • WindowsBase.dll