Cargando…

Learn computer vision using OpenCV : with deep learning CNNs and RNNs /

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 visi...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Gollapudi, Sunila (Autor)
Formato: Electrónico eBook
Idioma:Inglés
Publicado: [New York, NY] : Apress, [2019]
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)

MARC

LEADER 00000cam a2200000 i 4500
001 OR_on1099685369
003 OCoLC
005 20231017213018.0
006 m o d
007 cr cnu---unuuu
008 190503s2019 nyu o 001 0 eng d
040 |a YDX  |b eng  |e rda  |e pn  |c YDX  |d GW5XE  |d EBLCP  |d YDXIT  |d CEF  |d UKMGB  |d UMI  |d UPM  |d OCLCF  |d LQU  |d VT2  |d OCLCQ  |d LEATE  |d SNK  |d UKAHL  |d OCLCQ  |d BRF  |d DCT  |d OCLCQ  |d OCLCO  |d COM  |d OCLCQ 
015 |a GBB990875  |2 bnb 
016 7 |a 019388220  |2 Uk 
019 |a 1103606128  |a 1103805419  |a 1105196905  |a 1111220791  |a 1115110190  |a 1122810373  |a 1126095617  |a 1129354093  |a 1153044297  |a 1162697079  |a 1192350656  |a 1204064514  |a 1240518031 
020 |a 9781484242612  |q (electronic book) 
020 |a 1484242610  |q (electronic book) 
020 |a 9781484242629  |q (print) 
020 |a 1484242629 
020 |z 1484242602 
020 |z 9781484242605 
024 7 |a 10.1007/978-1-4842-4261-2  |2 doi 
024 8 |a 10.1007/978-1-4842-4 
029 1 |a AU@  |b 000065281006 
029 1 |a UKMGB  |b 019388220 
035 |a (OCoLC)1099685369  |z (OCoLC)1103606128  |z (OCoLC)1103805419  |z (OCoLC)1105196905  |z (OCoLC)1111220791  |z (OCoLC)1115110190  |z (OCoLC)1122810373  |z (OCoLC)1126095617  |z (OCoLC)1129354093  |z (OCoLC)1153044297  |z (OCoLC)1162697079  |z (OCoLC)1192350656  |z (OCoLC)1204064514  |z (OCoLC)1240518031 
037 |a com.springer.onix.9781484242612  |b Springer Nature 
050 4 |a TA1634  |b .G65 2019 
072 7 |a UYQ  |2 bicssc 
072 7 |a COM004000  |2 bisacsh 
072 7 |a UYQ  |2 thema 
082 0 4 |a 006.3/7  |2 23 
049 |a UAMI 
100 1 |a Gollapudi, Sunila,  |e author. 
245 1 0 |a Learn computer vision using OpenCV :  |b with deep learning CNNs and RNNs /  |c Sunila Gollapudi. 
264 1 |a [New York, NY] :  |b Apress,  |c [2019] 
300 |a 1 online resource 
336 |a text  |b txt  |2 rdacontent 
337 |a computer  |b c  |2 rdamedia 
338 |a online resource  |b cr  |2 rdacarrier 
347 |a text file 
347 |b PDF 
500 |a Includes index. 
505 0 |a Intro; Table of Contents; About the Author; About the Technical Reviewer; Acknowledgments; Foreword; Introduction; Chapter 1: Artificial Intelligence and Computer Vision; Introduction to Artificial Intelligence; Natural Language Processing; Robotics; Machine Learning; Expert Systems; Speech and Voice Recognition; Intelligent Process Automation; Introduction to Computer Vision; Scope; Challenges of Computer Vision; Real-World Applications of Computer Vision; Automotive Industry; Healthcare and Biomedical Industry; Retail Industry; Images and Their Features; Color Spaces 
505 8 |a Core Building Blocks (Input -- Process -- Output)Optical Character Recognition and Intelligent Character Recognition; Optical Mark Recognition; Conclusion; Chapter 2: OpenCV with Python; About OpenCV; Setting Up OpenCV with Python; Windows Installation; macOS Installation; Using Modules; Working with Images and Videos; Using NumPy; Reading and Loading Images with OpenCV and NumPy; Working with a Histogram Representation; Videos; Loading Videos from a Webcam; Loading Videos from a File; Reading the Video and Writing into a File; Conclusion; Chapter 3: Deep Learning for Computer Vision 
505 8 |a Deep Learning: An OverviewDeep Learning Applications in Computer Vision; Classification; Detection and Localization; (Semantic) Segmentation; Similarity Learning; Image Captioning; Generative Models; Video Analysis; Neural Networks at Their Core; Artificial Neural Networks; Artificial Neurons or Perceptrons; Training Neural Networks; Backpropagation; Gradient Descent and Stochastic Gradient Descent; Convolutional Neural Networks; Convolution Layer; Pooling Layer; Fully Connected Layer; Recurrent Neural Networks; Backpropagation Through Time; Conclusion 
505 8 |a Chapter 4: Image Manipulation and SegmentationImage Manipulations; Accessing and Manipulating Pixels; Drawing Geometric Shapes or Writing Text on a Color Image; Filtering Images; Transforming Images; Translation; Rotation; Image Scaling; Edge Detection; Image Segmentation; Line Detection; Circle Detection; Conclusion; Chapter 5: Object Detection and Recognition; Basics of Object Detection; Object Detection vs. Object Recognition; Template Matching; Challenges with Template Matching; Understanding Image "Features"; Interesting and Uninteresting Points; Types of Image Features; Feature Matching 
505 8 |a Image Corners As FeaturesHarris Corner Algorithm; Feature Tracking and Matching Flow; Scale Variant Feature Transform; Speeded-Up Robust Features; Features from Accelerated Segment Test; Binary Robust Independent Elementary Features; Oriented FAST and Rotated BRIEF; Conclusion; Chapter 6: Motion Analysis and Object Tracking; Introduction to Object Tracking; Challenges of Object Tracking; Object Detection Techniques for Tracking; Frame Differentiation; Background Subtraction; Optical Flow; Lucas-Kanade Differential Algorithm; Dense Optical Flow Algorithm; Object Classification 
588 0 |a Online resource; title from digital title page (viewed on May 13, 2019). 
520 |a 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. 
590 |a O'Reilly  |b O'Reilly Online Learning: Academic/Public Library Edition 
650 0 |a Computer vision. 
650 6 |a Vision par ordinateur. 
650 7 |a Computer vision.  |2 fast  |0 (OCoLC)fst00872687 
776 0 8 |i Print version:  |a Gollapudi, Sunila.  |t Learn computer vision using OpenCV.  |d [New York, NY] : Apress, [2019]  |z 1484242602  |z 9781484242605  |w (OCoLC)1056736555 
856 4 0 |u https://learning.oreilly.com/library/view/~/9781484242612/?ar  |z Texto completo (Requiere registro previo con correo institucional) 
938 |a Askews and Holts Library Services  |b ASKH  |n AH36331476 
938 |a ProQuest Ebook Central  |b EBLB  |n EBL5771091 
938 |a YBP Library Services  |b YANK  |n 16195353 
994 |a 92  |b IZTAP