How to Install OpenCV in Linux Mint | Easy Steps to install OPENCV in Linux

preview_player
Показать описание
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 :)
Рекомендации по теме
Комментарии
Автор

Hello
How are you ?
Your content is mindblowing and awesome you will succeed confermily.
I will support you definitely, I have also a Stream Editing channel please visit big brother Please 🙏
If don't like then disliked 🥺Please support because I am still making funny videos to make to make my audience happy please share it will support me, I am sharing my feelings as you are big brother " Did you know big brother I don't have my personal mobile phone I am using my mother's phone to upload videos and making videos in very worst devise because it's get restart after working 20-25 minutes and i have to work again and again 😭😭, that is my pc and this laptop where i am working is second hand and this laptop owner 'told me this laptop I bought in 2011' and i have to buy because I am not rich and I am crying daily because of this only 😭.
I have a dream that is to buy a mobile phone from my YouTube earning to make  good quality of gameplay and other" and this possible only because of your shareing . So, big brother please share my videos 🥺😭😭🙏🙏🙏🙏 and told them to share more and more so I can come fast as fast from this condition.(sorry, my English is not good)keep supporting me and my channel 🙏🙏🙏.
Don't worry from my side i will not unsub.  Confermily okay big brother 😊..

Alone-vjmj
Автор

It's very informative. Would love to see more 👍

pixelplayground