Computer Vision for Driver Assistance (eBook)

Simultaneous Traffic and Driver Monitoring
eBook Download: PDF
2017 | 1st ed. 2017
XVI, 224 Seiten
Springer International Publishing (Verlag)
978-3-319-50551-0 (ISBN)

Lese- und Medienproben

Computer Vision for Driver Assistance - Mahdi Rezaei, Reinhard Klette
Systemvoraussetzungen
128,39 inkl. MwSt
  • Download sofort lieferbar
  • Zahlungsarten anzeigen

This book summarises the state of the art in computer vision-based driver and road monitoring, focussing on monocular vision technology in particular, with the aim to address challenges of driver assistance and autonomous driving systems.

While the systems designed for the assistance of drivers of on-road vehicles are currently converging to the design of autonomous vehicles, the research presented here focuses on scenarios where a driver is still assumed to pay attention to the traffic while operating a partially automated vehicle. Proposing various computer vision algorithms, techniques and methodologies, the authors also provide a general review of computer vision technologies that are relevant for driver assistance and fully autonomous vehicles.

Computer Vision for Driver Assistance is the first book of its kind and will appeal to undergraduate and graduate students, researchers, engineers and those generally interested in computer vision-related topics in modern vehicle design. 



Mahdi Rezaei is Assistant Professor at Qazvin Islamic Azad University, Iran, and Honorary Academic Staff at the University of Auckland, New Zealand. He has a PhD in Computer Science and was awarded the Best Thesis Award from the University of Auckland. His research interests include computer vision, pattern recognition, and advanced driver assistance systems. Rezaei is the author of numerous contributions to top publications, including IEEE Transactions on Intelligent Transportation Systems and IEEE Conference on Computer Vision and Pattern Recognition, CVPR.

Reinhard Klette, Fellow of the Royal Society of New Zealand, is Professor at the Auckland University of Technology, New Zealand. He previously held positions at the University of Auckland, the Technical University of Berlin, and the Academy of Sciences Berlin. His research interests include computer vision, pattern recognition, and algorithm design. From 2003 to 2008, he was Associate Editor of IEEE Transactions on Pattern Analysis and Machine Intelligence.

Mahdi Rezaei is Assistant Professor at Qazvin Islamic Azad University, Iran, and Honorary Academic Staff at the University of Auckland, New Zealand. He has a PhD in Computer Science and was awarded the Best Thesis Award from the University of Auckland. His research interests include computer vision, pattern recognition, and advanced driver assistance systems. Rezaei is the author of numerous contributions to top publications, including IEEE Transactions on Intelligent Transportation Systems and IEEE Conference on Computer Vision and Pattern Recognition, CVPR. Reinhard Klette, Fellow of the Royal Society of New Zealand, is Professor at the Auckland University of Technology, New Zealand. He previously held positions at the University of Auckland, the Technical University of Berlin, and the Academy of Sciences Berlin. His research interests include computer vision, pattern recognition, and algorithm design. From 2003 to 2008, he was Associate Editor of IEEE Transactions on Pattern Analysis and Machine Intelligence.

