Ask Your Question

JacobJones's profile - activity

2018-04-06 08:45:07 -0600 received badge  Student (source)
2016-02-01 08:41:47 -0600 commented question Downloaded two versions of OpenCV and Eclipse cannot compile

I see. What function should I use to replace it?

2016-01-29 12:39:20 -0600 asked a question Installation on Linux Difficulties

Hello,

On the wiki page there is a step called Building OpenCV from Source Using CMake, Using the Command Line. I'm having trouble understanding what it means, especially the second step Enter the <cmake_binary_dir>. What exactly am I supposed to do here?

2016-01-29 12:32:48 -0600 answered a question May I install 2 versions of OpenCV on Ubuntu?

I made the error of installing both and all my projects on eclipse aren't working. Anyone know how I could fix it?

2016-01-29 09:54:26 -0600 received badge  Editor (source)
2016-01-29 09:34:09 -0600 asked a question Downloaded two versions of OpenCV and Eclipse cannot compile

Hello,

I'm running a project on Ubuntu 14.04 with OpenCV 3.0.0 and Eclipse MARS installed. I have followed most guides on installing OpenCV and I'm at the end of my ropes. Errors that are of the form "‘CV_CALIB_ZERO_DISPARITY’ was not declared in this scope" and "Function 'cvCreateMat' could not be resolved" appear for almost all instances that make reference to OpenCV. What could be the cause of this problem? Changes I have made are linking the libraries by http://docs.opencv.org/2.4/doc/tutori... and putting ${FLAGS} at the end of the command line patterm in Expert settings in the C++ Linker. Any advice on what I should do would be very helpful.

Update* I believe the reason for this is because I accidentily installed 3.1.0 and 2.4.0 which is why the computer cannot recognize OpenCV modules. Does anyone know how I can fix this and if my assumption is correct?