Cargando…

Learn OpenCV 4 by building projects : build real-world computer vision and image processing applications with OpenCV and C++ /

OpenCV is mainly used in Computer Vision and image processing and is considered to be one of the best open source libraries that helps developers focus on constructing complete projects on image processing, motion detection, and image segmentation. This book will be your guide to understanding the b...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autores principales: Millán Escrivá, David (Autor), Mendonça, Vinícius G. (Autor), Joshi, Prateek (Autor)
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Birmingham, UK : Packt Publishing, 2018.
Edición:Second edition.
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)

MARC

LEADER 00000cam a2200000 i 4500
001 OR_on1084292707
003 OCoLC
005 20231017213018.0
006 m o d
007 cr unu||||||||
008 190204s2018 enka ob 001 0 eng d
040 |a UMI  |b eng  |e rda  |e pn  |c UMI  |d TOH  |d OCLCF  |d YDX  |d TXM  |d N$T  |d UKMGB  |d OCLCQ  |d OCLCO  |d KSU  |d OCLCQ  |d OCLCO 
015 |a GBB9B0957  |2 bnb 
016 7 |a 019176863  |2 Uk 
019 |a 1089942541  |a 1104790396 
020 |a 9781789347623 
020 |a 1789347629 
020 |z 9781789341225 
020 |z 1789341221 
029 1 |a UKMGB  |b 019176863 
029 1 |a AU@  |b 000071207485 
035 |a (OCoLC)1084292707  |z (OCoLC)1089942541  |z (OCoLC)1104790396 
037 |a CL0501000022  |b Safari Books Online 
050 4 |a TA1634 
072 7 |a COM  |x 000000  |2 bisacsh 
082 0 4 |a 006.37  |2 23 
049 |a UAMI 
100 1 |a Millán Escrivá, David,  |e author. 
245 1 0 |a Learn OpenCV 4 by building projects :  |b build real-world computer vision and image processing applications with OpenCV and C++ /  |c David Millán Escrivá, Vinícius G. Mendonça, Prateek Joshi. 
246 3 |a Learn Open Computer Vision four by building projects 
246 3 0 |a Build real-world computer vision and image processing applications with OpenCV and C++ 
250 |a Second edition. 
264 1 |a Birmingham, UK :  |b Packt Publishing,  |c 2018. 
300 |a 1 online resource (1 volume) :  |b illustrations 
336 |a text  |b txt  |2 rdacontent 
337 |a computer  |b c  |2 rdamedia 
338 |a online resource  |b cr  |2 rdacarrier 
588 0 |a Online resource; title from title page (Safari, viewed February 1, 2019). 
500 |a Previous edition published: 2016. 
504 |a Includes bibliographical references and index. 
505 0 |a Cover; Title Page; Copyright and Credits; About Packt; Contributors; Table of Contents; Preface; Chapter 1: Getting Started with OpenCV; Understanding the human visual system; How do humans understand image content?; Why is it difficult for machines to understand image content?; What can you do with OpenCV?; Inbuilt data structures and input/output; Image processing operations; GUI; Video analysis; 3D reconstruction; Feature extraction; Object detection; Machine learning; Computational photography; Shape analysis; Optical flow algorithms; Face and object recognition; Surface matching 
505 8 |a Text detection and recognitionDeep learning; Installing OpenCV; Windows; Mac OS X; Linux; Summary; Chapter 2: An Introduction to the Basics of OpenCV; Technical requirements; Basic CMake configuration file; Creating a library; Managing dependencies; Making the script more complex; Images and matrices; Reading/writing images; Reading videos and cameras; Other basic object types; Vec object type; Scalar object type; Point object type; Size object type; Rect object type; RotatedRect object type; Basic matrix operations; Basic data persistence and storage; Writing to FileStorage; Summary 
505 8 |a Chapter 3: Learning Graphical User InterfacesTechnical requirements; Introducing the OpenCV user interface; Basic graphical user interface with OpenCV; Adding slider and mouse events to our interfaces; Graphic user interface with Qt; Adding buttons to the user interface; OpenGL support; Summary; Chapter 4: Delving into Histogram and Filters; Technical requirements; Generating a CMake script file; Creating the graphical user interface; Drawing a histogram; Image color equalization; Lomography effect; Cartoonize effect; Summary 
505 8 |a Chapter 5: Automated Optical Inspection, Object Segmentation, and DetectionTechnical requirements; Isolating objects in a scene; Creating an application for AOI; Preprocessing the input image; Noise removal; Removing the background using the light pattern for segmentation; Thresholding; Segmenting our input image; The connected components algorithm; The findContours algorithm; Summary; Chapter 6: Learning Object Classification; Technical requirements; Introducing machine learning concepts; OpenCV machine learning algorithms; Computer vision and the machine learning workflow 
505 8 |a Automatic object inspection classification exampleFeature extraction; Training an SVM model; Input image prediction; Summary; Chapter 7: Detecting Face Parts and Overlaying Masks; Technical requirements; Understanding Haar cascades; What are integral images?; Overlaying a face mask in a live video; What happened in the code?; Get your sunglasses on; Looking inside the code; Tracking the nose, mouth, and ears; Summary; Chapter 8: Video Surveillance, Background Modeling, and Morphological Operations; Technical requirements; Understanding background subtraction; Naive background subtraction 
520 |a OpenCV is mainly used in Computer Vision and image processing and is considered to be one of the best open source libraries that helps developers focus on constructing complete projects on image processing, motion detection, and image segmentation. This book will be your guide to understanding the basic OpenCV concepts and algorithms. 
590 |a O'Reilly  |b O'Reilly Online Learning: Academic/Public Library Edition 
650 0 |a Computer vision. 
650 0 |a OpenCV (Computer program language) 
650 0 |a Image processing. 
650 0 |a Computer algorithms. 
650 2 |a Algorithms 
650 6 |a Vision par ordinateur. 
650 6 |a OpenCV (Langage de programmation) 
650 6 |a Traitement d'images. 
650 6 |a Algorithmes. 
650 7 |a image processing.  |2 aat 
650 7 |a algorithms.  |2 aat 
650 7 |a COMPUTERS  |x General.  |2 bisacsh 
650 7 |a Computer algorithms  |2 fast 
650 7 |a Computer vision  |2 fast 
650 7 |a Image processing  |2 fast 
650 7 |a OpenCV (Computer program language)  |2 fast 
700 1 |a Mendonça, Vinícius G.,  |e author. 
700 1 |a Joshi, Prateek,  |e author. 
776 0 8 |i Print version:  |a Millán Escrivá, David  |t Learn OpenCV 4 by Building Projects : Build Real-World Computer Vision and Image Processing Applications with OpenCV and C++, 2nd Edition  |d Birmingham : Packt Publishing Ltd,c2018  |z 9781789341225 
856 4 0 |u https://learning.oreilly.com/library/view/~/9781789341225/?ar  |z Texto completo (Requiere registro previo con correo institucional) 
938 |a EBSCOhost  |b EBSC  |n 1950548 
938 |a YBP Library Services  |b YANK  |n 15888313 
994 |a 92  |b IZTAP