All Projects → Firifire → OpenCvSharp-UWP

Firifire / OpenCvSharp-UWP

Licence: other
C# Wrapper of OpenCV for UWP applications

Programming Languages

C++
36643 projects - #6 most used programming language
C#
18002 projects
Cuda
1817 projects
c
50402 projects - #5 most used programming language
python
139335 projects - #7 most used programming language
CMake
9771 projects

OpenCvSharp UWP

C# Wrapper of OpenCV for UWP applications. This Wrapper is based off OpenCvSharp 3.3.1 by Shimat and I have similar changes implemented in opencv-hololens by Sylvain Prevost on the 3.3.1 version of OpenCV

I have made some changes to the wrapper to make it compatible with UWP builds.

Compatibility

I have originally made this to use OpenCV with hololens applications built on Unity.

I have not tried it, but it may be compatible with UWP in general.

Currently the dll in the included Nuget is only for x86 Release Build.

Dependencies

Please use the included Nuget When installing the Nuget: Dont Overwrite anything

Microsoft.NETCore.UniversalWindowsPlatform Nuget (v5.0.0 recommended for Unity compatiblity)

For Unity, copy all the built dll to the plugins folder

Usage

Plese refer to OpenCvSharp

Include the DLLs from the release section in to your project.

UWP dll does not work in unity Editor, only works when building the UWP app.

Issues

As I have recently built this, it has been working well so far. It probably has a lot of bugs present and I will fix them as I discover them. It would be helpfull if any issues discovered are reported.

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].