Merge pull request #6322 from berak:fix_linux_eclipse_tutorial

This commit is contained in:
Maksim Shabunin 2016-03-25 07:39:19 +00:00
commit 50edaae06c
2 changed files with 3 additions and 3 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 54 KiB

View File

@ -96,12 +96,12 @@ Making a project
/usr/local/lib
Then in **Libraries(-l)** add the OpenCV libraries that you may need. Usually just the 3 first
Then in **Libraries(-l)** add the OpenCV libraries that you may need. Usually just the 4 first
on the list below are enough (for simple applications) . In my case, I am putting all of them
since I plan to use the whole bunch:
opencv_core opencv_imgproc opencv_highgui opencv_ml opencv_video opencv_features2d
opencv_calib3d opencv_objdetect opencv_contrib opencv_legacy opencv_flann
opencv_core opencv_imgproc opencv_imgcodecs opencv_highgui opencv_ml opencv_videoio opencv_video opencv_features2d
opencv_calib3d opencv_objdetect opencv_flann
![](images/a10.png)