3

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 ??

1
  • There is a c# port/wraper, why don't you simply use it? Commented Apr 16, 2013 at 4:40

2 Answers 2

2

Emgu CV is a cross platform .Net wrapper to the Intel OpenCV image processing library. Allowing OpenCV functions to be called from .NET compatible languages such as C#, VB, VC++, IronPython etc.

OpenCV is just a library used by your C/C++ code.

Refer Following Link:

http://www.emgu.com/wiki/index.php/Main_Page

Also Refer This useful link.

Hope its helpful.

Sign up to request clarification or add additional context in comments.

Comments

0

Why don't you use OpenCvDotNet?

This warper should do what you want.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.