-
Book Overview & Buying
-
Table Of Contents
Computer Vision Theory and Projects in Python for Beginners
By :
Computer Vision Theory and Projects in Python for Beginners
By:
Overview of this book
The high-quality content of the Mastering Computer Vision from the Absolute Beginning Using Python course presents you with a great opportunity to learn and become an expert. You will learn the core concepts of the CV field. This course will also help you understand the digital imaging process and identify the key application areas of CV. The course is easy to understand, descriptive, comprehensive, practical with live coding, and rich with state-of-the-art and updated knowledge of this field.
Although this course is a compilation of all the basic concepts of CV, you are encouraged to step up and experience more than what you learn. Your understanding of every concept is tested at the end of each section. The homework assignments/tasks/activities/quizzes along with solutions will assess your learning. Several of these activities are focused on coding so that you are ready to run with implementations.
The two hands-on projects in the last section—Change Detection in CCTV Cameras (Real-Time) and Smart DVRs (Real-Time)—make up the most important learning element of this course. They will help you sharpen your practical skills. Successful completion of these two projects will help you enrich your portfolio and kick-start your career in the CV field.
By the end of the course, you will have a strong understanding of Computer Vision concepts and will be ready to apply them in your future projects.
Code bundles are available here: https://github.com/PacktPublishing/Computer-Vision-Theory-and-Projects-in-Python-for-Beginners
Table of Contents (18 chapters)
Introduction to Course and Instructor
Introduction to Images
2D Scaling Transformations
2D Geometric Transformations
Geometric Transformation Estimation (Panorama)
Binary Morphology
Image Filtering
Canny Edge Detector
Shape Detection
Shape Detection Hough Transform
Corner Detection
Automatic Panorama SIFT
Object Detection
YOLO Object Detector
Object Tracking
3D Reconstruction
Smart CCTV Project