Note that there are some explanatory texts on larger screens.

plurals
  1. POOpencv library files cannot find in eclipse
    primarykey
    data
    text
    <p>I am trying to develop a simple c++ project which uses opencv.I followed <a href="http://docs.opencv.org/doc/tutorials/introduction/linux_eclipse/linux_eclipse.html" rel="nofollow">http://docs.opencv.org/doc/tutorials/introduction/linux_eclipse/linux_eclipse.html</a> website. But eclipse shows errors like </p> <pre><code>/usr/bin/ld: cannot find -llibopencv_photo /usr/bin/ld: cannot find -llibopencv_stitching /usr/bin/ld: cannot find -llibopencv_superres /usr/bin/ld: cannot find -llibopencv_ts /usr/bin/ld: cannot find -llibopencv_video /usr/bin/ld: cannot find -llibopencv_videostab /usr/bin/ld: cannot find -llibopencv_calib3d /usr/bin/ld: cannot find -llibopencv_contrib /usr/bin/ld: cannot find -llibopencv_ocl /usr/bin/ld: cannot find -llibopencv_core /usr/bin/ld: cannot find -llibopencv_core /usr/bin/ld: cannot find -llibopencv_flann /usr/bin/ld: cannot find -llibopencv_gpu /usr/bin/ld: cannot find -llibopencv_highgui /usr/bin/ld: cannot find -llibopencv_imgproc /usr/bin/ld: cannot find -llibopencv_legacy /usr/bin/ld: cannot find -llibopencv_ml /usr/bin/ld: cannot find -llibopencv_nonfree /usr/bin/ld: cannot find -llibopencv_objdetect collect2: ld returned 1 exit status make: *** [MyProject] Error 1` </code></pre> <p>I have included libraries and their paths in the following ways.</p> <p>Project–>Properties</p> <p>In C/C++ Build ->Settings.</p> <pre><code>In GCC C++ Compiler -&gt;Includes. In Include paths(-l) I have added /usr/local/include/opencv. In GCC C++ Linker I have added the path (-L) as /usr/local/lib and also library names. </code></pre> <p>Can anyone please tell me what the reason for this errors?</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload