How do I set up Emgu CV on Visual Studio 2013 for Unit Tests? -


i've got test in c# new c++/cli managed components in visual studio 2013 unit test it's visible in test explorer. 1 of components uses opencv cv::mat.

it's been recommended use emgu cv unit tests. i've installed emgu cv windows x64.

how install emgu in unit test project?

in test project:

  • add reference emgu.cv.world.dll
  • add file opencv_corexxxd.dll

    • xxx = version number
    • properties | copy output directory = "copy always"
    • above unit test class add
      • using emgu.cv;

    see setting emgu c sharp.


Comments

Popular posts from this blog

html - Styling progress bar with inline style -

java - Oracle Sql developer error: could not install some modules -

How to use autoclose brackets in Jupyter notebook? -