Learning OpenCV 3 : computer vision in C++ with the OpenCV library

Book Cover
Average Rating
Published
Sebastopol, CA : O'Reilly Media, 2016.
Status
Available Online

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

Discover More

Also in this Series

Checking series information...

More Like This

Loading more titles like this title...

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
Go To Grouped Work View in Staff Client

Grouping Information

Grouped Work ID3923e44d-dc68-a3da-6879-f8232689e7dc-eng
Full titlelearning opencv 3 computer vision in c with the opencv library
Authorkaehler adrian
Grouping Categorybook
Last Update2025-01-24 12:33:29PM
Last Indexed2025-01-30 03:08:18AM

Book Cover Information

Image Sourcesyndetics
First LoadedDec 22, 2023
Last UsedFeb 2, 2025

Marc Record

First DetectedMar 14, 2023 07:58:06 AM
Last File Modification TimeMar 14, 2023 07:58:06 AM
SuppressedRecord had no items

MARC Record

LEADER06383cam a2200577 i 4500
001ocn967096869
003OCoLC
00520230314075611.0
006m     o  d        
007cr |||||||||||
008161219t20162017cau     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
08204|a 006.37|2 23
1001 |a Kaehler, Adrian.
24510|a Learning OpenCV 3 :|b computer vision in C++ with the OpenCV library /|c Adrian Kaehler and Gary Bradski.
24630|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.
5050 |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.
5058 |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.
5058 |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.
5058 |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().
5058 |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)
7001 |a Bradski, Gary R.
85640|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