База данных: ЭБС EBSCO eBook
Страница 1, Результатов: 1
Отмеченные записи: 0
1.
Подробнее
DDC 006.37
E 76
Escrivá, David Millán.
OpenCV 4 Computer Vision Application Programming Cookbook. / David Millán. Escrivá, Laganiere, Robert. - [Place of publication not identified] : : 2019., Б. г. - 1 online resource. - URL: https://library.dvfu.ru/lib/document/SK_ELIB/ECC59F6B-C7B1-4F67-AEAE-0D664374BCE9 . - ISBN 9781789345285 (electronic bk.). - ISBN 1789345286 (electronic bk.)
Vendor-supplied metadata.
Параллельные издания: Print version: : Millán Escrivá, David. OpenCV 4 Computer Vision Application Programming Cookbook : Build Complex Computer Vision Applications with OpenCV and C++, 4th Edition. - Birmingham : Packt Publishing, Limited, ©2019. - ISBN 9781789340723
Содержание:
Cover; Title Page; Copyright and Credits; About Packt; Contributors; Table of Contents; Preface; Chapter 1: Playing with Images; Installing the OpenCV library; Getting ready; How to do it ... ; How it works ... ; There's more ... ; Using Qt for OpenCV developments; The OpenCV developer site; See also; Loading, displaying, and saving images; Getting ready; How to do it ... ; How it works ... ; There's more ... ; Clicking on images; Drawing on images; Running the example with Qt; See also; Exploring the cv::Mat data structure; How to do it ... ; How it works ... ; There's more ... ; The input and output arrays
See alsoDefining regions of interest; Getting ready; How to do it ... ; How it works ... ; There's more ... ; Using image masks; See also; Chapter 2: Manipulating the Pixels; Accessing pixel values; Getting ready; How to do it ... ; How it works ... ; There's more ... ; The cv::Mat_ template class; See also; Scanning an image with pointers; Getting ready; How to do it ... ; How it works ... ; There's more ... ; Other color reduction formulas; Having input and output arguments; Efficient scanning of continuous images; Low-level pointer arithmetics; See also; Scanning an image with iterators; Getting ready
How to do it ... How it works ... ; There's more ... ; See also; Writing efficient image-scanning loops; How to do it ... ; How it works ... ; There's more ... ; See also; Scanning an image with neighbor access; Getting ready; How to do it ... ; How it works ... ; There's more ... ; See also; Performing simple image arithmetic; Getting ready; How to do it ... ; How it works ... ; There's more ... ; Overloaded image operators; Splitting the image channels; Remapping an image; How to do it ... ; How it works ... ; See also; Chapter 3: Processing Color Images with Classes; Comparing colors using the strategy design pattern
How to do it ... How it works ... ; There's more ... ; Computing the distance between two color vectors; Using OpenCV functions; The functor or function object; The OpenCV base class for algorithms; See also; Segmenting an image with the GrabCut algorithm; How to do it ... ; How it works ... ; See also; Converting color representations; Getting ready; How to do it ... ; How it works ... ; See also; Representing colors with hue, saturation, and brightness; How to do it ... ; How it works ... ; There's more ... ; Using colors for detection -- skin tone detection; Chapter 4: Counting the Pixels with Histograms
Computing the image histogramGetting started; How to do it ... ; How it works ... ; There's more ... ; Computing histograms of color images; See also; Applying lookup tables to modify the image's appearance; How to do it ... ; How it works ... ; There's more ... ; Stretching a histogram to improve the image contrast; Applying a lookup table on color images; Equalizing the image histogram; How to do it ... ; How it works ... ; Backprojecting a histogram to detect specific image content; How to do it ... ; How it works ... ; There's more ... ; Backprojecting color histograms
~РУБ DDC 006.37
Рубрики: Application Development.
Computer Vision.
Application Software--Development.
Computers--Artificial Intelligence--Computer Vision & Pattern Recognition.
Computers--Software Development & Engineering--General.
Computer vision--Programming.
C++ (Computer program language)
Application software.
Аннотация: This book will present a variety of CV algorithms using the standard library. It will implement any shortfall that might come in CV by practicing the recipes that implement various tasks such as image processing and object recognition among others. It will help you in implementing CV algorithms to meet the technical requirement of your projects.
Доп.точки доступа:
Laganiere, Robert.
E 76
Escrivá, David Millán.
OpenCV 4 Computer Vision Application Programming Cookbook. / David Millán. Escrivá, Laganiere, Robert. - [Place of publication not identified] : : 2019., Б. г. - 1 online resource. - URL: https://library.dvfu.ru/lib/document/SK_ELIB/ECC59F6B-C7B1-4F67-AEAE-0D664374BCE9 . - ISBN 9781789345285 (electronic bk.). - ISBN 1789345286 (electronic bk.)
Vendor-supplied metadata.
Параллельные издания: Print version: : Millán Escrivá, David. OpenCV 4 Computer Vision Application Programming Cookbook : Build Complex Computer Vision Applications with OpenCV and C++, 4th Edition. - Birmingham : Packt Publishing, Limited, ©2019. - ISBN 9781789340723
Содержание:
Cover; Title Page; Copyright and Credits; About Packt; Contributors; Table of Contents; Preface; Chapter 1: Playing with Images; Installing the OpenCV library; Getting ready; How to do it ... ; How it works ... ; There's more ... ; Using Qt for OpenCV developments; The OpenCV developer site; See also; Loading, displaying, and saving images; Getting ready; How to do it ... ; How it works ... ; There's more ... ; Clicking on images; Drawing on images; Running the example with Qt; See also; Exploring the cv::Mat data structure; How to do it ... ; How it works ... ; There's more ... ; The input and output arrays
See alsoDefining regions of interest; Getting ready; How to do it ... ; How it works ... ; There's more ... ; Using image masks; See also; Chapter 2: Manipulating the Pixels; Accessing pixel values; Getting ready; How to do it ... ; How it works ... ; There's more ... ; The cv::Mat_ template class; See also; Scanning an image with pointers; Getting ready; How to do it ... ; How it works ... ; There's more ... ; Other color reduction formulas; Having input and output arguments; Efficient scanning of continuous images; Low-level pointer arithmetics; See also; Scanning an image with iterators; Getting ready
How to do it ... How it works ... ; There's more ... ; See also; Writing efficient image-scanning loops; How to do it ... ; How it works ... ; There's more ... ; See also; Scanning an image with neighbor access; Getting ready; How to do it ... ; How it works ... ; There's more ... ; See also; Performing simple image arithmetic; Getting ready; How to do it ... ; How it works ... ; There's more ... ; Overloaded image operators; Splitting the image channels; Remapping an image; How to do it ... ; How it works ... ; See also; Chapter 3: Processing Color Images with Classes; Comparing colors using the strategy design pattern
How to do it ... How it works ... ; There's more ... ; Computing the distance between two color vectors; Using OpenCV functions; The functor or function object; The OpenCV base class for algorithms; See also; Segmenting an image with the GrabCut algorithm; How to do it ... ; How it works ... ; See also; Converting color representations; Getting ready; How to do it ... ; How it works ... ; See also; Representing colors with hue, saturation, and brightness; How to do it ... ; How it works ... ; There's more ... ; Using colors for detection -- skin tone detection; Chapter 4: Counting the Pixels with Histograms
Computing the image histogramGetting started; How to do it ... ; How it works ... ; There's more ... ; Computing histograms of color images; See also; Applying lookup tables to modify the image's appearance; How to do it ... ; How it works ... ; There's more ... ; Stretching a histogram to improve the image contrast; Applying a lookup table on color images; Equalizing the image histogram; How to do it ... ; How it works ... ; Backprojecting a histogram to detect specific image content; How to do it ... ; How it works ... ; There's more ... ; Backprojecting color histograms
Рубрики: Application Development.
Computer Vision.
Application Software--Development.
Computers--Artificial Intelligence--Computer Vision & Pattern Recognition.
Computers--Software Development & Engineering--General.
Computer vision--Programming.
C++ (Computer program language)
Application software.
Аннотация: This book will present a variety of CV algorithms using the standard library. It will implement any shortfall that might come in CV by practicing the recipes that implement various tasks such as image processing and object recognition among others. It will help you in implementing CV algorithms to meet the technical requirement of your projects.
Доп.точки доступа:
Laganiere, Robert.
Страница 1, Результатов: 1