What's new? | Help | Directory | Sign in
Google
opencvdotnet
.NET Framework Wrapper for Intel's OpenCV Package
  
  
  
  
    

OpenCVDotNet

As part of an entry-level University project in Computer Vision at the IDC Herzliya with Dr. Yael Moses, I have created a small OpenCV wrapper for .NET Framework, so I could use OpenCV from C#, and create more elaborate user interfaces.

The project consists of a DLL (written in Managed C++) that wraps the OpenCV library in .NET classes, so that they will be available from any managed language (C#, VB.NET or Managed C++).

You will need to download and install the OpenCV library in order for this to compile. Make sure to install it into C:\Program Files\OpenCV so that the installer will be able to locate them.

I have also uploaded a few examples (stuff that I created during the University project).

Please note that I didn't make any attempt to be compatible with OpenCV API. I preferred to design the wrappers in a way that they will be natural to .NET users, so don't be mad if it's not 100% in the spirit of OpenCV.

Everyone is welcome to contribute! Post any queries to opencvdotnet-discuss. My email is elad.benisrael@gmail.com (Elad Ben-Israel)