i have C++ Opencv code where i need to build it as a C++ dll which is suppose to use in c# application. do i need to use "extern " spec or do i need to add a reference for the DLL?
How to Create a Opencv dll for C# application ?
How to Achieve this ??