問題タブ [opencv4]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
python - OpenCV 4 - cmake Python3 / ライブラリ「cv2.cpython」
Ubuntu 18 と Python 3 に OpenCV 4 をインストールしようとしています。https://www.pyimagesearch.com/2018/05/28/ubuntu-18-04-how-to-install-opencvからのヒントに従っています。 /
インストールを行っているときに、次の 2 つの問題が発生します
。1) コマンドで
まだ Python2 を使用しているようで、いくつかのライブラリがありません。
2) ビルド後、ライブラリ「cv2.cpython-35m-x86_64-linux-gnu.so」がありません。インストールプロセスにどのように含めることができますか?
乾杯、アンディ