After installing openCV 3.4.10 two lib directories appear:
installation/OpenCV-3.4/lib/
and
opencv/build/lib
They have sets .so files of the same names. What is the purpose of these two sets? Perhaps one is for Python, the other for C++? If so, which one is for which?