Preface 7
Contents 10
Symbols 13
1 Vision-Based Driver-Assistance Systems 15
1.1 Driver-Assistance Towards Autonomous Driving 15
1.2 Sensors 16
1.3 Vision-Based Driver Assistance 18
1.4 Safety and Comfort Functionalities 21
1.5 VB-DAS Examples 22
1.6 Current Developments 26
1.7 Scope of the Book 29
2 Driver-Environment Understanding 33
2.1 Driver and Environment 33
2.2 Driver Monitoring 34
2.3 Basic Environment Monitoring 39
2.4 Midlevel Environment Perception 44
3 Computer Vision Basics 51
3.1 Image Notations 51
3.2 The Integral Image 53
3.3 RGB to HSV Conversion 54
3.4 Line Detection by Hough Transform 55
3.5 Cameras 57
3.6 Stereo Vision and Energy Optimization 58
3.7 Stereo Matching 61
4 Object Detection, Classification, and Tracking 64
4.1 Object Detection and Classification 64
4.2 Supervised Classification Techniques 66
4.2.1 The Support Vector Machine 66
4.2.2 The Histogram of Oriented Gradients 72
4.2.3 Haar-Like Features 76
4.3 Unsupervised Classification Techniques 81
4.3.1 k-Means Clustering 81
4.3.2 Gaussian Mixture Models 85
4.4 Object Tracking 91
4.4.1 Mean Shift 93
4.4.1.1 Mean Shift Tracking 95
4.4.2 Continuously Adaptive Mean Shift 97
4.4.3 The Kanade–Lucas–Tomasi (KLT) Tracker 98
4.4.4 Kalman Filter 102
4.4.4.1 Filter Implementation 104
4.4.4.2 Tracking by Prediction and Refinement 106
5 Driver Drowsiness Detection 108
5.1 Introduction 108
5.2 Training Phase: The Dataset 110
5.3 Boosting Parameters 112
5.4 Application Phase: Brief Ideas 112
5.5 Adaptive Classifier 115
5.5.1 Failures Under Challenging Lighting Conditions 115
5.5.2 Hybrid Intensity Averaging 117
5.5.3 Parameter Adaptation 118
5.6 Tracking and Search Minimization 120
5.6.1 Tracking Considerations 120
5.6.2 Filter Modelling and Implementation 121
5.7 Phase-Preserving Denoising 123
5.8 Global Haar-Like Features 124
5.8.1 Global Features vs. Local Features 125
5.8.2 Dynamic Global Haar Features 127
5.9 Boosting Cascades with Local and Global Features 127
5.10 Experimental Results 128
5.11 Concluding Remarks 138
6 Driver Inattention Detection 140
6.1 Introduction 140
6.2 Asymmetric Appearance Models 142
6.2.1 Model Implementation 142
6.2.2 Asymmetric AAM 144
6.3 Driver's Head-Pose and Gaze Estimation 146
6.3.1 Optimized 2D to 3D Pose Modelling 147
6.3.2 Face Registration by Fermat-Transform 149
6.4 Experimental Results 152
6.4.1 Pose Estimation 152
6.4.2 Yawning Detection and Head Nodding 152
6.5 Concluding Remarks 157
7 Vehicle Detection and Distance Estimation 159
7.1 Introduction 159
7.2 Overview of Methodology 161
7.3 Adaptive Global Haar Classifier 164
7.4 Line and Corner Features 167
7.4.1 Horizontal Edges 168
7.4.2 Feature-Point Detection 169
7.5 Detection Based on Taillights 171
7.5.1 Taillight Specifications: Discussion 171
7.5.2 Colour Spectrum Analysis 173
7.5.3 Taillight Segmentation 174
7.5.4 Taillight Pairing by Template Matching 175
7.5.5 Taillight Pairing by Virtual Symmetry Detection 177
7.6 Data Fusion and Temporal Information 180
7.7 Inter-vehicle Distance Estimation 183
7.8 Experimental Results 186
7.8.1 Evaluations of Distance Estimation 187
7.8.2 Evaluations of the Proposed Vehicle Detection 188
7.9 Concluding Remarks 199
8 Fuzzy Fusion for Collision Avoidance 201
8.1 Introduction 201
8.2 System Components 203
8.3 Fuzzifier and Membership Functions 204
8.4 Fuzzy Inference and Fusion Engine 207
8.4.1 Rule of Implication 208
8.4.2 Rule of Aggregation 208
8.5 Defuzzification 209
8.6 Experimental Results 209
8.7 Concluding Remarks 216
Erratum to: Computer Vision for Driver Assistance: Simultaneous Traffic and Driver Monitoring 218
Bibliography 219
Index 233

Erscheint lt. Verlag 6.2.2017
Reihe/Serie Computational Imaging and Vision
Zusatzinfo XVI, 224 p. 139 illus., 137 illus. in color.
Verlagsort Cham
Sprache englisch
Themenwelt Mathematik / Informatik Informatik Grafik / Design
Mathematik / Informatik Mathematik
Schlagworte advanced driver-assistance systems • Autonomous Vehicles • Driver Distraction • driver fatigue • Fuzzy Logic • Object detection • object tracking • supervised learning • Unsupervised Learning • Vehicle detection
ISBN-10 3-319-50551-3 / 3319505513
ISBN-13 978-3-319-50551-0 / 9783319505510
Haben Sie eine Frage zum Produkt?
Wie bewerten Sie den Artikel?
Bitte geben Sie Ihre Bewertung ein:
Bitte geben Sie Daten ein:
PDFPDF (Wasserzeichen)
Größe: 12,1 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 professionelle Einstieg

von Robert Klaßen

eBook Download (2022)
Rheinwerk Design (Verlag)
34,90
2D- und 3D-Spiele entwickeln

von Thomas Theis

eBook Download (2023)
Rheinwerk Computing (Verlag)
29,90
Das umfassende Handbuch

von Christian Denzler

eBook Download (2023)
Rheinwerk Design (Verlag)
34,90