Classbaze

Disclosure: when you buy through links on our site, we may earn an affiliate commission.

Computer vision: OpenCV Basics Quick Starter in Python

Start your Deep Learning Computer Vision Endeavor with Strong OpenCV Basics in Python
3.9
3.9/5
(12 reviews)
1,368 students
Created by

8.8

Classbaze Grade®

9.9

Freshness

6.9

Popularity

8.9

Material

Start your Deep Learning Computer Vision Endeavor with Strong OpenCV Basics in Python
Platform: Udemy
Video: 4h 2m
Language: English
Next start: On Demand

Best OpenCV classes:

Classbaze Rating

Classbaze Grade®

8.8 / 10

CourseMarks Score® helps students to find the best classes. We aggregate 18 factors, including freshness, student feedback and content diversity.

Freshness

9.9 / 10
This course was last updated on 3/2022.

Course content can become outdated quite quickly. After analysing 71,530 courses, we found that the highest rated courses are updated every year. If a course has not been updated for more than 2 years, you should carefully evaluate the course before enrolling.

Popularity

6.9 / 10
We analyzed factors such as the rating (3.9/5) and the ratio between the number of reviews and the number of students, which is a great signal of student commitment.

New courses are hard to evaluate because there are no or just a few student ratings, but Student Feedback Score helps you find great courses even with fewer reviews.

Material

8.9 / 10
Video Score: 8.2 / 10
The course includes 4h 2m video content. Courses with more videos usually have a higher average rating. We have found that the sweet spot is 16 hours of video, which is long enough to teach a topic comprehensively, but not overwhelming. Courses over 16 hours of video gets the maximum score.
The average video length is 4 hours 44 minutes of 35 OpenCV courses on Udemy.
Detail Score: 9.1 / 10

The top online course contains a detailed description of the course, what you will learn and also a detailed description about the instructor.

Extra Content Score: 9.5 / 10

Tests, exercises, articles and other resources help students to better understand and deepen their understanding of the topic.

This course contains:

2 articles.
0 resource.
0 exercise.
0 test.

In this page

About the course

Hi There!

Welcome to my new course OpenCV Fundamentals using Python. This is the first course from my Computer Vision series.

Lets see what are the interesting topics included in this course. At first we will have an overview about computer vision and the amazing OpenCV, the open-source computer vision library.

After that, we are ready to proceed with preparing our computer for installing OpenCV and later will proceed with installing OpenCV itself. Then we will try a one liner code to check if everything is working fine.

When I said this course is for complete beginners, I really mean it. Because even-if you are coming from a non-python background, the next few sessions and examples will help you get the basic python programming skill to proceed with the rest of the sessions. The topics include Python assignment, flow-control, functions and data structures.

Now we are all set to proceed with python computer vision exercises.  But before that we need to learn the theory of how a digital image is organized. Concept of pixels, color and grey scale channels, color codes etc.

Then we will write our first opencv program in which we will simply load and display an image from our computer and we will write a grey scale version of this image back to our computer itself.

As you already know the basic building block of a digital image is pixels, we will use the power of opencv to manipulate the individual pixels of an image and modify it.

Later in the next session, we will use a similar technique to select a collective area of pixels and manipulate it by trying to change color and also get the properties of the image.

Hope you know that there are 3 color channels in a color image and a single one in greyscale image. We will try to separate and extract those color channels and later try to merge them back to form the original image.

Color spaces, unlike the color channels, is the way how colors are organized in an image. In the next session, we will explore the popular color spaces and will do exercises which switches an image between different color spaces.

In the next session, we will use opencv to create and draw simple geometric shapes like line, rectangle, circle, ellipse, polygon etc into an image canvas. We also will try to insert a text into the canvas.

Then we will try some morphological transformations to our image which includes erosion which erodes the pixels, then dilation which will expand the pixels, Opening transformation for white noise removal and closing for black point noise removal. Then gradient transformation and finally the top hat and black hat morphological image transformations.

After that we will try the geometric transformations which includes scaling or resizing the image, then translating or place shifting the image, flipping or changing sides, rotating the image by fixing an axis, and cropping the image to extract the region of interest.

