First time here? Check out the FAQ!
asked 2014-08-13 14:16:47 -0600
is there any official OpenCv 3.x wrapper available for .net (c#)?
there is no official c# wrapper at all, they're all 3rd party.
Thx, do you know any of 3rd party wrapper for 3.0? I checked Emgu, SimpleCV, OpenCVSharp none of supports to 3.0 yet
Those package will never build wrappers for an unstable dev release... that would not be benifitial seeing all the changes that are happening.
answered 2014-08-16 15:28:26 -0600
OpenCV current official release is 2.4.9 If you need OpenCV C# wrapper, try Emgu.
but, ... with a grain of salt. currently, emgu is 80% wrapping outdated c-api functionality from the 90's
Official site
GitHub
Wiki
Documentation
subscribe to rss feed
Asked: 2014-08-13 14:16:47 -0600
Seen: 3,382 times
Last updated: Aug 16 '14
Detect bib (numbers) on runners image
mingw and c# dll
C# official bindings roadmap
opencv using c#
calling opencv [c++ ] function from C#
Read x,y values of tracked objects of opencv application in c#?
CvInvoke.cvContourArea in c#, Emgu
How to compile the Raw Haskell bindings to OpenCV aka GitHub member arjuncomar's OpenCV-Raw repo [closed]
Real distance between points with emgu.cv [closed]
I am working on how to detect circle using live camera [closed]
there is no official c# wrapper at all, they're all 3rd party.
Thx, do you know any of 3rd party wrapper for 3.0? I checked Emgu, SimpleCV, OpenCVSharp none of supports to 3.0 yet
Those package will never build wrappers for an unstable dev release... that would not be benifitial seeing all the changes that are happening.