Learning OpenCV 3 application development :: build, create, and deploy your own computer vision applications with the power of OpenCV /
Annotation
Gespeichert in:
1. Verfasser: | |
---|---|
Format: | Elektronisch E-Book |
Sprache: | English |
Veröffentlicht: |
Birmingham :
Packt,
2016.
|
Schlagworte: | |
Online-Zugang: | Volltext |
Zusammenfassung: | Annotation |
Beschreibung: | Includes index. |
Beschreibung: | 1 online resource |
ISBN: | 1784399132 9781784399139 178439145X 9781784391454 |
Internformat
MARC
LEADER | 00000cam a2200000 a 4500 | ||
---|---|---|---|
001 | ZDB-4-EBA-ocn967075275 | ||
003 | OCoLC | ||
005 | 20241004212047.0 | ||
006 | m o d | ||
007 | cr |n||||||||| | ||
008 | 161223s2016 enk o 001 0 eng d | ||
040 | |a IDEBK |b eng |e pn |c IDEBK |d N$T |d UMI |d TEFOD |d OCLCF |d OCLCQ |d IDEBK |d REB |d STF |d OCLCQ |d COO |d VT2 |d UOK |d CEF |d KSU |d DEBBG |d UKMGB |d WYU |d LVT |d UAB |d UKAHL |d OCLCO |d OCLCQ |d OCLCO |d OCLCL |d OCLCQ | ||
015 | |a GBB709183 |2 bnb | ||
016 | 7 | |a 018168123 |2 Uk | |
019 | |a 968715010 |a 1259097043 | ||
020 | |a 1784399132 |q (electronic bk.) | ||
020 | |a 9781784399139 |q (electronic bk.) | ||
020 | |z 9781784391454 | ||
020 | |a 178439145X | ||
020 | |a 9781784391454 | ||
035 | |a (OCoLC)967075275 |z (OCoLC)968715010 |z (OCoLC)1259097043 | ||
037 | |a 979859 |b MIL | ||
037 | |a EE876DE0-EE36-4896-853B-CECF9C3A61F6 |b OverDrive, Inc. |n http://www.overdrive.com | ||
050 | 4 | |a QA76.76.A65 | |
072 | 7 | |a COM |x 084000 |2 bisacsh | |
082 | 7 | |a 005.365 |2 23 | |
049 | |a MAIN | ||
100 | 1 | |a Datta, Samyak, |e author. | |
245 | 1 | 0 | |a Learning OpenCV 3 application development : |b build, create, and deploy your own computer vision applications with the power of OpenCV / |c Samyak Datta. |
260 | |a Birmingham : |b Packt, |c 2016. | ||
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 | ||
500 | |a Includes index. | ||
588 | 0 | |a Online resource, title from PDF title page (EBSCO, viewed January 16, 2017). | |
520 | 8 | |a Annotation |b Build, create, and deploy your own computer vision applications with the power of OpenCVAbout This Book This book provides hands-on examples that cover the major features that are part of any important Computer Vision application It explores important algorithms that allow you to recognize faces, identify objects, extract features from images, help your system make meaningful predictions from visual data, and much more All the code examples in the book are based on OpenCV 3.1 the latest versionWho This Book Is ForThis is the perfect book for anyone who wants to dive into the exciting world of image processing and computer vision. This book is aimed at programmers with a working knowledge of C++. Prior knowledge of OpenCV or Computer Vision/Machine Learning is not required.What You Will Learn Explore the steps involved in building a typical computer vision/machine learning application Understand the relevance of OpenCV at every stage of building an application Harness the vast amount of information that lies hidden in images into the apps you build Incorporate visual information in your apps to create more appealing software Get acquainted with how large-scale and popular image editing apps such as Instagram work behind the scenes by getting a glimpse of how the image filters in apps can be recreated using simple operations in OpenCV Appreciate how difficult it is for a computer program to perform tasks that are trivial for human beings Get to know how to develop applications that perform face detection, gender detection from facial images, and handwritten character (digit) recognitionIn DetailComputer vision and machine learning concepts are frequently used in practical computer vision based projects. If you're a novice, this book provides the steps to build and deploy an end-to-end application in the domain of computer vision using OpenCV/C++. At the outset, we explain how to install OpenCV and demonstrate how to run some simple programs. You will start with images (the building blocks of image processing applications), and see how they are stored and processed by OpenCV. You'll get comfortable with OpenCV-specific jargon (Mat Point, Scalar, and more), and get to know how to traverse images and perform basic pixel-wise operations. Building upon this, we introduce slightly more advanced image processing concepts such as filtering, thresholding, and edge detection. In the latter parts, the book touches upon more complex and ubiquitous concepts such as face detection (using Haar cascade classifiers), interest point detection algorithms, and feature descriptors. You will now begin to appreciate the true power of the library in how it reduces mathematically non-trivial algorithms to a single line of code!The concluding sections touch upon OpenCV's Machine Learning module. You will witness not only how OpenCV helps you pre-process and extract features from images that are relevant to the problems you are trying to solve, but also how to use Machine Learning algorithms that work on these features to make intelligent predictions from visual data!Style and approachThis book takes a very hands-on approach to developing an end-to-end application with OpenCV. To avoid being too theoretical, the description of concepts are accompanied simultaneously by the development of applications. Throughout the course of the book, the projects and practical, real-life examples are explained and developed step by step in sync with the theory. | |
650 | 0 | |a Application software. |0 http://id.loc.gov/authorities/subjects/sh90001980 | |
650 | 0 | |a OpenCV (Computer program language) |0 http://id.loc.gov/authorities/subjects/sh2016000128 | |
650 | 6 | |a Logiciels d'application. | |
650 | 6 | |a OpenCV (Langage de programmation) | |
650 | 7 | |a COMPUTERS |x Desktop Applications |x General. |2 bisacsh | |
650 | 7 | |a Application software |2 fast | |
650 | 7 | |a OpenCV (Computer program language) |2 fast | |
758 | |i has work: |a Learning OpenCV 3 application development (Text) |1 https://id.oclc.org/worldcat/entity/E39PCH38KBVTwgXJTwvR7vQBxC |4 https://id.oclc.org/worldcat/ontology/hasWork | ||
776 | 0 | 8 | |i Print version: |a Datta, Samyak. |t Learning openCV 3 application development : build, create, and deploy your own computer vision applications with the power of openCV. |d Birmingham, [England] : Packt Publishing, c2016 |h 293 pages |z 9781784391454 |
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=1442054 |3 Volltext |
938 | |a Askews and Holts Library Services |b ASKH |n AH31188870 | ||
938 | |a ProQuest MyiLibrary Digital eBook Collection |b IDEB |n cis35312834 | ||
938 | |a EBSCOhost |b EBSC |n 1442054 | ||
994 | |a 92 |b GEBAY | ||
912 | |a ZDB-4-EBA | ||
049 | |a DE-863 |
Datensatz im Suchindex
DE-BY-FWS_katkey | ZDB-4-EBA-ocn967075275 |
---|---|
_version_ | 1816882373694849024 |
adam_text | |
any_adam_object | |
author | Datta, Samyak |
author_facet | Datta, Samyak |
author_role | aut |
author_sort | Datta, Samyak |
author_variant | s d sd |
building | Verbundindex |
bvnumber | localFWS |
callnumber-first | Q - Science |
callnumber-label | QA76 |
callnumber-raw | QA76.76.A65 |
callnumber-search | QA76.76.A65 |
callnumber-sort | QA 276.76 A65 |
callnumber-subject | QA - Mathematics |
collection | ZDB-4-EBA |
ctrlnum | (OCoLC)967075275 |
dewey-full | 005.365 |
dewey-hundreds | 000 - Computer science, information, general works |
dewey-ones | 005 - Computer programming, programs, data, security |
dewey-raw | 005.365 |
dewey-search | 005.365 |
dewey-sort | 15.365 |
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>06238cam a2200577 a 4500</leader><controlfield tag="001">ZDB-4-EBA-ocn967075275</controlfield><controlfield tag="003">OCoLC</controlfield><controlfield tag="005">20241004212047.0</controlfield><controlfield tag="006">m o d </controlfield><controlfield tag="007">cr |n|||||||||</controlfield><controlfield tag="008">161223s2016 enk o 001 0 eng d</controlfield><datafield tag="040" ind1=" " ind2=" "><subfield code="a">IDEBK</subfield><subfield code="b">eng</subfield><subfield code="e">pn</subfield><subfield code="c">IDEBK</subfield><subfield code="d">N$T</subfield><subfield code="d">UMI</subfield><subfield code="d">TEFOD</subfield><subfield code="d">OCLCF</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">IDEBK</subfield><subfield code="d">REB</subfield><subfield code="d">STF</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">COO</subfield><subfield code="d">VT2</subfield><subfield code="d">UOK</subfield><subfield code="d">CEF</subfield><subfield code="d">KSU</subfield><subfield code="d">DEBBG</subfield><subfield code="d">UKMGB</subfield><subfield code="d">WYU</subfield><subfield code="d">LVT</subfield><subfield code="d">UAB</subfield><subfield code="d">UKAHL</subfield><subfield code="d">OCLCO</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">OCLCO</subfield><subfield code="d">OCLCL</subfield><subfield code="d">OCLCQ</subfield></datafield><datafield tag="015" ind1=" " ind2=" "><subfield code="a">GBB709183</subfield><subfield code="2">bnb</subfield></datafield><datafield tag="016" ind1="7" ind2=" "><subfield code="a">018168123</subfield><subfield code="2">Uk</subfield></datafield><datafield tag="019" ind1=" " ind2=" "><subfield code="a">968715010</subfield><subfield code="a">1259097043</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">1784399132</subfield><subfield code="q">(electronic bk.)</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9781784399139</subfield><subfield code="q">(electronic bk.)</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="z">9781784391454</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">178439145X</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9781784391454</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(OCoLC)967075275</subfield><subfield code="z">(OCoLC)968715010</subfield><subfield code="z">(OCoLC)1259097043</subfield></datafield><datafield tag="037" ind1=" " ind2=" "><subfield code="a">979859</subfield><subfield code="b">MIL</subfield></datafield><datafield tag="037" ind1=" " ind2=" "><subfield code="a">EE876DE0-EE36-4896-853B-CECF9C3A61F6</subfield><subfield code="b">OverDrive, Inc.</subfield><subfield code="n">http://www.overdrive.com</subfield></datafield><datafield tag="050" ind1=" " ind2="4"><subfield code="a">QA76.76.A65</subfield></datafield><datafield tag="072" ind1=" " ind2="7"><subfield code="a">COM</subfield><subfield code="x">084000</subfield><subfield code="2">bisacsh</subfield></datafield><datafield tag="082" ind1="7" ind2=" "><subfield code="a">005.365</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">Datta, Samyak,</subfield><subfield code="e">author.</subfield></datafield><datafield tag="245" ind1="1" ind2="0"><subfield code="a">Learning OpenCV 3 application development :</subfield><subfield code="b">build, create, and deploy your own computer vision applications with the power of OpenCV /</subfield><subfield code="c">Samyak Datta.</subfield></datafield><datafield tag="260" ind1=" " ind2=" "><subfield code="a">Birmingham :</subfield><subfield code="b">Packt,</subfield><subfield code="c">2016.</subfield></datafield><datafield tag="300" ind1=" " ind2=" "><subfield code="a">1 online resource</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="500" ind1=" " ind2=" "><subfield code="a">Includes index.</subfield></datafield><datafield tag="588" ind1="0" ind2=" "><subfield code="a">Online resource, title from PDF title page (EBSCO, viewed January 16, 2017).</subfield></datafield><datafield tag="520" ind1="8" ind2=" "><subfield code="a">Annotation</subfield><subfield code="b">Build, create, and deploy your own computer vision applications with the power of OpenCVAbout This Book This book provides hands-on examples that cover the major features that are part of any important Computer Vision application It explores important algorithms that allow you to recognize faces, identify objects, extract features from images, help your system make meaningful predictions from visual data, and much more All the code examples in the book are based on OpenCV 3.1 the latest versionWho This Book Is ForThis is the perfect book for anyone who wants to dive into the exciting world of image processing and computer vision. This book is aimed at programmers with a working knowledge of C++. Prior knowledge of OpenCV or Computer Vision/Machine Learning is not required.What You Will Learn Explore the steps involved in building a typical computer vision/machine learning application Understand the relevance of OpenCV at every stage of building an application Harness the vast amount of information that lies hidden in images into the apps you build Incorporate visual information in your apps to create more appealing software Get acquainted with how large-scale and popular image editing apps such as Instagram work behind the scenes by getting a glimpse of how the image filters in apps can be recreated using simple operations in OpenCV Appreciate how difficult it is for a computer program to perform tasks that are trivial for human beings Get to know how to develop applications that perform face detection, gender detection from facial images, and handwritten character (digit) recognitionIn DetailComputer vision and machine learning concepts are frequently used in practical computer vision based projects. If you're a novice, this book provides the steps to build and deploy an end-to-end application in the domain of computer vision using OpenCV/C++. At the outset, we explain how to install OpenCV and demonstrate how to run some simple programs. You will start with images (the building blocks of image processing applications), and see how they are stored and processed by OpenCV. You'll get comfortable with OpenCV-specific jargon (Mat Point, Scalar, and more), and get to know how to traverse images and perform basic pixel-wise operations. Building upon this, we introduce slightly more advanced image processing concepts such as filtering, thresholding, and edge detection. In the latter parts, the book touches upon more complex and ubiquitous concepts such as face detection (using Haar cascade classifiers), interest point detection algorithms, and feature descriptors. You will now begin to appreciate the true power of the library in how it reduces mathematically non-trivial algorithms to a single line of code!The concluding sections touch upon OpenCV's Machine Learning module. You will witness not only how OpenCV helps you pre-process and extract features from images that are relevant to the problems you are trying to solve, but also how to use Machine Learning algorithms that work on these features to make intelligent predictions from visual data!Style and approachThis book takes a very hands-on approach to developing an end-to-end application with OpenCV. To avoid being too theoretical, the description of concepts are accompanied simultaneously by the development of applications. Throughout the course of the book, the projects and practical, real-life examples are explained and developed step by step in sync with the theory.</subfield></datafield><datafield tag="650" ind1=" " ind2="0"><subfield code="a">Application software.</subfield><subfield code="0">http://id.loc.gov/authorities/subjects/sh90001980</subfield></datafield><datafield tag="650" ind1=" " ind2="0"><subfield code="a">OpenCV (Computer program language)</subfield><subfield code="0">http://id.loc.gov/authorities/subjects/sh2016000128</subfield></datafield><datafield tag="650" ind1=" " ind2="6"><subfield code="a">Logiciels d'application.</subfield></datafield><datafield tag="650" ind1=" " ind2="6"><subfield code="a">OpenCV (Langage de programmation)</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">COMPUTERS</subfield><subfield code="x">Desktop Applications</subfield><subfield code="x">General.</subfield><subfield code="2">bisacsh</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">Application software</subfield><subfield code="2">fast</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">OpenCV (Computer program language)</subfield><subfield code="2">fast</subfield></datafield><datafield tag="758" ind1=" " ind2=" "><subfield code="i">has work:</subfield><subfield code="a">Learning OpenCV 3 application development (Text)</subfield><subfield code="1">https://id.oclc.org/worldcat/entity/E39PCH38KBVTwgXJTwvR7vQBxC</subfield><subfield code="4">https://id.oclc.org/worldcat/ontology/hasWork</subfield></datafield><datafield tag="776" ind1="0" ind2="8"><subfield code="i">Print version:</subfield><subfield code="a">Datta, Samyak.</subfield><subfield code="t">Learning openCV 3 application development : build, create, and deploy your own computer vision applications with the power of openCV.</subfield><subfield code="d">Birmingham, [England] : Packt Publishing, c2016</subfield><subfield code="h">293 pages</subfield><subfield code="z">9781784391454</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=1442054</subfield><subfield code="3">Volltext</subfield></datafield><datafield tag="938" ind1=" " ind2=" "><subfield code="a">Askews and Holts Library Services</subfield><subfield code="b">ASKH</subfield><subfield code="n">AH31188870</subfield></datafield><datafield tag="938" ind1=" " ind2=" "><subfield code="a">ProQuest MyiLibrary Digital eBook Collection</subfield><subfield code="b">IDEB</subfield><subfield code="n">cis35312834</subfield></datafield><datafield tag="938" ind1=" " ind2=" "><subfield code="a">EBSCOhost</subfield><subfield code="b">EBSC</subfield><subfield code="n">1442054</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-ocn967075275 |
illustrated | Not Illustrated |
indexdate | 2024-11-27T13:27:35Z |
institution | BVB |
isbn | 1784399132 9781784399139 178439145X 9781784391454 |
language | English |
oclc_num | 967075275 |
open_access_boolean | |
owner | MAIN DE-863 DE-BY-FWS |
owner_facet | MAIN DE-863 DE-BY-FWS |
physical | 1 online resource |
psigel | ZDB-4-EBA |
publishDate | 2016 |
publishDateSearch | 2016 |
publishDateSort | 2016 |
publisher | Packt, |
record_format | marc |
spelling | Datta, Samyak, author. Learning OpenCV 3 application development : build, create, and deploy your own computer vision applications with the power of OpenCV / Samyak Datta. Birmingham : Packt, 2016. 1 online resource text txt rdacontent computer c rdamedia online resource cr rdacarrier Includes index. Online resource, title from PDF title page (EBSCO, viewed January 16, 2017). Annotation Build, create, and deploy your own computer vision applications with the power of OpenCVAbout This Book This book provides hands-on examples that cover the major features that are part of any important Computer Vision application It explores important algorithms that allow you to recognize faces, identify objects, extract features from images, help your system make meaningful predictions from visual data, and much more All the code examples in the book are based on OpenCV 3.1 the latest versionWho This Book Is ForThis is the perfect book for anyone who wants to dive into the exciting world of image processing and computer vision. This book is aimed at programmers with a working knowledge of C++. Prior knowledge of OpenCV or Computer Vision/Machine Learning is not required.What You Will Learn Explore the steps involved in building a typical computer vision/machine learning application Understand the relevance of OpenCV at every stage of building an application Harness the vast amount of information that lies hidden in images into the apps you build Incorporate visual information in your apps to create more appealing software Get acquainted with how large-scale and popular image editing apps such as Instagram work behind the scenes by getting a glimpse of how the image filters in apps can be recreated using simple operations in OpenCV Appreciate how difficult it is for a computer program to perform tasks that are trivial for human beings Get to know how to develop applications that perform face detection, gender detection from facial images, and handwritten character (digit) recognitionIn DetailComputer vision and machine learning concepts are frequently used in practical computer vision based projects. If you're a novice, this book provides the steps to build and deploy an end-to-end application in the domain of computer vision using OpenCV/C++. At the outset, we explain how to install OpenCV and demonstrate how to run some simple programs. You will start with images (the building blocks of image processing applications), and see how they are stored and processed by OpenCV. You'll get comfortable with OpenCV-specific jargon (Mat Point, Scalar, and more), and get to know how to traverse images and perform basic pixel-wise operations. Building upon this, we introduce slightly more advanced image processing concepts such as filtering, thresholding, and edge detection. In the latter parts, the book touches upon more complex and ubiquitous concepts such as face detection (using Haar cascade classifiers), interest point detection algorithms, and feature descriptors. You will now begin to appreciate the true power of the library in how it reduces mathematically non-trivial algorithms to a single line of code!The concluding sections touch upon OpenCV's Machine Learning module. You will witness not only how OpenCV helps you pre-process and extract features from images that are relevant to the problems you are trying to solve, but also how to use Machine Learning algorithms that work on these features to make intelligent predictions from visual data!Style and approachThis book takes a very hands-on approach to developing an end-to-end application with OpenCV. To avoid being too theoretical, the description of concepts are accompanied simultaneously by the development of applications. Throughout the course of the book, the projects and practical, real-life examples are explained and developed step by step in sync with the theory. Application software. http://id.loc.gov/authorities/subjects/sh90001980 OpenCV (Computer program language) http://id.loc.gov/authorities/subjects/sh2016000128 Logiciels d'application. OpenCV (Langage de programmation) COMPUTERS Desktop Applications General. bisacsh Application software fast OpenCV (Computer program language) fast has work: Learning OpenCV 3 application development (Text) https://id.oclc.org/worldcat/entity/E39PCH38KBVTwgXJTwvR7vQBxC https://id.oclc.org/worldcat/ontology/hasWork Print version: Datta, Samyak. Learning openCV 3 application development : build, create, and deploy your own computer vision applications with the power of openCV. Birmingham, [England] : Packt Publishing, c2016 293 pages 9781784391454 FWS01 ZDB-4-EBA FWS_PDA_EBA https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=1442054 Volltext |
spellingShingle | Datta, Samyak Learning OpenCV 3 application development : build, create, and deploy your own computer vision applications with the power of OpenCV / Application software. http://id.loc.gov/authorities/subjects/sh90001980 OpenCV (Computer program language) http://id.loc.gov/authorities/subjects/sh2016000128 Logiciels d'application. OpenCV (Langage de programmation) COMPUTERS Desktop Applications General. bisacsh Application software fast OpenCV (Computer program language) fast |
subject_GND | http://id.loc.gov/authorities/subjects/sh90001980 http://id.loc.gov/authorities/subjects/sh2016000128 |
title | Learning OpenCV 3 application development : build, create, and deploy your own computer vision applications with the power of OpenCV / |
title_auth | Learning OpenCV 3 application development : build, create, and deploy your own computer vision applications with the power of OpenCV / |
title_exact_search | Learning OpenCV 3 application development : build, create, and deploy your own computer vision applications with the power of OpenCV / |
title_full | Learning OpenCV 3 application development : build, create, and deploy your own computer vision applications with the power of OpenCV / Samyak Datta. |
title_fullStr | Learning OpenCV 3 application development : build, create, and deploy your own computer vision applications with the power of OpenCV / Samyak Datta. |
title_full_unstemmed | Learning OpenCV 3 application development : build, create, and deploy your own computer vision applications with the power of OpenCV / Samyak Datta. |
title_short | Learning OpenCV 3 application development : |
title_sort | learning opencv 3 application development build create and deploy your own computer vision applications with the power of opencv |
title_sub | build, create, and deploy your own computer vision applications with the power of OpenCV / |
topic | Application software. http://id.loc.gov/authorities/subjects/sh90001980 OpenCV (Computer program language) http://id.loc.gov/authorities/subjects/sh2016000128 Logiciels d'application. OpenCV (Langage de programmation) COMPUTERS Desktop Applications General. bisacsh Application software fast OpenCV (Computer program language) fast |
topic_facet | Application software. OpenCV (Computer program language) Logiciels d'application. OpenCV (Langage de programmation) COMPUTERS Desktop Applications General. Application software |
url | https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=1442054 |
work_keys_str_mv | AT dattasamyak learningopencv3applicationdevelopmentbuildcreateanddeployyourowncomputervisionapplicationswiththepowerofopencv |