Classbaze

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

Computer Vision: OpenCV Fundamentals Using Python

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.
/5
(0 reviews)
1 students
Created by

8.5

Classbaze Grade®

9.1

Freshness

N/A

Popularity

7.4

Material

Platform: Simpliv Learning
Video: 4h10m
Language: English
Next start: On Demand

Best Machine Learning classes:

Classbaze Rating

Classbaze Grade®

8.5 / 10

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

Freshness

9.1 / 10
This course was last updated on 07/2020.

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

We analyzed factors such as the rating and the ratio between the number of reviews and the number of students, which is a great signal of student commitment. If a course does not yet have a rating, we exclude Feedback Score from the overall CourseMarks Score.

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

7.4 / 10
Video Score: 7.5 / 10
The course includes 4h10m 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 5 hours 48 minutes of 749 Machine Learning courses on Simpliv Learning.
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: 1.0 / 10

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

This course contains:

0 article.
0 resource.
0 exercise.
0 test.

In this page

About the course

Copyright Disclaimer:

All exercises and examples used in this newly created course closely follows the official documentation of OpenCV and does not have copyright liability towards contents of any online/local booksellers or course creators.

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?

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

Who is this course is made for?

• Beginners who have an interest in computer vision
• College students looking to get a head start before starting computer vision research
• Anyone curious using Deep Learning for Computer Vision
• Entrepreneurs looking to implement computer vision startup ideas

Are there coupons or discounts for Computer Vision: OpenCV Fundamentals Using Python ? What is the current price?

The course costs $9.99. And currently there is a 80% discount on the original price of the course, which was $49.99. So you save $40 if you enroll the course now.
The average price is $13.6 of 749 Machine Learning courses. So this course is -27% more expensive than the average Machine Learning course on Simpliv Learning.

Will I be refunded if I'm not satisfied with the Computer Vision: OpenCV Fundamentals Using Python course?

YES, Computer Vision: OpenCV Fundamentals Using Python has a 20-day money back guarantee. The 20-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 Fundamentals Using Python course, but there is a $40 discount from the original price ($49.99). So the current price is just $9.99.

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

Abhilash Nelson has created 42 courses that got 1,230 reviews which are generally positive. Abhilash Nelson has taught 51,401 students and received a 4.2 average review out of 1,230 reviews. Depending on the information available, we think that Abhilash Nelson is an instructor that you can trust.
Senior Software Developer
Browse all courses by on Classbaze.

8.5

Classbaze Grade®

9.1

Freshness

N/A

Popularity

7.4

Material

Platform: Simpliv Learning
Video: 4h10m
Language: English
Next start: On Demand

Classbaze recommendations for you