How i am install OpenCV 4 and how to link with gcc compiler ?
Hello, i am need help with how to install opencv 4.0~ and how to link the library with gcc, i am use codeblocks as IDE, but all examples in documentation, be installation or use, not show how to link with the new version, and do not show how to install with version 4.0~.
Have a tutorial for install and use this version, i want use with C++.
step 1: build the opencv libraries
(you don't need an ide for this, and you're probably better off with plain makefiles here)
step 2 : build your actual program -- cmake has a nice generator for code-bloxx.