Ask Your Question

dma156's profile - activity

2016-12-20 08:26:03 -0600 commented question How do I start developing with OpenCV3.1 and opencv_contrib in Visual Studio?

Project runs now, but the Homomorphic project itself generates an unhandled exception and that the image was null. Anyway, if I create a project within the Homomorphic Solution now, and I have this general piece of C++ code called "Display.cpp" for simply displaying an image using OpenCV, how do I get the CV dependencies linked? Do I need to configure the Project VC++ directories and the Input under Linker?

2016-12-20 07:04:27 -0600 commented question How do I start developing with OpenCV3.1 and opencv_contrib in Visual Studio?

It now tries to run but now it says I'm missing the dlls Opencv_highgui310d.dll Opencv_imgcodecs310d.dll Opencv_imgproc310d.dll Opencv_core310d.dll I don't have a bin folder anymore, just lib, I think this is to do with needing the vc14 folder path

2016-12-19 15:43:48 -0600 commented question How do I start developing with OpenCV3.1 and opencv_contrib in Visual Studio?

I'm not sure whether you can help with this new error that I have encountered, (btw thanks for all your help so far), but I cannot run your exampleProject or any of the examples from OpenCV. I use the Local Windows Debugger and I get a message saying "Unable to start program C:\ExampleProject\build\x64\Debug\ALL_BUILD. Access is Denied."

2016-12-19 11:36:53 -0600 commented question How do I start developing with OpenCV3.1 and opencv_contrib in Visual Studio?

By the cmake example stuff, do you mean copy the contents of that to the build folder? Then the sln will be built by CMake for the Cmake example files?

2016-12-19 11:03:24 -0600 asked a question How do I start developing with OpenCV3.1 and opencv_contrib in Visual Studio?

I want to be able to develop my openCV code in VS, my version is Professional 2015, Version 14.0.24720.00 Update 1. I had intially just downloaded the OpenCV 3.1 executable and then linked my projects to the files from that, but then realised it did not have the extra face.hpp libraries.

So I followed this answer here on this stackoverflow question, which helped me compile x64 openCV3.1 with the extra opencv_contrib modules, but now my question is how do I create a project and have the dependencies for OCV3.1 with the extra modules configured?

Current OpenCV solution in Visual Studio:

image description