Learn Computer Vision Using OpenCV - Sunila Gollapudi

Learn Computer Vision Using OpenCV (eBook)

With Deep Learning CNNs and RNNs
eBook Download: PDF
2019 | First Edition
XX, 151 Seiten
Apress (Verlag)
978-1-4842-4261-2 (ISBN)
Systemvoraussetzungen
56,99 inkl. MwSt
  • Download sofort lieferbar
  • Zahlungsarten anzeigen
Build practical applications of computer vision using the OpenCV library with Python. This book discusses different facets of computer vision such as image and object detection, tracking and motion analysis and their applications with examples. 

The author starts with an introduction to computer vision followed by setting up OpenCV from scratch using Python. The next section discusses specialized image processing and segmentation and how images are stored and processed by a computer. This involves pattern recognition and image tagging using the OpenCV library. Next, you'll work with object detection, video storage and interpretation, and human detection using OpenCV. Tracking and motion is also discussed in detail. The book also discusses creating complex deep learning models with CNN and RNN. The author finally concludes with recent applications and trends in computer vision.

After reading this book, you will be able to understand and implement computer vision and its applications with OpenCV using Python. You will also be able to create deep learning models with CNN and RNN and understand how these cutting-edge deep learning architectures work.

What You Will Learn
  • Understand what computer vision is, and its overall application in intelligent automation systems
  • Discover the deep learning techniques required to build computer vision applications
  • Build complex computer vision applications using the latest techniques in OpenCV, Python, and NumPy
  • Create practical applications and implementations such as face detection and recognition, handwriting recognition, object detection, and tracking and motion analysis

Who This Book Is For
Those who have a basic understanding of machine learning and Python and are looking to learn computer vision and its applications. 




Sunila Gollapudi has over 17 years of experience in developing, designing and architecting data-driven solutions with a focus on the banking and financial services sector. She is currently working at  Broadridge, India as vice president. She's played various roles as chief architect, big data and AI evangelist, and mentor.

She has been a speaker at various conferences and meetups on Java and big data technologies. Her current big data and data science expertise includes Hadoop, Greenplum, MarkLogic, GemFire, ElasticSearch, Apache Spark, Splunk, R, Julia, Python (scikit-learn), Weka, MADlib, Apache Mahout, and advanced analytics techniques such as deep learning, computer vision, reinforcement, and ensemble learning.

Build practical applications of computer vision using the OpenCV library with Python. This book discusses different facets of computer vision such as image and object detection, tracking and motion analysis and their applications with examples. The author starts with an introduction to computer vision followed by setting up OpenCV from scratch using Python. The next section discusses specialized image processing and segmentation and how images are stored and processed by a computer. This involves pattern recognition and image tagging using the OpenCV library. Next, you'll work with object detection, video storage and interpretation, and human detection using OpenCV. Tracking and motion is also discussed in detail. The book also discusses creating complex deep learning models with CNN and RNN. The author finally concludes with recent applications and trends in computer vision.After reading this book, you will be able to understand and implement computer vision and its applications with OpenCV using Python. You will also be able to create deep learning models with CNN and RNN and understand how these cutting-edge deep learning architectures work.What You Will LearnUnderstand what computer vision is, and its overall application in intelligent automation systemsDiscover the deep learning techniques required to build computer vision applicationsBuild complex computer vision applications using the latest techniques in OpenCV, Python, and NumPyCreate practical applications and implementations such as face detection and recognition, handwriting recognition, object detection, and tracking and motion analysisWho This Book Is ForThose who have a basic understanding of machine learning and Python and are looking to learn computer vision and its applications. 

