Intro and loading Images - OpenCV with Python for Image and Video Analysis 1

preview_player
Показать описание
Welcome to a tutorial series, covering OpenCV, which is an image and video processing library with bindings in C++, C, Python, and Java. OpenCV is used for all sorts of image and video analysis, like facial recognition and detection, license plate reading, photo editing, advanced robotic vision, optical character recognition, and a whole lot more.

We will be working through many Python examples here. Getting started with OpenCV's Python bindings is actually much easier than many people make it out to be initially. You will need two main libraries, with an optional third: python-OpenCV, Numpy, and Matplotlib.

Рекомендации по теме
Комментарии
Автор

Thanks to your tutorials on OpenCV i created a traffic sign recognition program on raspberry pi2 in about 5 hours or so. your tutorials are easy simple to understand and show how to use examples in daily applications. will share the code here in a month or so. thanks for all the help.

BijilBaji
Автор

2023 still watching your videos man. ! thanks a lot. god bless you

tvharikrishna
Автор

i was searching for tutorial over opencv, have tried some of the video and left half way but after seeing ur tutorial videos, i thought i found the best one

harshjain
Автор

What worked for me was:
pip install opencv-python

Then:
import cv2

Kea
Автор

Crazy to see how far this guy has come!

ua
Автор

Best tutorial for opencv in youtube..very much underrated..thank you sir for making this video

anindyabiswas
Автор

You remind me of someone called Edward Snowden. I guess you get that quite often :D

svizztech
Автор

best opencv tutorials i have came across so far THANK YOU love from INDIA

abhishekjagtap
Автор

I should say you are an amazing guy.You were helped me a lot on my project with these tutorials.Thanks so much.

chamarakvmadushanka
Автор

I have been meaning to post this but keep forgetting, but I want to say thank you, your tutorials have helped me so much one of the best teachers on youtube!

NirajC
Автор

You just made studying more open for people around the globe! Thanks mate!

hafizsofian
Автор

cheers bro. i love how you make everything looks simple

aimanjamsariaj
Автор

thanks man your 1st place in my python You Tubers list

ihsanshafi
Автор

Dear lord finally got this all to work so far!, installing opencv for 64bit to work inside pycharm in 2018...wow!! Here's the crazy part, after several hours of nothing but forum reading and trial and error and teaching myself new things I decided I'm going give up on trying to make it work with pycharm and just use python idle. Then two days later and several hours of tinkering more I some how have it working in pycharm but not python Idle. Go figure.

richtankone
Автор

After some hard work i got it to work by doing:
pip3 install opencv-python
sudo apt-get install libatlas-base-dev
sudo apt-get install libjasper-dev
sudo apt-get install libqtgui4
sudo apt-get install python3-pyqt5
sudo apt-get install libqt4-test


Then i could import cv2

oscarlindqvist
Автор

your briefing in some intervals are really helpful and important. One like opencv's default BGR but matplotlib's is RGB. This can save a homework like mine :)

tariktahaozdogan
Автор

For python3 what worked for me was:
$ python3 -m pip install opencv-python
$ python3 -m pip install matplotlib

pratimugale
Автор

honestly Im just thankful that you helped me install opencv

milosulipeck
Автор

Hey Sentdex, you're a legend, I've been looking for a channel like this. These videos are great, keep them up bro!

yudhvirraj
Автор

2020 and this tut is still very useful. Thank you!

ianhudson