๐”– Scriptorium
โœฆ   LIBER   โœฆ

๐Ÿ“

OpenCV 3 Computer Vision with Python Cookbook: Leverage the Power of OpenCV 3 and Python to Build Computer Vision Applications

โœ Scribed by Alexey Spizhevoy; Aleksandr Rybnikov


Year
2018
Tongue
English
Leaves
208
Category
Library

โฌ‡  Acquire This Volume

No coin nor oath required. For personal study only.

โœฆ Synopsis


OpenCV 3 is a native cross-platform library for computer vision, machine learning, and image processing. This book will help you tackle increasingly challenging computer vision problems by providing number of recipes that you can use to improvise your existing applications. In this book, you will learn how to process an image by manipulating pixels and analyze an image using histograms. We'll guide you through segmenting images into homogeous regions and extracting meaningful objects. Then you'll learn how to apply image filters to enhance image content and exploit the image geometry in order to relay different views of a pictured scene. We'll explore techniques to achieve camera calibration and perform multiple-view analysis. Later, you'll work on converting low-level pixel information to high-level concepts for applications such as object detection, recognition, and scene monitoring. You'll discover how to process video from files or cameras, and how to detect and track moving objects. Finally, you'll get acquainted with recent approaches in deep learning, object classification, and neural networks. By the end of the book, you'll be able to apply your skills in OpenCV to create and explore computer vision applications in various domains.


๐Ÿ“œ SIMILAR VOLUMES


OpenCV 3 Computer Vision with Python Coo
โœ Alexey Spizhevoy, Aleksandr Rybnikov ๐Ÿ“‚ Library ๐Ÿ“… 2018 ๐Ÿ› Packt Publishing ๐ŸŒ Russian

Recipe-based approach to tackle the most common problems in Computer Vision by leveraging the functionality of OpenCV using Python APIs Key Features vBuild computer vision applications with OpenCV functionality via Python API โ€ข Get to grips with image processing, multiple view geometry, and mac