directory structure of OpenCV

asked Mar 24 '0

andrei186 gravatar image

Could someone please explain what directory structure should be created on Linux after proper installation of OpenCV 3.x or 4.x

Preview: (hide)

Comments

Directory structure for what? At installation, by default, the include files go to /usr/local/include/ for OpenCV3, /usr/local/include/opencv4, the libs to /usr/local/lib/ (or .../opencv4) - if you build them yourself. Otherwise to /usr/... without local.

The executables go to /usr/local/bin, the rest to /usr/local/share/opencv/. The Python stufff goes to /usr/local/lib/python.../dist-packages/...

kbarni gravatar imagekbarni (Mar 24 '0)edit