Is Possible to embed OpenCV lib into my DLL (develope in Visual C++ )

76 views Asked by At

I have developed my Visual C++ project and release it as DLL, The project uses several open CV functions. My question is "how to integrate(embed) the OpenCV lib into my DLL (create a standalone DLL that contains OpenCV lib inside)?", I want to let users use my dll without install OpenCV or include any OpenCV dll or lib in the other machine.Thanks!

1

There are 1 answers

0
themadmax On

Build opencv as static library (Never tested) or deploy all using opencv dll depencies.