diff --git a/doc/tutorials/introduction/linux_eclipse/images/a10.png b/doc/tutorials/introduction/linux_eclipse/images/a10.png index d3603ba75..08739a457 100644 Binary files a/doc/tutorials/introduction/linux_eclipse/images/a10.png and b/doc/tutorials/introduction/linux_eclipse/images/a10.png differ diff --git a/doc/tutorials/introduction/linux_eclipse/linux_eclipse.markdown b/doc/tutorials/introduction/linux_eclipse/linux_eclipse.markdown index d04c9d1d3..4aca7ee26 100644 --- a/doc/tutorials/introduction/linux_eclipse/linux_eclipse.markdown +++ b/doc/tutorials/introduction/linux_eclipse/linux_eclipse.markdown @@ -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)