All Projects → qian256 → OpenCVSharp3Unity

qian256 / OpenCVSharp3Unity

Licence: other
Example of OpenCVSharp 3 in Unity3D

Programming Languages

C#
18002 projects

Projects that are alternatives of or similar to OpenCVSharp3Unity

OpenCVVision
使用OpenCvSharp创建常用功能集合
Stars: ✭ 37 (+15.63%)
Mutual labels:  opencvsharp
DefectDetectionDemo
Textile defect detection using OpenCVSharp
Stars: ✭ 33 (+3.13%)
Mutual labels:  opencvsharp
OpenCVB
OpenCV .Net application supporting several RGBD cameras - Kinect, Intel RealSense, Luxonis Oak-D, Mynt Eye D 1000, and StereoLabs ZED 2
Stars: ✭ 60 (+87.5%)
Mutual labels:  opencvsharp
Opencvsharp
OpenCV wrapper for .NET
Stars: ✭ 3,598 (+11143.75%)
Mutual labels:  opencvsharp
OpenCvSharpDNN
Implementation of YoloV3 and Caffe in OpenCvSharp
Stars: ✭ 20 (-37.5%)
Mutual labels:  opencvsharp
YuzuMarker
🍋 [WIP] Manga Translation Tool
Stars: ✭ 76 (+137.5%)
Mutual labels:  opencvsharp
OpenCvSharpDnnYolo
Yolo With OpenCvSharp Dnn
Stars: ✭ 25 (-21.87%)
Mutual labels:  opencvsharp

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].