Error compiling c code in opencv on raspbian

I encountered an error while compiling c code on opencv in raspbian os. After compilation, when given ./contoursan error message appears

The error message is below:

./contours: error while loading shared libraries: libopencv_gpu.so.2.4: cannot open shared objects file: no such file or directory

please help me find my mistakes.

+4
source share

Source: https://habr.com/ru/post/1628800/


All Articles