I'm using a C++ library (openCV) and I wanted to make a graphical application and I'm used to program in C# so I could make a WindowsForms or WPF application. I dont want to use a similar C# library like EmguCV, I want a c++ library.
Is there any way to make code in C++ and integrate it with a WindowsForms or WPF application?