Skip to content

qian256/OpenCVSharp3Unity

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 

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

About

Example of OpenCVSharp 3 in Unity3D

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages