
Computer vision is found everywhere in modern technology. OpenCV for Python enables us to run computer vision algorithms in real time. With the advent of powerful machines, we are getting more processing power to work with. Using this technology, we can seamlessly integrate our computer vision applications into the cloud. This book will walk you through all the building blocks needed to build amazing computer vision applications with ease.We start off by applying geometric transformations to images. We then discuss affine and projective transformations and see how we can use them to apply cool geometric effects to photos. We will then cover techniques used for object recognition, 3D reconstruction, stereo imaging, and other computer vision applications. The book also covers popular OpenCV libraries with the help of examples. You will also learn about camera calibration and how to apply machine learning with artificial neural networks.The book is a practical tutorial that covers various examples at different levels, teaching you about the different functions of OpenCV and their actual implementation. By the end of this book, you will have acquired the skills to use OpenCV and Python to develop real-world computer vision applications.What you will learnDetect shapes and edges from images and videosHow to apply filters on images and videosUse different techniques to manipulate and improve imagesExtract and manipulate particular parts of images and videosTrack objects or colors from videosRecognize specific object or faces from images and videosHow to create Augmented Reality applicationsApply artificial neural networks and machine learning to improve object recognition
Author: Gabriel Garrido