OpenCV by example :: enhance your understanding of computer vision and image processing by developing real-world projects in OpenCV 3 /
Annotation
Gespeichert in:
Hauptverfasser: | , , |
---|---|
Format: | Elektronisch E-Book |
Sprache: | English |
Veröffentlicht: |
Birmingham :
Packt Publishing,
2016.
|
Schriftenreihe: | Community experience distilled.
|
Schlagworte: | |
Online-Zugang: | Volltext |
Zusammenfassung: | Annotation |
Beschreibung: | Includes index. |
Beschreibung: | 1 online resource : illustrations. |
ISBN: | 9781785287077 1785287079 |
Internformat
MARC
LEADER | 00000cam a2200000 i 4500 | ||
---|---|---|---|
001 | ZDB-4-EBA-ocn937787265 | ||
003 | OCoLC | ||
005 | 20241004212047.0 | ||
006 | m o d | ||
007 | cr unu|||||||| | ||
008 | 160209s2016 enka o 001 0 eng d | ||
040 | |a UMI |b eng |e rda |e pn |c UMI |d OCLCF |d N$T |d IDEBK |d YDXCP |d VT2 |d DEBBG |d OCLCQ |d COO |d UOK |d CEF |d OCLCQ |d AGLDB |d IGB |d RDF |d OCLCO |d OCLCQ |d QGK |d OCLCO |d OCLCL |d OCLCQ | ||
019 | |a 936146261 |a 936202131 |a 1259148085 | ||
020 | |a 9781785287077 |q (electronic bk.) | ||
020 | |a 1785287079 |q (electronic bk.) | ||
020 | |z 9781785280948 | ||
020 | |z 1785280945 | ||
035 | |a (OCoLC)937787265 |z (OCoLC)936146261 |z (OCoLC)936202131 |z (OCoLC)1259148085 | ||
037 | |a CL0500000713 |b Safari Books Online | ||
050 | 4 | |a TA1634 | |
072 | 7 | |a COM |x 000000 |2 bisacsh | |
082 | 7 | |a 006.37 |2 23 | |
049 | |a MAIN | ||
100 | 1 | |a Joshi, Prateek, |e author. | |
245 | 1 | 0 | |a OpenCV by example : |b enhance your understanding of computer vision and image processing by developing real-world projects in OpenCV 3 / |c Prateek Joshi, David Millán Escrivá, Vinícius Godoy. |
264 | 1 | |a Birmingham : |b Packt Publishing, |c 2016. | |
300 | |a 1 online resource : |b illustrations. | ||
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 | ||
490 | 1 | |a Community experience distilled | |
588 | 0 | |a Online resource; title from PDF title page (EBSCO, viewed April 19, 2016). | |
500 | |a Includes index. | ||
520 | 8 | |a Annotation |b Enhance your understanding of Computer Vision and image processing by developing real-world projects in OpenCV 3About This Book Get to grips with the basics of Computer Vision and image processing This is a step-by-step guide to developing several real-world Computer Vision projects using OpenCV 3 This book takes a special focus on working with Tesseract OCR, a free, open-source library to recognize text in imagesWho This Book Is ForIf you are a software developer with a basic understanding of Computer Vision and image processing and want to develop interesting Computer Vision applications with Open CV, this is the book for you. Knowledge of C++ is required. What You Will Learn Install OpenCV 3 on your operating system Create the required CMake scripts to compile the C++ application and manage its dependencies Get to grips with the Computer Vision workflows and understand the basic image matrix format and filters Understand the segmentation and feature extraction techniques Remove backgrounds from a static scene to identify moving objects for video surveillance Track different objects in a live video using various techniques Use the new OpenCV functions for text detection and recognition with TesseractIn DetailOpen CV is a cross-platform, free-for-use library that is primarily used for real-time Computer Vision and image processing. It 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. Whether you are completely new to the concept of Computer Vision or have a basic understanding of it, this book will be your guide to understanding the basic OpenCV concepts and algorithms through amazing real-world examples and projects. Starting from the installation of OpenCV on your system and understanding the basics of image processing, we swiftly move on to creating optical flow video analysis or text recognition in complex scenes, and will take you through the commonly used Computer Vision techniques to build your own Open CV projects from scratch. By the end of this book, you will be familiar with the basics of Open CV such as matrix operations, filters, and histograms, as well as more advanced concepts such as segmentation, machine learning, complex video analysis, and text recognition. Style and approachThis book is a practical guide with lots of tips, and is closely focused on developing Computer vision applications with OpenCV. Beginning with the fundamentals, the complexity increases with each chapter. Sample applications are developed throughout the book that you can execute and use in your own projects. | |
505 | 0 | |a Cover; Copyright; Credits; About the Authors; About the Reviewers; www.PacktPub.com; 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?; In-built data structures and input/output; Image processing operations; Building GUI; Video analysis; 3D reconstruction; Feature extraction; Object detection; Machine learning; Computational photography; Shape analysis; Optical flow algorithms; Face and object recognition | |
505 | 8 | |a Surface matchingText detection and recognition; Installing OpenCV; Windows; Mac OS X; Linux; Summary; Chapter 2: An Introduction to the Basics of OpenCV; Basic CMake configuration files; Creating a library; Managing dependencies; Making the script more complex; Images and matrices; Reading/writing images; Reading videos and cameras; Other basic object types; The vec object type; The Scalar object type; The Point object type; The Size object type; The Rect object type; RotatedRect object type; Basic matrix operations; Basic data persistence and storage; Writing to a file storage; Summary | |
505 | 8 | |a Chapter 3: Learning the Graphical User Interface and Basic FilteringIntroducing the OpenCV user interface; A basic graphical user interface with OpenCV; The graphical user interface with QT; Adding slider and mouse events to our interfaces; Adding buttons to a user interface; OpenGL support; Summary; Chapter 4: Delving into Histograms and Filters; Generating a CMake script file; Creating the Graphical User Interface; Drawing a histogram; Image color equalization; Lomography effect; The cartoonize effect; Summary; Chapter 5: Automated Optical Inspection, Object Segmentation, and Detection | |
505 | 8 | |a Isolating objects in a sceneCreating an application for AOI; Preprocessing the input image; Noise removal; Removing the background using the light pattern for segmentation; The thresholding operation; Segmenting our input image; The connected component algorithm; The findContours algorithm; Summary; Chapter 6: Learning Object Classification; Introducing machine learning concepts; Computer Vision and the machine learning workflow; Automatic object inspection classification example; Feature extraction; Training an SVM model; Input image prediction; Summary | |
505 | 8 | |a Chapter 7: Detecting Face Parts and Overlaying MasksUnderstanding Haar cascades; What are integral images?; Overlaying a facemask in a live video; What happened in the code?; Get your sunglasses on; Looking inside the code; Tracking your nose, mouth, and ears; Summary; Chapter 8: Video Surveillance, Background Modeling, and Morphological Operations; Understanding background subtraction; Naive background subtraction; Does it work well?; Frame differencing; How well does it work?; The Mixture of Gaussians approach; What happened in the code?; Morphological image processing | |
650 | 0 | |a Computer vision. |0 http://id.loc.gov/authorities/subjects/sh85029549 | |
650 | 0 | |a Image processing. |0 http://id.loc.gov/authorities/subjects/sh85064446 | |
650 | 6 | |a Vision par ordinateur. | |
650 | 6 | |a Traitement d'images. | |
650 | 7 | |a image processing. |2 aat | |
650 | 7 | |a COMPUTERS |x General. |2 bisacsh | |
650 | 7 | |a Computer vision |2 fast | |
650 | 7 | |a Image processing |2 fast | |
700 | 1 | |a Escrivá, David Millán, |e author. | |
700 | 1 | |a Godoy, Vinícius, |e author. | |
758 | |i has work: |a OpenCV by example (Text) |1 https://id.oclc.org/worldcat/entity/E39PCFxwpgfPvcPg4c9FgQWj3P |4 https://id.oclc.org/worldcat/ontology/hasWork | ||
776 | |z 1-78528-094-5 | ||
830 | 0 | |a Community experience distilled. |0 http://id.loc.gov/authorities/names/no2011030603 | |
856 | 4 | 0 | |l FWS01 |p ZDB-4-EBA |q FWS_PDA_EBA |u https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=1160093 |3 Volltext |
938 | |a EBSCOhost |b EBSC |n 1160093 | ||
938 | |a ProQuest MyiLibrary Digital eBook Collection |b IDEB |n cis33613558 | ||
938 | |a YBP Library Services |b YANK |n 12819028 | ||
994 | |a 92 |b GEBAY | ||
912 | |a ZDB-4-EBA | ||
049 | |a DE-863 |
Datensatz im Suchindex
DE-BY-FWS_katkey | ZDB-4-EBA-ocn937787265 |
---|---|
_version_ | 1816882338982789120 |
adam_text | |
any_adam_object | |
author | Joshi, Prateek Escrivá, David Millán Godoy, Vinícius |
author_facet | Joshi, Prateek Escrivá, David Millán Godoy, Vinícius |
author_role | aut aut aut |
author_sort | Joshi, Prateek |
author_variant | p j pj d m e dm dme v g vg |
building | Verbundindex |
bvnumber | localFWS |
callnumber-first | T - Technology |
callnumber-label | TA1634 |
callnumber-raw | TA1634 |
callnumber-search | TA1634 |
callnumber-sort | TA 41634 |
callnumber-subject | TA - General and Civil Engineering |
collection | ZDB-4-EBA |
contents | Cover; Copyright; Credits; About the Authors; About the Reviewers; www.PacktPub.com; 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?; In-built data structures and input/output; Image processing operations; Building GUI; Video analysis; 3D reconstruction; Feature extraction; Object detection; Machine learning; Computational photography; Shape analysis; Optical flow algorithms; Face and object recognition Surface matchingText detection and recognition; Installing OpenCV; Windows; Mac OS X; Linux; Summary; Chapter 2: An Introduction to the Basics of OpenCV; Basic CMake configuration files; Creating a library; Managing dependencies; Making the script more complex; Images and matrices; Reading/writing images; Reading videos and cameras; Other basic object types; The vec object type; The Scalar object type; The Point object type; The Size object type; The Rect object type; RotatedRect object type; Basic matrix operations; Basic data persistence and storage; Writing to a file storage; Summary Chapter 3: Learning the Graphical User Interface and Basic FilteringIntroducing the OpenCV user interface; A basic graphical user interface with OpenCV; The graphical user interface with QT; Adding slider and mouse events to our interfaces; Adding buttons to a user interface; OpenGL support; Summary; Chapter 4: Delving into Histograms and Filters; Generating a CMake script file; Creating the Graphical User Interface; Drawing a histogram; Image color equalization; Lomography effect; The cartoonize effect; Summary; Chapter 5: Automated Optical Inspection, Object Segmentation, and Detection Isolating objects in a sceneCreating an application for AOI; Preprocessing the input image; Noise removal; Removing the background using the light pattern for segmentation; The thresholding operation; Segmenting our input image; The connected component algorithm; The findContours algorithm; Summary; Chapter 6: Learning Object Classification; Introducing machine learning concepts; Computer Vision and the machine learning workflow; Automatic object inspection classification example; Feature extraction; Training an SVM model; Input image prediction; Summary Chapter 7: Detecting Face Parts and Overlaying MasksUnderstanding Haar cascades; What are integral images?; Overlaying a facemask in a live video; What happened in the code?; Get your sunglasses on; Looking inside the code; Tracking your nose, mouth, and ears; Summary; Chapter 8: Video Surveillance, Background Modeling, and Morphological Operations; Understanding background subtraction; Naive background subtraction; Does it work well?; Frame differencing; How well does it work?; The Mixture of Gaussians approach; What happened in the code?; Morphological image processing |
ctrlnum | (OCoLC)937787265 |
dewey-full | 006.37 |
dewey-hundreds | 000 - Computer science, information, general works |
dewey-ones | 006 - Special computer methods |
dewey-raw | 006.37 |
dewey-search | 006.37 |
dewey-sort | 16.37 |
dewey-tens | 000 - Computer science, information, general works |
discipline | Informatik |
format | Electronic eBook |
fullrecord | <?xml version="1.0" encoding="UTF-8"?><collection xmlns="http://www.loc.gov/MARC21/slim"><record><leader>08302cam a2200661 i 4500</leader><controlfield tag="001">ZDB-4-EBA-ocn937787265</controlfield><controlfield tag="003">OCoLC</controlfield><controlfield tag="005">20241004212047.0</controlfield><controlfield tag="006">m o d </controlfield><controlfield tag="007">cr unu||||||||</controlfield><controlfield tag="008">160209s2016 enka o 001 0 eng d</controlfield><datafield tag="040" ind1=" " ind2=" "><subfield code="a">UMI</subfield><subfield code="b">eng</subfield><subfield code="e">rda</subfield><subfield code="e">pn</subfield><subfield code="c">UMI</subfield><subfield code="d">OCLCF</subfield><subfield code="d">N$T</subfield><subfield code="d">IDEBK</subfield><subfield code="d">YDXCP</subfield><subfield code="d">VT2</subfield><subfield code="d">DEBBG</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">COO</subfield><subfield code="d">UOK</subfield><subfield code="d">CEF</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">AGLDB</subfield><subfield code="d">IGB</subfield><subfield code="d">RDF</subfield><subfield code="d">OCLCO</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">QGK</subfield><subfield code="d">OCLCO</subfield><subfield code="d">OCLCL</subfield><subfield code="d">OCLCQ</subfield></datafield><datafield tag="019" ind1=" " ind2=" "><subfield code="a">936146261</subfield><subfield code="a">936202131</subfield><subfield code="a">1259148085</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9781785287077</subfield><subfield code="q">(electronic bk.)</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">1785287079</subfield><subfield code="q">(electronic bk.)</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="z">9781785280948</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="z">1785280945</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(OCoLC)937787265</subfield><subfield code="z">(OCoLC)936146261</subfield><subfield code="z">(OCoLC)936202131</subfield><subfield code="z">(OCoLC)1259148085</subfield></datafield><datafield tag="037" ind1=" " ind2=" "><subfield code="a">CL0500000713</subfield><subfield code="b">Safari Books Online</subfield></datafield><datafield tag="050" ind1=" " ind2="4"><subfield code="a">TA1634</subfield></datafield><datafield tag="072" ind1=" " ind2="7"><subfield code="a">COM</subfield><subfield code="x">000000</subfield><subfield code="2">bisacsh</subfield></datafield><datafield tag="082" ind1="7" ind2=" "><subfield code="a">006.37</subfield><subfield code="2">23</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">MAIN</subfield></datafield><datafield tag="100" ind1="1" ind2=" "><subfield code="a">Joshi, Prateek,</subfield><subfield code="e">author.</subfield></datafield><datafield tag="245" ind1="1" ind2="0"><subfield code="a">OpenCV by example :</subfield><subfield code="b">enhance your understanding of computer vision and image processing by developing real-world projects in OpenCV 3 /</subfield><subfield code="c">Prateek Joshi, David Millán Escrivá, Vinícius Godoy.</subfield></datafield><datafield tag="264" ind1=" " ind2="1"><subfield code="a">Birmingham :</subfield><subfield code="b">Packt Publishing,</subfield><subfield code="c">2016.</subfield></datafield><datafield tag="300" ind1=" " ind2=" "><subfield code="a">1 online resource :</subfield><subfield code="b">illustrations.</subfield></datafield><datafield tag="336" ind1=" " ind2=" "><subfield code="a">text</subfield><subfield code="b">txt</subfield><subfield code="2">rdacontent</subfield></datafield><datafield tag="337" ind1=" " ind2=" "><subfield code="a">computer</subfield><subfield code="b">c</subfield><subfield code="2">rdamedia</subfield></datafield><datafield tag="338" ind1=" " ind2=" "><subfield code="a">online resource</subfield><subfield code="b">cr</subfield><subfield code="2">rdacarrier</subfield></datafield><datafield tag="347" ind1=" " ind2=" "><subfield code="a">text file</subfield></datafield><datafield tag="490" ind1="1" ind2=" "><subfield code="a">Community experience distilled</subfield></datafield><datafield tag="588" ind1="0" ind2=" "><subfield code="a">Online resource; title from PDF title page (EBSCO, viewed April 19, 2016).</subfield></datafield><datafield tag="500" ind1=" " ind2=" "><subfield code="a">Includes index.</subfield></datafield><datafield tag="520" ind1="8" ind2=" "><subfield code="a">Annotation</subfield><subfield code="b">Enhance your understanding of Computer Vision and image processing by developing real-world projects in OpenCV 3About This Book Get to grips with the basics of Computer Vision and image processing This is a step-by-step guide to developing several real-world Computer Vision projects using OpenCV 3 This book takes a special focus on working with Tesseract OCR, a free, open-source library to recognize text in imagesWho This Book Is ForIf you are a software developer with a basic understanding of Computer Vision and image processing and want to develop interesting Computer Vision applications with Open CV, this is the book for you. Knowledge of C++ is required. What You Will Learn Install OpenCV 3 on your operating system Create the required CMake scripts to compile the C++ application and manage its dependencies Get to grips with the Computer Vision workflows and understand the basic image matrix format and filters Understand the segmentation and feature extraction techniques Remove backgrounds from a static scene to identify moving objects for video surveillance Track different objects in a live video using various techniques Use the new OpenCV functions for text detection and recognition with TesseractIn DetailOpen CV is a cross-platform, free-for-use library that is primarily used for real-time Computer Vision and image processing. It 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. Whether you are completely new to the concept of Computer Vision or have a basic understanding of it, this book will be your guide to understanding the basic OpenCV concepts and algorithms through amazing real-world examples and projects. Starting from the installation of OpenCV on your system and understanding the basics of image processing, we swiftly move on to creating optical flow video analysis or text recognition in complex scenes, and will take you through the commonly used Computer Vision techniques to build your own Open CV projects from scratch. By the end of this book, you will be familiar with the basics of Open CV such as matrix operations, filters, and histograms, as well as more advanced concepts such as segmentation, machine learning, complex video analysis, and text recognition. Style and approachThis book is a practical guide with lots of tips, and is closely focused on developing Computer vision applications with OpenCV. Beginning with the fundamentals, the complexity increases with each chapter. Sample applications are developed throughout the book that you can execute and use in your own projects.</subfield></datafield><datafield tag="505" ind1="0" ind2=" "><subfield code="a">Cover; Copyright; Credits; About the Authors; About the Reviewers; www.PacktPub.com; 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?; In-built data structures and input/output; Image processing operations; Building GUI; Video analysis; 3D reconstruction; Feature extraction; Object detection; Machine learning; Computational photography; Shape analysis; Optical flow algorithms; Face and object recognition</subfield></datafield><datafield tag="505" ind1="8" ind2=" "><subfield code="a">Surface matchingText detection and recognition; Installing OpenCV; Windows; Mac OS X; Linux; Summary; Chapter 2: An Introduction to the Basics of OpenCV; Basic CMake configuration files; Creating a library; Managing dependencies; Making the script more complex; Images and matrices; Reading/writing images; Reading videos and cameras; Other basic object types; The vec object type; The Scalar object type; The Point object type; The Size object type; The Rect object type; RotatedRect object type; Basic matrix operations; Basic data persistence and storage; Writing to a file storage; Summary</subfield></datafield><datafield tag="505" ind1="8" ind2=" "><subfield code="a">Chapter 3: Learning the Graphical User Interface and Basic FilteringIntroducing the OpenCV user interface; A basic graphical user interface with OpenCV; The graphical user interface with QT; Adding slider and mouse events to our interfaces; Adding buttons to a user interface; OpenGL support; Summary; Chapter 4: Delving into Histograms and Filters; Generating a CMake script file; Creating the Graphical User Interface; Drawing a histogram; Image color equalization; Lomography effect; The cartoonize effect; Summary; Chapter 5: Automated Optical Inspection, Object Segmentation, and Detection</subfield></datafield><datafield tag="505" ind1="8" ind2=" "><subfield code="a">Isolating objects in a sceneCreating an application for AOI; Preprocessing the input image; Noise removal; Removing the background using the light pattern for segmentation; The thresholding operation; Segmenting our input image; The connected component algorithm; The findContours algorithm; Summary; Chapter 6: Learning Object Classification; Introducing machine learning concepts; Computer Vision and the machine learning workflow; Automatic object inspection classification example; Feature extraction; Training an SVM model; Input image prediction; Summary</subfield></datafield><datafield tag="505" ind1="8" ind2=" "><subfield code="a">Chapter 7: Detecting Face Parts and Overlaying MasksUnderstanding Haar cascades; What are integral images?; Overlaying a facemask in a live video; What happened in the code?; Get your sunglasses on; Looking inside the code; Tracking your nose, mouth, and ears; Summary; Chapter 8: Video Surveillance, Background Modeling, and Morphological Operations; Understanding background subtraction; Naive background subtraction; Does it work well?; Frame differencing; How well does it work?; The Mixture of Gaussians approach; What happened in the code?; Morphological image processing</subfield></datafield><datafield tag="650" ind1=" " ind2="0"><subfield code="a">Computer vision.</subfield><subfield code="0">http://id.loc.gov/authorities/subjects/sh85029549</subfield></datafield><datafield tag="650" ind1=" " ind2="0"><subfield code="a">Image processing.</subfield><subfield code="0">http://id.loc.gov/authorities/subjects/sh85064446</subfield></datafield><datafield tag="650" ind1=" " ind2="6"><subfield code="a">Vision par ordinateur.</subfield></datafield><datafield tag="650" ind1=" " ind2="6"><subfield code="a">Traitement d'images.</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">image processing.</subfield><subfield code="2">aat</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">COMPUTERS</subfield><subfield code="x">General.</subfield><subfield code="2">bisacsh</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">Computer vision</subfield><subfield code="2">fast</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">Image processing</subfield><subfield code="2">fast</subfield></datafield><datafield tag="700" ind1="1" ind2=" "><subfield code="a">Escrivá, David Millán,</subfield><subfield code="e">author.</subfield></datafield><datafield tag="700" ind1="1" ind2=" "><subfield code="a">Godoy, Vinícius,</subfield><subfield code="e">author.</subfield></datafield><datafield tag="758" ind1=" " ind2=" "><subfield code="i">has work:</subfield><subfield code="a">OpenCV by example (Text)</subfield><subfield code="1">https://id.oclc.org/worldcat/entity/E39PCFxwpgfPvcPg4c9FgQWj3P</subfield><subfield code="4">https://id.oclc.org/worldcat/ontology/hasWork</subfield></datafield><datafield tag="776" ind1=" " ind2=" "><subfield code="z">1-78528-094-5</subfield></datafield><datafield tag="830" ind1=" " ind2="0"><subfield code="a">Community experience distilled.</subfield><subfield code="0">http://id.loc.gov/authorities/names/no2011030603</subfield></datafield><datafield tag="856" ind1="4" ind2="0"><subfield code="l">FWS01</subfield><subfield code="p">ZDB-4-EBA</subfield><subfield code="q">FWS_PDA_EBA</subfield><subfield code="u">https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=1160093</subfield><subfield code="3">Volltext</subfield></datafield><datafield tag="938" ind1=" " ind2=" "><subfield code="a">EBSCOhost</subfield><subfield code="b">EBSC</subfield><subfield code="n">1160093</subfield></datafield><datafield tag="938" ind1=" " ind2=" "><subfield code="a">ProQuest MyiLibrary Digital eBook Collection</subfield><subfield code="b">IDEB</subfield><subfield code="n">cis33613558</subfield></datafield><datafield tag="938" ind1=" " ind2=" "><subfield code="a">YBP Library Services</subfield><subfield code="b">YANK</subfield><subfield code="n">12819028</subfield></datafield><datafield tag="994" ind1=" " ind2=" "><subfield code="a">92</subfield><subfield code="b">GEBAY</subfield></datafield><datafield tag="912" ind1=" " ind2=" "><subfield code="a">ZDB-4-EBA</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">DE-863</subfield></datafield></record></collection> |
id | ZDB-4-EBA-ocn937787265 |
illustrated | Illustrated |
indexdate | 2024-11-27T13:27:02Z |
institution | BVB |
isbn | 9781785287077 1785287079 |
language | English |
oclc_num | 937787265 |
open_access_boolean | |
owner | MAIN DE-863 DE-BY-FWS |
owner_facet | MAIN DE-863 DE-BY-FWS |
physical | 1 online resource : illustrations. |
psigel | ZDB-4-EBA |
publishDate | 2016 |
publishDateSearch | 2016 |
publishDateSort | 2016 |
publisher | Packt Publishing, |
record_format | marc |
series | Community experience distilled. |
series2 | Community experience distilled |
spelling | Joshi, Prateek, author. OpenCV by example : enhance your understanding of computer vision and image processing by developing real-world projects in OpenCV 3 / Prateek Joshi, David Millán Escrivá, Vinícius Godoy. Birmingham : Packt Publishing, 2016. 1 online resource : illustrations. text txt rdacontent computer c rdamedia online resource cr rdacarrier text file Community experience distilled Online resource; title from PDF title page (EBSCO, viewed April 19, 2016). Includes index. Annotation Enhance your understanding of Computer Vision and image processing by developing real-world projects in OpenCV 3About This Book Get to grips with the basics of Computer Vision and image processing This is a step-by-step guide to developing several real-world Computer Vision projects using OpenCV 3 This book takes a special focus on working with Tesseract OCR, a free, open-source library to recognize text in imagesWho This Book Is ForIf you are a software developer with a basic understanding of Computer Vision and image processing and want to develop interesting Computer Vision applications with Open CV, this is the book for you. Knowledge of C++ is required. What You Will Learn Install OpenCV 3 on your operating system Create the required CMake scripts to compile the C++ application and manage its dependencies Get to grips with the Computer Vision workflows and understand the basic image matrix format and filters Understand the segmentation and feature extraction techniques Remove backgrounds from a static scene to identify moving objects for video surveillance Track different objects in a live video using various techniques Use the new OpenCV functions for text detection and recognition with TesseractIn DetailOpen CV is a cross-platform, free-for-use library that is primarily used for real-time Computer Vision and image processing. It 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. Whether you are completely new to the concept of Computer Vision or have a basic understanding of it, this book will be your guide to understanding the basic OpenCV concepts and algorithms through amazing real-world examples and projects. Starting from the installation of OpenCV on your system and understanding the basics of image processing, we swiftly move on to creating optical flow video analysis or text recognition in complex scenes, and will take you through the commonly used Computer Vision techniques to build your own Open CV projects from scratch. By the end of this book, you will be familiar with the basics of Open CV such as matrix operations, filters, and histograms, as well as more advanced concepts such as segmentation, machine learning, complex video analysis, and text recognition. Style and approachThis book is a practical guide with lots of tips, and is closely focused on developing Computer vision applications with OpenCV. Beginning with the fundamentals, the complexity increases with each chapter. Sample applications are developed throughout the book that you can execute and use in your own projects. Cover; Copyright; Credits; About the Authors; About the Reviewers; www.PacktPub.com; 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?; In-built data structures and input/output; Image processing operations; Building GUI; Video analysis; 3D reconstruction; Feature extraction; Object detection; Machine learning; Computational photography; Shape analysis; Optical flow algorithms; Face and object recognition Surface matchingText detection and recognition; Installing OpenCV; Windows; Mac OS X; Linux; Summary; Chapter 2: An Introduction to the Basics of OpenCV; Basic CMake configuration files; Creating a library; Managing dependencies; Making the script more complex; Images and matrices; Reading/writing images; Reading videos and cameras; Other basic object types; The vec object type; The Scalar object type; The Point object type; The Size object type; The Rect object type; RotatedRect object type; Basic matrix operations; Basic data persistence and storage; Writing to a file storage; Summary Chapter 3: Learning the Graphical User Interface and Basic FilteringIntroducing the OpenCV user interface; A basic graphical user interface with OpenCV; The graphical user interface with QT; Adding slider and mouse events to our interfaces; Adding buttons to a user interface; OpenGL support; Summary; Chapter 4: Delving into Histograms and Filters; Generating a CMake script file; Creating the Graphical User Interface; Drawing a histogram; Image color equalization; Lomography effect; The cartoonize effect; Summary; Chapter 5: Automated Optical Inspection, Object Segmentation, and Detection Isolating objects in a sceneCreating an application for AOI; Preprocessing the input image; Noise removal; Removing the background using the light pattern for segmentation; The thresholding operation; Segmenting our input image; The connected component algorithm; The findContours algorithm; Summary; Chapter 6: Learning Object Classification; Introducing machine learning concepts; Computer Vision and the machine learning workflow; Automatic object inspection classification example; Feature extraction; Training an SVM model; Input image prediction; Summary Chapter 7: Detecting Face Parts and Overlaying MasksUnderstanding Haar cascades; What are integral images?; Overlaying a facemask in a live video; What happened in the code?; Get your sunglasses on; Looking inside the code; Tracking your nose, mouth, and ears; Summary; Chapter 8: Video Surveillance, Background Modeling, and Morphological Operations; Understanding background subtraction; Naive background subtraction; Does it work well?; Frame differencing; How well does it work?; The Mixture of Gaussians approach; What happened in the code?; Morphological image processing Computer vision. http://id.loc.gov/authorities/subjects/sh85029549 Image processing. http://id.loc.gov/authorities/subjects/sh85064446 Vision par ordinateur. Traitement d'images. image processing. aat COMPUTERS General. bisacsh Computer vision fast Image processing fast Escrivá, David Millán, author. Godoy, Vinícius, author. has work: OpenCV by example (Text) https://id.oclc.org/worldcat/entity/E39PCFxwpgfPvcPg4c9FgQWj3P https://id.oclc.org/worldcat/ontology/hasWork 1-78528-094-5 Community experience distilled. http://id.loc.gov/authorities/names/no2011030603 FWS01 ZDB-4-EBA FWS_PDA_EBA https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=1160093 Volltext |
spellingShingle | Joshi, Prateek Escrivá, David Millán Godoy, Vinícius OpenCV by example : enhance your understanding of computer vision and image processing by developing real-world projects in OpenCV 3 / Community experience distilled. Cover; Copyright; Credits; About the Authors; About the Reviewers; www.PacktPub.com; 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?; In-built data structures and input/output; Image processing operations; Building GUI; Video analysis; 3D reconstruction; Feature extraction; Object detection; Machine learning; Computational photography; Shape analysis; Optical flow algorithms; Face and object recognition Surface matchingText detection and recognition; Installing OpenCV; Windows; Mac OS X; Linux; Summary; Chapter 2: An Introduction to the Basics of OpenCV; Basic CMake configuration files; Creating a library; Managing dependencies; Making the script more complex; Images and matrices; Reading/writing images; Reading videos and cameras; Other basic object types; The vec object type; The Scalar object type; The Point object type; The Size object type; The Rect object type; RotatedRect object type; Basic matrix operations; Basic data persistence and storage; Writing to a file storage; Summary Chapter 3: Learning the Graphical User Interface and Basic FilteringIntroducing the OpenCV user interface; A basic graphical user interface with OpenCV; The graphical user interface with QT; Adding slider and mouse events to our interfaces; Adding buttons to a user interface; OpenGL support; Summary; Chapter 4: Delving into Histograms and Filters; Generating a CMake script file; Creating the Graphical User Interface; Drawing a histogram; Image color equalization; Lomography effect; The cartoonize effect; Summary; Chapter 5: Automated Optical Inspection, Object Segmentation, and Detection Isolating objects in a sceneCreating an application for AOI; Preprocessing the input image; Noise removal; Removing the background using the light pattern for segmentation; The thresholding operation; Segmenting our input image; The connected component algorithm; The findContours algorithm; Summary; Chapter 6: Learning Object Classification; Introducing machine learning concepts; Computer Vision and the machine learning workflow; Automatic object inspection classification example; Feature extraction; Training an SVM model; Input image prediction; Summary Chapter 7: Detecting Face Parts and Overlaying MasksUnderstanding Haar cascades; What are integral images?; Overlaying a facemask in a live video; What happened in the code?; Get your sunglasses on; Looking inside the code; Tracking your nose, mouth, and ears; Summary; Chapter 8: Video Surveillance, Background Modeling, and Morphological Operations; Understanding background subtraction; Naive background subtraction; Does it work well?; Frame differencing; How well does it work?; The Mixture of Gaussians approach; What happened in the code?; Morphological image processing Computer vision. http://id.loc.gov/authorities/subjects/sh85029549 Image processing. http://id.loc.gov/authorities/subjects/sh85064446 Vision par ordinateur. Traitement d'images. image processing. aat COMPUTERS General. bisacsh Computer vision fast Image processing fast |
subject_GND | http://id.loc.gov/authorities/subjects/sh85029549 http://id.loc.gov/authorities/subjects/sh85064446 |
title | OpenCV by example : enhance your understanding of computer vision and image processing by developing real-world projects in OpenCV 3 / |
title_auth | OpenCV by example : enhance your understanding of computer vision and image processing by developing real-world projects in OpenCV 3 / |
title_exact_search | OpenCV by example : enhance your understanding of computer vision and image processing by developing real-world projects in OpenCV 3 / |
title_full | OpenCV by example : enhance your understanding of computer vision and image processing by developing real-world projects in OpenCV 3 / Prateek Joshi, David Millán Escrivá, Vinícius Godoy. |
title_fullStr | OpenCV by example : enhance your understanding of computer vision and image processing by developing real-world projects in OpenCV 3 / Prateek Joshi, David Millán Escrivá, Vinícius Godoy. |
title_full_unstemmed | OpenCV by example : enhance your understanding of computer vision and image processing by developing real-world projects in OpenCV 3 / Prateek Joshi, David Millán Escrivá, Vinícius Godoy. |
title_short | OpenCV by example : |
title_sort | opencv by example enhance your understanding of computer vision and image processing by developing real world projects in opencv 3 |
title_sub | enhance your understanding of computer vision and image processing by developing real-world projects in OpenCV 3 / |
topic | Computer vision. http://id.loc.gov/authorities/subjects/sh85029549 Image processing. http://id.loc.gov/authorities/subjects/sh85064446 Vision par ordinateur. Traitement d'images. image processing. aat COMPUTERS General. bisacsh Computer vision fast Image processing fast |
topic_facet | Computer vision. Image processing. Vision par ordinateur. Traitement d'images. image processing. COMPUTERS General. Computer vision Image processing |
url | https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=1160093 |
work_keys_str_mv | AT joshiprateek opencvbyexampleenhanceyourunderstandingofcomputervisionandimageprocessingbydevelopingrealworldprojectsinopencv3 AT escrivadavidmillan opencvbyexampleenhanceyourunderstandingofcomputervisionandimageprocessingbydevelopingrealworldprojectsinopencv3 AT godoyvinicius opencvbyexampleenhanceyourunderstandingofcomputervisionandimageprocessingbydevelopingrealworldprojectsinopencv3 |