Learn OPENCV in 9 Hours with Python

preview_player
Показать описание
Welcome to this courese on OpenCV Python Tutorial For Beginners.
OpenCV is an image processing library created by Intel and later supported by Willow Garage and now maintained by Itseez. opencv is available on Mac, Windows, Linux. Works in C, C++, and Python.
it is Open Source and free. opencv is easy to use and install.

Starting with an overview of what the course will be covering, we move on to discussing morphological operations and practically learn how they work on images. We will then learn contrast enhancement using equalization and contrast limiting. Finally we will learn 3 methods to subtract the background from the video and implement them using OpenCV.

At the end of this course, you will have a firm grasp of Computer Vision techniques using OpenCV libraries. This course will be your gateway to the world of data science.

Feel the real power of Python and programming! The course offers you a unique approach of learning how to code by solving real world problems.

#ComputerVision #OpenCV #Python #ProgrammingKnowledge

1 - Introduction to OpenCV
2 - How to Install OpenCV for Python on Windows 10
3 - How to Read, Write, Show Images in OpenCV
4 - How to Read, Write, Show Videos from Camera in OpenCV
5 - Draw geometric shapes on images using Python OpenCV
6 - Setting Camera Parameters in OpenCV Python
7 - Show Date and Time on Videos using OpenCV Python
8 - Handle Mouse Events in OpenCV
9 - More Mouse Event Examples in OpenCV Python
11- Bitwise Operations (bitwise AND, OR, NOT and XOR)
12 - How to Bind Trackbar To OpenCV Windows
13 - Object Detection and Object Tracking Using HSV Color Space
14 - Simple Image Thresholding
15 - Adaptive Thresholding
16 - matplotlib with OpenCV
17 - Morphological Transformations
18 - Smoothing Images | Blurring Images OpenCV
19 - Image Gradients and Edge Detection
20 - Canny Edge Detection in OpenCV
21 - Image Pyramids with Python and OpenCV
22 - Image Blending using Pyramids in OpenCV
22 - Image Blending using Pyramids in OpenCV
23 - Find and Draw Contours with OpenCV in Python
24 - Motion Detection and Tracking Using Opencv Contours
25 - Detect Simple Geometric Shapes using OpenCV in Python
26 - Understanding image Histograms using OpenCV Python
27 - Template matching using OpenCV in Python
28 - Hough Line Transform Theory
29 - Hough Line Transform using HoughLines method in OpenCV
30 - Probabilistic Hough Transform using HoughLinesP in OpenCV
31 - Road Lane Line Detection with OpenCV (Part 1)
32 - Road Lane Line Detection with OpenCV (Part 2)
33 - Road Lane Line Detection with OpenCV (Part 3)
34 - Circle Detection using OpenCV Hough Circle Transform
35 - Face Detection using Haar Cascade Classifiers
36 - Eye Detection Haar Feature based Cascade Classifiers
37 - Detect Corners with Harris Corner Detector in OpenCV
38 - Detect Corners with Shi Tomasi Corner Detector in OpenCV
39 - How to Use Background Subtraction Methods in OpenCV
40 - Mean Shift Object Tracking
41 - Object Tracking Camshift Method

#ProgrammingKnowledge #ComputerVision #OpenCV
★★★Top Online Courses From ProgrammingKnowledge ★★★

★★★ Online Courses to learn ★★★

DISCLAIMER: This video and description contains affiliate links, which means that if you click on one of the product links, I’ll receive a small commission. This help support the channel and allows us to continue to make videos like this. Thank you for the support!
Рекомендации по теме
Комментарии
Автор

has clear explanations, it also covers wide range of topics, thank a lot

MatinRafiei
Автор

when you are practising you will get error at laplacian pyramid
replace the line with
gaussian_extended = cv2.resize(cv2.pyrUp(gp[i]), (gp[i-1].shape[1], gp[i-1].shape[0]))
so that both sizes would be equal

mashokkumarreddy
Автор

I got an error when I tried to import cv2. Tried reinstalling numpy but the error still occurs. Is there other way to check if my system have installed numpy ? Because when I researched it looks like there is another numpy version installed somewhere in the system that's why this error occurs?

ImportError: numpy.core.multiarray failed to import

nevermind. this fixed my problem

pip uninstall numpy

pip install numpy==1.19.3

FigureUnboxed
Автор

Can you share the video we have use for LaneDetection

Mubaarak
Автор

my pycharm did not complete my code, how can i solve that?

altanhaligur
Автор

Hi,
Do you have a link with the code in each of the lessons in the vidoe ?

Thanks
Eran

eranfeit
Автор

Good stuff but at some instances the speaker misses out in conveying logic or his motive behind writing a certain line of code. It feels as if he is just telling the lines and we need to remember it. This happened especially in motion detection part. Otherwise it's a good video to start with opencv.

saurabhmishra
Автор

There was already a course on openCV, why create a new one?

keshavbansal