Emgu CV is a cross platform .Net wrapper for OpenCV
Emgu CV is a cross platform .Net wrapper to the OpenCV image processing library. Allowing OpenCV functions to be called from .NET compatible languages such as C#, VB, VC++, IronPython etc. The wrapper can be compiled in Mono and run on Windows, Linux, Mac OS X, iPhone, iPad and Android devices.
FUBI is a framework for full body interaction using a depth sensor such as the Microsoft Kinect with OpenNI/NiTE or the Kinect SDK. It further supports the Leap Motion Controller. FUBI is written in C++ and includes a C#-Wrapper. Releases are tested on Windows 8.1, but there also exist Linux Code::Blocks project files.
Fubi's main functionality is gesture and posture recognition according to four gesture categories:
1. Static postures: Configuration of several joints (positions or orientations).
2. Linear/Angular movements: Linear movement of joints with specific direction and speed or angular movement around an axis.
3. ...
This is a C# library dedicated for using with a www.canusb.com device
Full notes: See ReadMe.txt
Summary
The LAWICEL DLL is 'unmanaged code' and was not designed for use by C#/VB/Mono
http://en.wikipedia.org/wiki/Managed_code
If you wish to call 'unmanaged code' from 'managed code', you need to use a 'C# wrapper' to access the DLL. This wrapper uses 'PInvoke' (like peek/poke) to 'martial' calls from managed to unmanaged code. It sounds complicated, and it is.
IT IS ALSO TOTALLY UNNECESSARY. Why not have the DLL as managed code?? Why not simply reference the library in your project and just call its functions?? This project does just that
Licence:
LGPLV3.: In summary, the only thing we ask is if you improve / bugfix / extend the library then feed these changes back into the project by emailing jon_newcomb or requesting sourceforge access. ...
Deploy in 115+ regions with the modern database for every enterprise.
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
...If you'd like to test your graph tour searching algorithm on a TSP lib will save you hours of reading in a data and adjusting your code to ensure that result are comparable.
Delivering as a dll with .Net wrapper and a zip archive with all the original data files from TSPLIB95.
This is still BETA, if something is not working or you need some extra features then just let me know.
Check WIKI for details on HOW TOs. If you have more questions on how to use the library then please leave me a message.
This library consists in a shared library that can be compiled on Linux and Windows. Plus, it has a C# wrapper for Windows and Python Wrapper for Linux.
libSVMWrapper a wrapper for libsvm.dll
What is it?
libSVMWrapper is a .NET wrapper for libsvm.dll and is provided to you under LGPL license version 3.
This library should work with 32bit version of libsvm.dll.
Documentation for libsvm.dll
Chih-Chung Chang and Chih-Jen Lin, LIBSVM : a library for support vector machines, 2001. Software available at http://www.csie.ntu.edu.tw/~cjlin/libsvm
Ceme Evaluates Math Expressions. Ceme is a free math expression parser library written in C# supporting various operators and functions. It also has the option of adding your own functions. A wrapper DLL is provided for non .NET applications.
Source code in C# for wrapper classes for ShapeLib.dll (http://shapelib.maptools.org): a library for reading and writing shape files ( shp shx and dbf).
A .NET wrapper for OpenCV, a computer vision library. The wrapper is fully developed in C#, making the OpenCV library available to all the .NET based languages, like C#, VB.NET, managed C++, IronPython, F#, etc.