Configuring OpenCV in eclipse

I am installing an eclipse environment to use openCV. I followed the tutorial presented on the openCV website. However, this is an extremely unpleasant problem that I face every time I create a new project. It seems that I need to redo the whole process of inserting library files into the GCC C ++ linker for each project that I create. Is there any way to make them persistent for all new projects? Or at least be able to export settings so that I can import them, which will save time.

thanks

+4
source share
1 answer

, , , Eclipse.

:

→ → C/++ Build

" " ( opencv - ).

, GCC- .., . Apply.

, , :

→ → C/++ Build →

"" " " "opencv". .

"".

XML :

→ ...

C/++ → C/++

, , -.

:

→ ... → C/++

, !

+3

All Articles