There is OpenCVSharp, a wrapper for OpenCV. Another possibility is to do the image processing in C++ using OpenCV, build a DLL, and access it from C#. I've used the latter method in a project. The entry into the art of image processing should be a concrete use case so that encounter an aha moment rapidly.