Book Image

Learn Computer Vision with Python and OpenCV [Video]

By : Kathiravan Natarajan
Book Image

Learn Computer Vision with Python and OpenCV [Video]

By: Kathiravan Natarajan

Overview of this book

<p>Computer vision solves imaging problems that cannot be solved using ordinary systems and sensors. OpenCV is one of the most popular Computer Vision libraries and helps you write faster code.</p> <p>This course begins with the basics of loading and working with images. You will detect colored objects in your images easily. You will also use tools to build and apply filters in your photos and track objects in a video.</p> <p>By the end of the 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.</p> <p>The code bundle is placed at:&nbsp;<a href="https://github.com/PacktPublishing/Learn-Computer-Vision-with-Python-and-OpenCV-Video" target="_blank">https://github.com/PacktPublishing/Learn-Computer-Vision-with-Python-and-OpenCV-Video</a></p> <h1>Style and Approach</h1> <p>This course will teach you the skills required to develop computer vision applications using Python with practical examples.</p>
Table of Contents (4 chapters)
Chapter 1
Get Started with OpenCV Libraries
Content Locked
Section 2
OpenCV Installation and Its Prerequisites
This video aims to clarify some things in order to set an OpenCV environment ready for future videos. - Learn about OpenCV and its prerequisites - Install OpenCV-Python wrapper using pip install - Learn some NumPy basics for getting started with OpenCV