Open ganliqiang opened 5 years ago
Have you solved it? I met the same error.
Have you solved it? I met the same error
I solved it as bellow.
-DOPENCV_GENERATE_PKGCONFIG=ON
I solved it as bellow.
download opencv3.4.7 and install
- https://docs.opencv.org/3.4.7/d7/d9f/tutorial_linux_install.html
- installing, you have to add pkg option
-DOPENCV_GENERATE_PKGCONFIG=ON
- export PKG_CONFIG_PATH='where_to_locate_opencv.pc/build_opencv/unix-install' make for generating adaptor.so
我是在anaconda3下装的opencv3.4.3
You may not get all the information related to the compilation of opencv, try to run
apt-get install pkg-config
Then delete adaptor.so and recompile
i meet the same error,but when i remove all opencv and reinstall it ,that mathod still do not work,so i use the python-opencv , it is very slow, so i still want to use c++ version of pse,so who do run this project successfully ?please help me , i appreciated very much ?