Learning OpenCV 3 : computer vision in C++ with the OpenCV library
Description
Loading Description...
More Details
Format
Edition
First edition.
Language
English
ISBN
1491937963, 9781491937969, 9781491938003, 1491938005
Notes
Bibliography
Includes bibliographical references and index.
Description
Get started in the rapidly expanding field of computer vision with this practical guide. Written by Adrian Kaehler and Gary Bradski, creator of the open source OpenCV library, this book provides a thorough introduction for developers, academics, roboticists, and hobbyists. You'll learn what it takes to build applications that enable computers to "see" and make decisions based on that data. With over 500 functions that span many areas in vision, OpenCV is used for commercial applications such as security, medical imaging, pattern and face recognition, robotics, and factory product inspection. This book gives you a firm grounding in computer vision and OpenCV for building simple or sophisticated vision applications. Hands-on exercises in each chapter help you apply what you've learned. This volume covers the entire library, in its modern C++ implementation, including machine learning tools for computer vision. Learn OpenCV data types, array types, and array operations Capture and store still and video images with HighGUI Transform images to stretch, shrink, warp, remap, and repair Explore pattern recognition, including face detection Track objects and motion through the visual field Reconstruct 3D images from stereo vision Discover basic and advanced machine learning techniques in OpenCV--Provided by publisher
Local note
O'Reilly,O'Reilly Online Learning: Academic/Public Library Edition
Also in this Series
Checking series information...
Reviews from GoodReads
Loading GoodReads Reviews.
Citations
APA Citation, 7th Edition (style guide)
Kaehler, A., & Bradski, G. R. (2016). Learning OpenCV 3: computer vision in C++ with the OpenCV library (First edition.). O'Reilly Media.
Chicago / Turabian - Author Date Citation, 17th Edition (style guide)Kaehler, Adrian and Gary R. Bradski. 2016. Learning OpenCV 3: Computer Vision in C++ With the OpenCV Library. Sebastopol, CA: O'Reilly Media.
Chicago / Turabian - Humanities (Notes and Bibliography) Citation, 17th Edition (style guide)Kaehler, Adrian and Gary R. Bradski. Learning OpenCV 3: Computer Vision in C++ With the OpenCV Library Sebastopol, CA: O'Reilly Media, 2016.
Harvard Citation (style guide)Kaehler, A. and Bradski, G. R. (2016). Learning opencv 3: computer vision in C++ with the opencv library. First edn. Sebastopol, CA: O'Reilly Media.
MLA Citation, 9th Edition (style guide)Kaehler, Adrian., and Gary R Bradski. Learning OpenCV 3: Computer Vision in C++ With the OpenCV Library First edition., O'Reilly Media, 2016.
Note! Citations contain only title, author, edition, publisher, and year published. Citations should be used as a guideline and should be double checked for accuracy. Citation formats are based on standards as of August 2021.
Staff View
Grouped Work ID
3923e44d-dc68-a3da-6879-f8232689e7dc-eng
Grouping Information
Grouped Work ID | 3923e44d-dc68-a3da-6879-f8232689e7dc-eng |
---|---|
Full title | learning opencv 3 computer vision in c with the opencv library |
Author | kaehler adrian |
Grouping Category | book |
Last Update | 2025-01-24 12:33:29PM |
Last Indexed | 2025-01-30 03:08:18AM |
Book Cover Information
Image Source | syndetics |
---|---|
First Loaded | Dec 22, 2023 |
Last Used | Feb 2, 2025 |
Marc Record
First Detected | Mar 14, 2023 07:58:06 AM |
---|---|
Last File Modification Time | Mar 14, 2023 07:58:06 AM |
Suppressed | Record had no items |
MARC Record
LEADER | 06383cam a2200577 i 4500 | ||
---|---|---|---|
001 | ocn967096869 | ||
003 | OCoLC | ||
005 | 20230314075611.0 | ||
006 | m o d | ||
007 | cr ||||||||||| | ||
008 | 161219t20162017cau ob 001 0 eng d | ||
019 | |a 966429426|a 967729228 | ||
020 | |a 1491937963|q (electronic bk.) | ||
020 | |a 9781491937969|q (electronic bk.) | ||
020 | |a 9781491938003|q (electronic bk.) | ||
020 | |a 1491938005|q (electronic bk.) | ||
035 | |a (OCoLC)967096869|z (OCoLC)966429426|z (OCoLC)967729228 | ||
037 | |a 979062|b MIL | ||
037 | |a ED1ED654-BA73-42D9-9515-186C25A117EE|b OverDrive, Inc.|n http://www.overdrive.com | ||
040 | |a IDEBK|b eng|e rda|e pn|c IDEBK|d EBLCP|d N$T|d TEFOD|d N$T|d TEFOD|d UMI|d OCLCF|d OCLCQ|d STF|d OCLCQ|d VT2|d HCO|d CEF|d KSU|d OCLCQ|d OCLCO|d DEBBG|d UAB|d OCLCQ|d AAA|d OCLCO|d OCLCQ | ||
049 | |a MAIN | ||
050 | 4 | |a TA1634 | |
072 | 7 | |a COM|x 000000|2 bisacsh | |
082 | 0 | 4 | |a 006.37|2 23 |
100 | 1 | |a Kaehler, Adrian. | |
245 | 1 | 0 | |a Learning OpenCV 3 :|b computer vision in C++ with the OpenCV library /|c Adrian Kaehler and Gary Bradski. |
246 | 3 | 0 | |a Computer vision in C++ with the OpenCV library |
250 | |a First edition. | ||
264 | 1 | |a Sebastopol, CA :|b O'Reilly Media,|c 2016. | |
264 | 4 | |c ©2017 | |
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 | ||
504 | |a Includes bibliographical references and index. | ||
505 | 0 | |a Copyright; Table of Contents; Preface; Purpose of This Book; Who This Book Is For; What This Book Is Not; About the Programs in This Book; Prerequisites; How This Book Is Best Used; Conventions Used in This Book; Using Code Examples; O'Reilly Safari; We'd Like to Hear from You; Acknowledgments; Thanks for Help on OpenCV; Thanks for Help on This Book; Adrian Adds ... ; Gary Adds ... ; Chapter 1. Overview; What Is OpenCV?; Who Uses OpenCV?; What Is Computer Vision?; The Origin of OpenCV; OpenCV Block Diagram; Speeding Up OpenCV with IPP; Who Owns OpenCV?; Downloading and Installing OpenCV. | |
505 | 8 | |a InstallationGetting the Latest OpenCV via Git; More OpenCV Documentation; Supplied Documentation; Online Documentation and the Wiki; OpenCV Contribution Repository; Downloading and Building Contributed Modules; Portability; Summary; Exercises; Chapter 2. Introduction to OpenCV; Include Files; Resources; First Program-Display a Picture; Second Program-Video; Moving Around; A Simple Transformation; A Not-So-Simple Transformation; Input from a Camera; Writing to an AVI File; Summary; Exercises; Chapter 3. Getting to Know OpenCV Data Types; The Basics; OpenCV Data Types. | |
505 | 8 | |a Overview of the Basic TypesBasic Types: Getting Down to Details; Helper Objects; Utility Functions; The Template Structures; Summary; Exercises; Chapter 4. Images and Large Array Types; Dynamic and Variable Storage; The cv::Mat Class: N-Dimensional Dense Arrays; Creating an Array; Accessing Array Elements Individually; The N-ary Array Iterator: NAryMatIterator; Accessing Array Elements by Block; Matrix Expressions: Algebra and cv::Mat; Saturation Casting; More Things an Array Can Do; The cv::SparseMat Class: Sparse Arrays; Accessing Sparse Array Elements; Functions Unique to Sparse Arrays. | |
505 | 8 | |a Template Structures for Large Array TypesSummary; Exercises; Chapter 5. Array Operations; More Things You Can Do with Arrays; cv::abs(); cv::absdiff(); cv::add(); cv::addWeighted(); cv::bitwise_and(); cv::bitwise_not(); cv::bitwise_or(); cv::bitwise_xor(); cv::calcCovarMatrix(); cv::cartToPolar(); cv::checkRange(); cv::compare(); cv::completeSymm(); cv::convertScaleAbs(); cv::countNonZero(); cv::cvarrToMat(); cv::dct(); cv::dft(); cv::cvtColor(); cv::determinant(); cv::divide(); cv::eigen(); cv::exp(); cv::extractImageCOI(); cv::flip(); cv::gemm(). | |
505 | 8 | |a Cv::getConvertElem() and cv::getConvertScaleElem()cv::idct(); cv::idft(); cv::inRange(); cv::insertImageCOI(); cv::invert(); cv::log(); cv::LUT(); cv::magnitude(); cv::Mahalanobis(); cv::max(); cv::mean(); cv::meanStdDev(); cv::merge(); cv::min(); cv::minMaxIdx(); cv::minMaxLoc(); cv::mixChannels(); cv::mulSpectrums(); cv::multiply(); cv::mulTransposed(); cv::norm(); cv::normalize(); cv::perspectiveTransform(); cv::phase(); cv::polarToCart(); cv::pow(); cv::randu(); cv::randn(); cv::randShuffle(); cv::reduce(); cv::repeat(); cv::scaleAdd(); cv::setIdentity(); cv::solve(); cv::solveCubic(). | |
520 | |a Get started in the rapidly expanding field of computer vision with this practical guide. Written by Adrian Kaehler and Gary Bradski, creator of the open source OpenCV library, this book provides a thorough introduction for developers, academics, roboticists, and hobbyists. You'll learn what it takes to build applications that enable computers to "see" and make decisions based on that data. With over 500 functions that span many areas in vision, OpenCV is used for commercial applications such as security, medical imaging, pattern and face recognition, robotics, and factory product inspection. This book gives you a firm grounding in computer vision and OpenCV for building simple or sophisticated vision applications. Hands-on exercises in each chapter help you apply what you've learned. This volume covers the entire library, in its modern C++ implementation, including machine learning tools for computer vision. Learn OpenCV data types, array types, and array operations Capture and store still and video images with HighGUI Transform images to stretch, shrink, warp, remap, and repair Explore pattern recognition, including face detection Track objects and motion through the visual field Reconstruct 3D images from stereo vision Discover basic and advanced machine learning techniques in OpenCV--Provided by publisher | ||
590 | |a O'Reilly|b O'Reilly Online Learning: Academic/Public Library Edition | ||
650 | 0 | |a Computer vision.|9 34219 | |
650 | 0 | |a C++ (Computer program language) | |
700 | 1 | |a Bradski, Gary R. | |
856 | 4 | 0 | |u https://library.access.arlingtonva.us/login?url=https://learning.oreilly.com/library/view/~/9781491937983/?ar|x O'Reilly|z eBook |
938 | |a ProQuest Ebook Central|b EBLB|n EBL4770094 | ||
938 | |a EBSCOhost|b EBSC|n 1440132 | ||
938 | |a ProQuest MyiLibrary Digital eBook Collection|b IDEB|n cis37229980 | ||
994 | |a 92|b VIA | ||
999 | |c 281340|d 281340 |