Cargando…

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

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

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Kaehler, Adrian
Otros Autores: Bradski, Gary R.
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Sebastopol, CA : O'Reilly Media, 2016.
Edición:First edition.
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)

MARC

LEADER 00000cam a2200000 i 4500
001 OR_ocn967096869
003 OCoLC
005 20231017213018.0
006 m o d
007 cr |||||||||||
008 161219t20162017cau ob 001 0 eng d
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  |d OCLCO 
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.) 
020 |z 9781491937990 
029 1 |a AU@  |b 000067103051 
029 1 |a GBVCP  |b 897166779 
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 
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 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 
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(). 
504 |a Includes bibliographical references and index. 
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. 
650 0 |a C++ (Computer program language) 
650 6 |a Vision par ordinateur. 
650 6 |a C++ (Langage de programmation) 
650 7 |a COMPUTERS  |x General.  |2 bisacsh 
650 7 |a C++ (Computer program language)  |2 fast 
650 7 |a Computer vision  |2 fast 
700 1 |a Bradski, Gary R. 
856 4 0 |u https://learning.oreilly.com/library/view/~/9781491937983/?ar  |z Texto completo (Requiere registro previo con correo institucional) 
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 IZTAP