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
Install OpenCV and Review Python Basics
Install OpenCV on Ubuntu, verify the Python bindings, and review the Python and NumPy concepts used in later computer-vision examples.
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
Drawing Lines: Make Your Images Pop with Cool Lines. Ever wanted your code to not just process images, but also draw on them like an artist? That's where O
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