Table of Contents 5
About the Author 9
About the Technical Reviewer 10
Acknowledgments 11
Foreword 12
Introduction 13
Chapter 1: Artificial Intelligence and Computer Vision 17
Introduction to Artificial Intelligence 19
Natural Language Processing 23
Robotics 26
Machine Learning 27
Expert Systems 29
Speech and Voice Recognition 29
Intelligent Process Automation 30
Introduction to Computer Vision 30
Scope 31
Challenges of Computer Vision 35
Real-World Applications of Computer Vision 37
Automotive Industry 38
Healthcare and Biomedical Industry 38
Retail Industry 39
Images and Their Features 40
Color Spaces 41
Core Building Blocks (Input – Process – Output) 42
Optical Character Recognition and Intelligent Character Recognition 44
Optical Mark Recognition 44
Conclusion 44
Chapter 2: OpenCV with Python 46
About OpenCV 47
Setting Up OpenCV with Python 47
Windows Installation 47
macOS Installation 51
Using Modules 53
Working with Images and Videos 55
Using NumPy 55
Reading and Loading Images with OpenCV and NumPy 56
Working with a Histogram Representation 59
Videos 61
Loading Videos from a Webcam 61
Loading Videos from a File 62
Reading the Video and Writing into a File 63
Conclusion 64
Chapter 3: Deep Learning for Computer Vision 66
Deep Learning: An Overview 67
Deep Learning Applications in Computer Vision 68
Classification 68
Detection and Localization 69
(Semantic) Segmentation 70
Similarity Learning 70
Image Captioning 70
Generative Models 71
Video Analysis 72
Neural Networks at Their Core 72
Artificial Neural Networks 73
Artificial Neurons or Perceptrons 73
Training Neural Networks 77
Backpropagation 77
Gradient Descent and Stochastic Gradient Descent 78
Convolutional Neural Networks 78
Convolution Layer 79
Pooling Layer 80
Fully Connected Layer 80
Recurrent Neural Networks 81
Backpropagation Through Time 83
Conclusion 84
Chapter 4: Image Manipulation and Segmentation 85
Image Manipulations 86
Accessing and Manipulating Pixels 87
Drawing Geometric Shapes or Writing Text on a Color Image 89
Filtering Images 93
Transforming Images 96
Translation 97
Rotation 99
Image Scaling 101
Edge Detection 102
Image Segmentation 104
Line Detection 106
Circle Detection 107
Conclusion 110
Chapter 5: Object Detection and Recognition 111
Basics of Object Detection 111
Object Detection vs. Object Recognition 112
Template Matching 113
Challenges with Template Matching 116
Understanding Image “Features” 116
Interesting and Uninteresting Points 117
Types of Image Features 118
Feature Matching 119
Image Corners As Features 119
Harris Corner Algorithm 120
Feature Tracking and Matching Flow 122
Scale Variant Feature Transform 123
Speeded-Up Robust Features 126
Features from Accelerated Segment Test 127
Binary Robust Independent Elementary Features 128
Oriented FAST and Rotated BRIEF 130
Conclusion 131
Chapter 6: Motion Analysis and Object Tracking 132
Introduction to Object Tracking 133
Challenges of Object Tracking 134
Object Detection Techniques for Tracking 134
Frame Differentiation 135
Background Subtraction 136
Optical Flow 138
Lucas–Kanade Differential Algorithm 139
Dense Optical Flow Algorithm 142
Object Classification 144
Shaped-Based Classification 145
Motion-Based Classification 145
Color-Based Classification 145
Texture-Based Classification 146
Object Tracking Methods 146
Point Tracking Method 147
Kernel-Based Tracking Methods 148
Simple Template Matching 148
Meanshift Method 149
Support Vector Machine 157
Layering-Based Tracking 157
Silhouette-Based Tracking 157
Contour Tracking 158
Shape Matching 158
Conclusion 158
Index 159

Erscheint lt. Verlag 26.4.2019
Zusatzinfo XX, 151 p. 88 illus., 61 illus. in color.
Sprache englisch
Themenwelt Mathematik / Informatik Informatik Programmiersprachen / -werkzeuge
Informatik Theorie / Studium Künstliche Intelligenz / Robotik
Schlagworte Artificial Intelligence • computer vision • Deep learning • Image Segmentation • Object detection • Open CV • Python
ISBN-10 1-4842-4261-0 / 1484242610
ISBN-13 978-1-4842-4261-2 / 9781484242612
Haben Sie eine Frage zum Produkt?
PDFPDF (Wasserzeichen)
Größe: 6,4 MB

DRM: Digitales Wasserzeichen
Dieses eBook enthält ein digitales Wasser­zeichen und ist damit für Sie persona­lisiert. Bei einer missbräuch­lichen Weiter­gabe des eBooks an Dritte ist eine Rück­ver­folgung an die Quelle möglich.

Dateiformat: PDF (Portable Document Format)
Mit einem festen Seiten­layout eignet sich die PDF besonders für Fach­bücher mit Spalten, Tabellen und Abbild­ungen. Eine PDF kann auf fast allen Geräten ange­zeigt werden, ist aber für kleine Displays (Smart­phone, eReader) nur einge­schränkt geeignet.

Systemvoraussetzungen:
PC/Mac: Mit einem PC oder Mac können Sie dieses eBook lesen. Sie benötigen dafür einen PDF-Viewer - z.B. den Adobe Reader oder Adobe Digital Editions.
eReader: Dieses eBook kann mit (fast) allen eBook-Readern gelesen werden. Mit dem amazon-Kindle ist es aber nicht kompatibel.
Smartphone/Tablet: Egal ob Apple oder Android, dieses eBook können Sie lesen. Sie benötigen dafür einen PDF-Viewer - z.B. die kostenlose Adobe Digital Editions-App.

Zusätzliches Feature: Online Lesen
Dieses eBook können Sie zusätzlich zum Download auch online im Webbrowser lesen.

Buying eBooks from abroad
For tax law reasons we can sell eBooks just within Germany and Switzerland. Regrettably we cannot fulfill eBook-orders from other countries.

Mehr entdecken
aus dem Bereich
der Praxis-Guide für Künstliche Intelligenz in Unternehmen - Chancen …

von Thomas R. Köhler; Julia Finkeissen

eBook Download (2024)
Campus Verlag
38,99
Wie du KI richtig nutzt - schreiben, recherchieren, Bilder erstellen, …

von Rainer Hattenhauer

eBook Download (2023)
Rheinwerk Computing (Verlag)
24,90