I've got to test in C# some new C++/CLI managed components in a Visual Studio 2013 Unit Test so that it's visible in the Test Explorer. One of those components uses OpenCV cv::Mat.
It's been recommended that I use Emgu CV for unit tests. I've installed Emgu CV for Windows x64.
How do I install Emgu in the unit test project?
In test project:
Add file opencv_coreXXXd.dll