directory structure of OpenCV
Could someone please explain what directory structure should be created on Linux after proper installation of OpenCV 3.x or 4.x
Asked: 2020-03-24 10:21:07 -0600
Seen: 846 times
Last updated: Mar 24 '20
Missing OpenCV-2.4.1/build/lib/*.so:
Area of a single pixel object in OpenCV
build problems for android_binary_package - Eclipse Indigo, Ubuntu 12.04
OpenCV DescriptorMatcher matches
Can't compile .cu file when including opencv.hpp
Using OpenCV's stitching module, strange error when compositing images
compile error in opencv2/flann/lsh_table.h when compiling bgslibrary
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/...
withoutlocal
.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/...