How to deploy a standalone project that is based on OpenCV in Visual Studio 2010?

前端 未结 1 1813
遥遥无期
遥遥无期 2021-01-14 14:19

I have a solution in VS 2010 that calls several OpenCV functions. Now I want to deploy (release) this project to use in another machine that doesn\'t have OpenCV. I don\'t w

相关标签:
1条回答
  • 2021-01-14 15:17

    If you have the solution in VS2010 you can look at the project Properties and check which OpenCV libraries the project is being linked with, and then ship those DLLs along with your application. It's a 2 min work.

    enter image description here

    0 讨论(0)
提交回复
热议问题