摘要:
sudo update-alternatives --install /usr/bin/python python /usr/bin/python2 100 sudo update-alternatives --install /usr/bin/python python /usr/bin/pyth 阅读全文
摘要:
错误:E: dpkg was interrupted, you must manually run 'sudo dpkg --configure -a' to correct the problem. 解决方法:直接运行:sudo dpkg --configure -a 让人郁闷的是,这个一直卡在: 阅读全文
摘要:
安装Opencv之后,首先要写一份代码测试一下是否ok。 本文代码图像边沿检测的: 使用编译命令: 测试运行结果: 问题解决: 1 报错: error while loading shared libraries: libopencv_core.so.3.2: cannot open shared 阅读全文