5-1 What's OpenCV?
What You'll Learn OpenCV is a capable, open source library that helps your computer "see" the world. In this course, we'll take a step by step guide into O
5-2 Getting Started: Setup and Basic Use
Want Your Computer to "See"? an easy Guide to Installing OpenCV. This guide will show you the easiest way to install OpenCV, it's as simple as downloading
5-3 Accessing Images
Accessing Images: OpenCV's First operation. Ever wanted your code to "see" images just like your eyes do? Now, we're going to learn about the imread functi
5-4 Adjusting Images
Image Modifications: Let Your Code Become an Image Designer. Ever wished your code could do more than just "see" pictures? What if it could also act like a
5-5 Adding to Your Images
Use OpenCV drawing functions to add lines, rectangles, circles, ellipses, polygons, and text to images with practical Python examples.
5-6 Advanced Usage
Real time Camera Preview: Turning Your Computer into a "Live Camera". Ever wanted to make your computer display a live camera feed, just like your phone do