So we have this Image processing course at the university and we'll be using OpenCV extensively. Problem is, OpenCV uses C++ but I'm much more fluent in C# than C++. I know that there are wrappers for OpenCV (OpenCVDotNet, SharperCV, EmguCV,...) But I don't know which to choose.
My questions are :
- Which one wraps most/all of OpenCV functionality ?
- Are they even worth using ? (May not be updated often, lack functionality or speed,...)
- Or should I be better off brushing my C++ skills?
Note : I know that my question is a possible duplicate of this one but it's old (from 2008) and things may have changed.