Download opencv.zip Install the dependencies ahead of time. Update the download source first. Using the 17.04 source can solve the problem of not finding libjasper.dev in 18.04. ref https://stackoverflow.com/questions/43484357/opencv-in-ubuntu-17-04 libjasper-dev cannot be installed errorE: unable to locate libjasper-dev Workaround sudo add-apt-repository "deb http://security.ubuntu.com/ubuntu xenial-security main" sudo apt update sudo apt install libjasper1 libjasper-dev Error:
Workaround ref https://stackoverflow.com/questions/37678324/compiling-opencv-with-gstreamer-cmake-not-finding-gstreamer Install sudo apt install libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev Report an error
Summarize The above is the solution for installing opencv 3.2.0 on Ubuntu 18.04 introduced by the editor. I hope it will be helpful to everyone. If you have any questions, please leave me a message and the editor will reply to you in time. I would also like to thank everyone for their support of the 123WORDPRESS.COM website! You may also be interested in:
|
<<: How to reset the initial value of the auto-increment column in the MySQL table
>>: How to use vue-bootstrap-datetimepicker date plugin in vue-cli 3
1. Video tag Supports automatic playback in Firef...
Preface Hello everyone, I am Liang Xu. At work, w...
Not using lazy loading import Vue from 'vue...
1. Introduction Oracle has released MySQL 8.0GA. ...
Preface BINARY and VARBINARY are somewhat similar...
Overlay network analysis Built-in cross-host netw...
Use native JS to write a nine-square grid to achi...
When we work in a terminal or console, we may not...
background If the catalina.out log file generated...
This article mainly introduces the solution to th...
There are two ways to disable form submission in ...
Test environment: C:\>systeminfo | findstr /c:...
exhibit design Password strength analysis The pas...
This article shares the specific code of Vue to i...
1. Create a page using app.json According to our ...