filmov
tv
How to Install OpenCV in Linux Mint | Easy Steps to install OPENCV in Linux
Показать описание
Hello Friends!
Here is another video for you to install the OpenCV Library in your Linux Operating System by using different commands in terminal.
OpenCV-Python is a library of Python bindings designed to solve computer vision problems. It supports a wide variety of programming languages such as C++, Python, Java, etc., and is available on different platforms including Windows, Linux, OS X, Android, and IOS. Interfaces for high-speed GPU operations based on CUDA and OpenCL are also under active development.
So here are the some simple commands which you can use to install this library. You can just copy and paste these below written commands one by one for the successful installation.
1: $ sudo apt-get update
2: $ sudo apt-get upgrade
3: $ sudo apt-get install build-essential cmake unzip pkg-config
4: $ sudo apt -y remove x264 libx264-dev
5: $ sudo apt -y install build-essential checkinstall cmake pkg-config yasm
6: $ sudo apt -y install git gfortran
7: $ sudo apt-get install libjpeg-dev libpng-dev libtiff-dev
If it shows that --unbale to locate the package then try the command number 8,9 and 10 for that package.
9: $ sudo apt update
10: $ sudo apt install libjasper1 libjasper-dev
11: $ sudo apt-get install libavcodec-dev libavformat-dev libswscale-dev libv4l-dev
12: $ sudo apt-get install libxvidcore-dev libx264-dev
13: $ sudo apt-get install cmake git libgtk2.0-dev pkg-config libavcodec-dev libavformat-dev libswscale-dev
14: $ sudo apt-get install python-dev python-numpy libtbb2 libtbb-dev libjpeg-dev libpng-dev libtiff-dev libjasper-dev libdc1394-22-dev
17: $ cd ~/opencv
18: $ mkdir build
19: $ cd build
20: $ cmake -D CMAKE_BUILD_TYPE=Release -D CMAKE_INSTALL_PREFIX=/usr/local ..
21: $ make -j4
22: $ sudo make install
Now go to your home directory to check whether it is installed or not and write the command.
$ python3
then write
import cv2
And Here you go. OpenCV is successfully installed in your PC.
If you are facing problem for the activation of MS Office 2013. So, here is the best solution available for the MS Office 2013 activation.
Also you can use the android apps in your Linux Mint. Go to below link to check the method.
And don't forget to subscribe and share my YouTube Channel.
Go to the below link to increase your YouTube Subscribers for free...
Thanks :)
Here is another video for you to install the OpenCV Library in your Linux Operating System by using different commands in terminal.
OpenCV-Python is a library of Python bindings designed to solve computer vision problems. It supports a wide variety of programming languages such as C++, Python, Java, etc., and is available on different platforms including Windows, Linux, OS X, Android, and IOS. Interfaces for high-speed GPU operations based on CUDA and OpenCL are also under active development.
So here are the some simple commands which you can use to install this library. You can just copy and paste these below written commands one by one for the successful installation.
1: $ sudo apt-get update
2: $ sudo apt-get upgrade
3: $ sudo apt-get install build-essential cmake unzip pkg-config
4: $ sudo apt -y remove x264 libx264-dev
5: $ sudo apt -y install build-essential checkinstall cmake pkg-config yasm
6: $ sudo apt -y install git gfortran
7: $ sudo apt-get install libjpeg-dev libpng-dev libtiff-dev
If it shows that --unbale to locate the package then try the command number 8,9 and 10 for that package.
9: $ sudo apt update
10: $ sudo apt install libjasper1 libjasper-dev
11: $ sudo apt-get install libavcodec-dev libavformat-dev libswscale-dev libv4l-dev
12: $ sudo apt-get install libxvidcore-dev libx264-dev
13: $ sudo apt-get install cmake git libgtk2.0-dev pkg-config libavcodec-dev libavformat-dev libswscale-dev
14: $ sudo apt-get install python-dev python-numpy libtbb2 libtbb-dev libjpeg-dev libpng-dev libtiff-dev libjasper-dev libdc1394-22-dev
17: $ cd ~/opencv
18: $ mkdir build
19: $ cd build
20: $ cmake -D CMAKE_BUILD_TYPE=Release -D CMAKE_INSTALL_PREFIX=/usr/local ..
21: $ make -j4
22: $ sudo make install
Now go to your home directory to check whether it is installed or not and write the command.
$ python3
then write
import cv2
And Here you go. OpenCV is successfully installed in your PC.
If you are facing problem for the activation of MS Office 2013. So, here is the best solution available for the MS Office 2013 activation.
Also you can use the android apps in your Linux Mint. Go to below link to check the method.
And don't forget to subscribe and share my YouTube Channel.
Go to the below link to increase your YouTube Subscribers for free...
Thanks :)
Комментарии