Programming computer vision with Python: [tools and algorithms for analyzing images]
Gespeichert in:
1. Verfasser: | |
---|---|
Format: | Buch |
Sprache: | English |
Veröffentlicht: |
Beijing ; Köln [u.a.]
O'Reilly
2012
|
Ausgabe: | 1. ed. |
Schlagworte: | |
Online-Zugang: | Inhaltsverzeichnis |
Beschreibung: | XII, 247 S. Ill., graph. Darst. |
ISBN: | 9781449316549 1449316549 |
Internformat
MARC
LEADER | 00000nam a22000002c 4500 | ||
---|---|---|---|
001 | BV040117778 | ||
003 | DE-604 | ||
005 | 20120824 | ||
007 | t | ||
008 | 120504s2012 ad|| |||| 00||| eng d | ||
020 | |a 9781449316549 |9 978-1-449-31654-9 | ||
020 | |a 1449316549 |9 1-449-31654-9 | ||
035 | |a (OCoLC)773668236 | ||
035 | |a (DE-599)BSZ363979514 | ||
040 | |a DE-604 |b ger | ||
041 | 0 | |a eng | |
049 | |a DE-M347 |a DE-91G |a DE-91 |a DE-11 |a DE-83 |a DE-188 |a DE-1047 |a DE-1028 | ||
082 | 0 | |a 005.3/7 |2 23 | |
084 | |a ST 250 |0 (DE-625)143626: |2 rvk | ||
084 | |a ST 330 |0 (DE-625)143663: |2 rvk | ||
084 | |a DAT 366f |2 stub | ||
084 | |a DAT 760f |2 stub | ||
100 | 1 | |a Solem, Jan Erik |e Verfasser |4 aut | |
245 | 1 | 0 | |a Programming computer vision with Python |b [tools and algorithms for analyzing images] |c Jan Erik Solem |
250 | |a 1. ed. | ||
264 | 1 | |a Beijing ; Köln [u.a.] |b O'Reilly |c 2012 | |
300 | |a XII, 247 S. |b Ill., graph. Darst. | ||
336 | |b txt |2 rdacontent | ||
337 | |b n |2 rdamedia | ||
338 | |b nc |2 rdacarrier | ||
650 | 0 | 7 | |a Maschinelles Sehen |0 (DE-588)4129594-8 |2 gnd |9 rswk-swf |
650 | 0 | 7 | |a Python |g Programmiersprache |0 (DE-588)4434275-5 |2 gnd |9 rswk-swf |
689 | 0 | 0 | |a Maschinelles Sehen |0 (DE-588)4129594-8 |D s |
689 | 0 | 1 | |a Python |g Programmiersprache |0 (DE-588)4434275-5 |D s |
689 | 0 | |5 DE-604 | |
856 | 4 | 2 | |m HBZ Datenaustausch |q application/pdf |u http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=024973940&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |3 Inhaltsverzeichnis |
999 | |a oai:aleph.bib-bvb.de:BVB01-024973940 |
Datensatz im Suchindex
_version_ | 1804149075720798208 |
---|---|
adam_text | Titel: Programming computer vision with Python
Autor: Solem, Jan Erik
Jahr: 2012
Table of Contents
Preface.......................................................vii
1. Basic Image Handling and Processing...............................1
1.1 PIL—The Python Imaging Library 1
1.2 Matplotlib 3
13 NumPy 7
1.4 SciPy 16
L5 Advanced Example: Image De-Noising 23
Exercises 26
Conventions for the Code Examples 27
2. Local Image Descriptors........................................29
2.1 Harris Corner Detector 29
2.2 SIFT—Scale-Invariant Feature Transform 36
23 Matching Geotagged Images 44
Exercises 51
3. Image to Image Mappings......................................53
3.1 Homographies 53
3.2 Warping Images 57
33 Creating Panoramas 70
Exercises 77
4. Camera Modelsand Augmented Reality.............................79
4.1 The Pin-Hole Camera Model 79
4.2 Camera Calibration 84
43 Pose Estimation from Planes and Markers 86
4.4 Augmented Reality 89
Exercises 98
5. Multiple View Geometry.......................................99
5.1 Epipolar Geometry 99
5.2 Computing with Cameras and 3D Structure 107
53 Multiple View Reconstruction 113
5.4 Stereo Images 120
Exercises 125
6. Clustering Images........................................... 127
6.1 K-Means Clustering 127
6.2 Hierarchical Clustering 133
63 Spectral Clustering 140
Exercises 145
7. Searching Images........................................... 147
7.1 Content-Based Image Retrieval 147
7.2 Visual Words 148
73 Indexing Images 151
7.4 Searching the Database for Images 155
75 Ranking Results Using Geometry 160
7.6 Building Demos and Web Applications 162
Exercises 165
8. Classifying Image Content..................................... 167
8.1 K-Nearest Neighbors 167
8.2 Bayes Classifier 175
83 Support Vector Machines 179
8.4 Optical Character Recognition 183
Exercises 189
9. Image Segmentation........................................ 191
9.1 Graph Cuts 191
9.2 Segmentation Using Clustering 200
93 Variational Methods 204
Exercises 206
10. OpenCV.................................................. 209
10.1 The OpenCV Python Interface 209
10.2 OpenCV Basics 210
103 Processing Video 213
10.4 Tracking 216
10.5 More Examples 223
Exercises 226
iv | Table of Contents
A. Installing Packages..........................................227
A.l NumPy and SciPy 227
A.2 Matplotlib 228
A3 PIL 228
A.4 LibSVM 228
AJ OpenCV 229
A.6 VLFeat 230
A.7 PyGame 230
A.8 PyOpenGL 230
A.9 Pydot 230
A.10 Python-graph 231
A.11 Simplejson 231
A.12 PySQLite 232
A.13 CherryPy 232
B. ImageDatasets............................................233
B.l Flickr 233
B.2 Panoramio 234
B3 Oxford Visual Geometry Group 235
B.4 University of Kentucky Recognition Benchmark Images 235
B.5 Other 235
C. ImageCredits .............................................237
C.l Images from Flickr 237
C.2 Other Images 238
C.3 Illustrations 238
References....................................................239
Index........................................................243
Table of Contents | v
|
any_adam_object | 1 |
author | Solem, Jan Erik |
author_facet | Solem, Jan Erik |
author_role | aut |
author_sort | Solem, Jan Erik |
author_variant | j e s je jes |
building | Verbundindex |
bvnumber | BV040117778 |
classification_rvk | ST 250 ST 330 |
classification_tum | DAT 366f DAT 760f |
ctrlnum | (OCoLC)773668236 (DE-599)BSZ363979514 |
dewey-full | 005.3/7 |
dewey-hundreds | 000 - Computer science, information, general works |
dewey-ones | 005 - Computer programming, programs, data, security |
dewey-raw | 005.3/7 |
dewey-search | 005.3/7 |
dewey-sort | 15.3 17 |
dewey-tens | 000 - Computer science, information, general works |
discipline | Informatik |
edition | 1. ed. |
format | Book |
fullrecord | <?xml version="1.0" encoding="UTF-8"?><collection xmlns="http://www.loc.gov/MARC21/slim"><record><leader>01605nam a22004092c 4500</leader><controlfield tag="001">BV040117778</controlfield><controlfield tag="003">DE-604</controlfield><controlfield tag="005">20120824 </controlfield><controlfield tag="007">t</controlfield><controlfield tag="008">120504s2012 ad|| |||| 00||| eng d</controlfield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9781449316549</subfield><subfield code="9">978-1-449-31654-9</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">1449316549</subfield><subfield code="9">1-449-31654-9</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(OCoLC)773668236</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(DE-599)BSZ363979514</subfield></datafield><datafield tag="040" ind1=" " ind2=" "><subfield code="a">DE-604</subfield><subfield code="b">ger</subfield></datafield><datafield tag="041" ind1="0" ind2=" "><subfield code="a">eng</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">DE-M347</subfield><subfield code="a">DE-91G</subfield><subfield code="a">DE-91</subfield><subfield code="a">DE-11</subfield><subfield code="a">DE-83</subfield><subfield code="a">DE-188</subfield><subfield code="a">DE-1047</subfield><subfield code="a">DE-1028</subfield></datafield><datafield tag="082" ind1="0" ind2=" "><subfield code="a">005.3/7</subfield><subfield code="2">23</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">ST 250</subfield><subfield code="0">(DE-625)143626:</subfield><subfield code="2">rvk</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">ST 330</subfield><subfield code="0">(DE-625)143663:</subfield><subfield code="2">rvk</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">DAT 366f</subfield><subfield code="2">stub</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">DAT 760f</subfield><subfield code="2">stub</subfield></datafield><datafield tag="100" ind1="1" ind2=" "><subfield code="a">Solem, Jan Erik</subfield><subfield code="e">Verfasser</subfield><subfield code="4">aut</subfield></datafield><datafield tag="245" ind1="1" ind2="0"><subfield code="a">Programming computer vision with Python</subfield><subfield code="b">[tools and algorithms for analyzing images]</subfield><subfield code="c">Jan Erik Solem</subfield></datafield><datafield tag="250" ind1=" " ind2=" "><subfield code="a">1. ed.</subfield></datafield><datafield tag="264" ind1=" " ind2="1"><subfield code="a">Beijing ; Köln [u.a.]</subfield><subfield code="b">O'Reilly</subfield><subfield code="c">2012</subfield></datafield><datafield tag="300" ind1=" " ind2=" "><subfield code="a">XII, 247 S.</subfield><subfield code="b">Ill., graph. Darst.</subfield></datafield><datafield tag="336" ind1=" " ind2=" "><subfield code="b">txt</subfield><subfield code="2">rdacontent</subfield></datafield><datafield tag="337" ind1=" " ind2=" "><subfield code="b">n</subfield><subfield code="2">rdamedia</subfield></datafield><datafield tag="338" ind1=" " ind2=" "><subfield code="b">nc</subfield><subfield code="2">rdacarrier</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">Maschinelles Sehen</subfield><subfield code="0">(DE-588)4129594-8</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">Python</subfield><subfield code="g">Programmiersprache</subfield><subfield code="0">(DE-588)4434275-5</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="689" ind1="0" ind2="0"><subfield code="a">Maschinelles Sehen</subfield><subfield code="0">(DE-588)4129594-8</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="0" ind2="1"><subfield code="a">Python</subfield><subfield code="g">Programmiersprache</subfield><subfield code="0">(DE-588)4434275-5</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="0" ind2=" "><subfield code="5">DE-604</subfield></datafield><datafield tag="856" ind1="4" ind2="2"><subfield code="m">HBZ Datenaustausch</subfield><subfield code="q">application/pdf</subfield><subfield code="u">http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=024973940&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA</subfield><subfield code="3">Inhaltsverzeichnis</subfield></datafield><datafield tag="999" ind1=" " ind2=" "><subfield code="a">oai:aleph.bib-bvb.de:BVB01-024973940</subfield></datafield></record></collection> |
id | DE-604.BV040117778 |
illustrated | Illustrated |
indexdate | 2024-07-10T00:17:16Z |
institution | BVB |
isbn | 9781449316549 1449316549 |
language | English |
oai_aleph_id | oai:aleph.bib-bvb.de:BVB01-024973940 |
oclc_num | 773668236 |
open_access_boolean | |
owner | DE-M347 DE-91G DE-BY-TUM DE-91 DE-BY-TUM DE-11 DE-83 DE-188 DE-1047 DE-1028 |
owner_facet | DE-M347 DE-91G DE-BY-TUM DE-91 DE-BY-TUM DE-11 DE-83 DE-188 DE-1047 DE-1028 |
physical | XII, 247 S. Ill., graph. Darst. |
publishDate | 2012 |
publishDateSearch | 2012 |
publishDateSort | 2012 |
publisher | O'Reilly |
record_format | marc |
spelling | Solem, Jan Erik Verfasser aut Programming computer vision with Python [tools and algorithms for analyzing images] Jan Erik Solem 1. ed. Beijing ; Köln [u.a.] O'Reilly 2012 XII, 247 S. Ill., graph. Darst. txt rdacontent n rdamedia nc rdacarrier Maschinelles Sehen (DE-588)4129594-8 gnd rswk-swf Python Programmiersprache (DE-588)4434275-5 gnd rswk-swf Maschinelles Sehen (DE-588)4129594-8 s Python Programmiersprache (DE-588)4434275-5 s DE-604 HBZ Datenaustausch application/pdf http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=024973940&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA Inhaltsverzeichnis |
spellingShingle | Solem, Jan Erik Programming computer vision with Python [tools and algorithms for analyzing images] Maschinelles Sehen (DE-588)4129594-8 gnd Python Programmiersprache (DE-588)4434275-5 gnd |
subject_GND | (DE-588)4129594-8 (DE-588)4434275-5 |
title | Programming computer vision with Python [tools and algorithms for analyzing images] |
title_auth | Programming computer vision with Python [tools and algorithms for analyzing images] |
title_exact_search | Programming computer vision with Python [tools and algorithms for analyzing images] |
title_full | Programming computer vision with Python [tools and algorithms for analyzing images] Jan Erik Solem |
title_fullStr | Programming computer vision with Python [tools and algorithms for analyzing images] Jan Erik Solem |
title_full_unstemmed | Programming computer vision with Python [tools and algorithms for analyzing images] Jan Erik Solem |
title_short | Programming computer vision with Python |
title_sort | programming computer vision with python tools and algorithms for analyzing images |
title_sub | [tools and algorithms for analyzing images] |
topic | Maschinelles Sehen (DE-588)4129594-8 gnd Python Programmiersprache (DE-588)4434275-5 gnd |
topic_facet | Maschinelles Sehen Python Programmiersprache |
url | http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=024973940&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |
work_keys_str_mv | AT solemjanerik programmingcomputervisionwithpythontoolsandalgorithmsforanalyzingimages |