In the coming two sessions, we will try the basic arithmetic and logical operations between two images. We will try to do the addition operation and subtraction operation between two images. We will also try the AND, OR, XOR and NOT binary bitwise operations for two images and will check the results obtained.

Later we will go ahead with Image masking, which is a technique of covering the unwanted areas of image and display only the region of interest.

And after that we will try Image Smoothing techniques. At first we will use our own filter to do a custom smoothing of image and later built in filters using algorithms like Gaussian Smoothing, average smoothing, Median and finally the bilateral smoothing.

Then we will see an advanced technique called thresholding which is very useful in preprocessing and preparing the image for computer vision algorithms. We will do exercises to demonstrate simple thresholding, Otsu thresholding and adaptive thresholding.

Then we will check an interesting image color intensity plotting technique called as the histograms. We will plot a histogram and will learn how we can analyse the histogram to predict the nature of image.

By using this histogram and adjusting the values based on it, we can enhance the contrast of dull looking images. We will explore the technique called histogram equalization.

Image pyramids are different sized images generated and stacked one on top of other. We will explore how we can use opencv methods to generate image pyramids.

For us humans, its an easy task to find an object in a scene and find the edges of it. For computers its not that easy. We will explore the opencv functions which enable us to find the edges using the Canny edge detection.

As we know to a computer, an image is just a collection of numbers. To find the edges, gradients or the pattern of intensity change of colors should be found out. We will use gradient detection function of OpenCV to do that.

Then finally we will draw contours along the different objects in an image with the help of the above mentioned techniques and try to count the number of objects available in the scene.

That’s all about the basics. The code and the images used in this course has been uploaded and shared in a folder. I will include the link to download them in the last session or the resource section of this course. You are free to use the code in your projects with no questions asked.

So that’s all for now, see you soon in the class room. Happy learning and have a great time.

What can you learn from this course?

✓ OpenCV Image Manipulation Fundamentals using Python. Also includes a Python basics refresher session.

What you need to start the course?

• A decent configuration computer and an enthusiasm to dive into the world of computer vision

Who is this course is made for?

• Beginners or those who wants to start with Python Computer Vision using OpenCV

Are there coupons or discounts for Computer vision: OpenCV Basics Quick Starter in Python ? What is the current price?

The course costs $14.99. And currently there is a 82% discount on the original price of the course, which was $84.99. So you save $70 if you enroll the course now.
The average price is $15.3 of 35 OpenCV courses. So this course is 2% cheaper than the average OpenCV course on Udemy.

Will I be refunded if I'm not satisfied with the Computer vision: OpenCV Basics Quick Starter in Python course?

YES, Computer vision: OpenCV Basics Quick Starter in Python has a 30-day money back guarantee. The 30-day refund policy is designed to allow students to study without risk.

Are there any financial aid for this course?

Currently we could not find a scholarship for the Computer vision: OpenCV Basics Quick Starter in Python course, but there is a $70 discount from the original price ($84.99). So the current price is just $14.99.

Who will teach this course? Can I trust Abhilash Nelson?

Abhilash Nelson has created 20 courses that got 1,941 reviews which are generally positive. Abhilash Nelson has taught 39,763 students and received a 4.3 average review out of 1,941 reviews. Depending on the information available, we think that Abhilash Nelson is an instructor that you can trust.
Computer Engineering Master & Senior Programmer at Dubai
I am a pioneering, talented and security-oriented Android/iOS Mobile and PHP/Python Web Developer Application Developer offering more than eight years’ overall IT experience which involves designing, implementing, integrating, testing and supporting impact-full web and mobile applications.
I am a Post Graduate Masters Degree holder in Computer Science and Engineering.
My experience with PHP/Python Programming is an added advantage for server based Android and iOS Client Applications.
I am currently serving full time as a Senior Solution Architect managing my client’s projects from start to finish to ensure high quality, innovative and functional design.
Browse all courses by on Classbaze.

8.8

Classbaze Grade®

9.9

Freshness

6.9

Popularity

8.9

Material

Platform: Udemy
Video: 4h 2m
Language: English
Next start: On Demand

Classbaze recommendations for you