The art of image processing with Java:
Gespeichert in:
1. Verfasser: | |
---|---|
Format: | Buch |
Sprache: | English |
Veröffentlicht: |
Natick, Mass.
A.K. Peters
2010
|
Schlagworte: | |
Online-Zugang: | Inhaltsverzeichnis |
Beschreibung: | VII, 343 S. Ill., graph. Darst. |
ISBN: | 9781568817170 |
Internformat
MARC
LEADER | 00000nam a2200000zc 4500 | ||
---|---|---|---|
001 | BV037298454 | ||
003 | DE-604 | ||
005 | 20110809 | ||
007 | t | ||
008 | 110323s2010 xxuad|| |||| 00||| eng d | ||
010 | |a 2010027302 | ||
020 | |a 9781568817170 |c alk. paper |9 978-1-568-81717-0 | ||
035 | |a (OCoLC)707186864 | ||
035 | |a (DE-599)BVBBV037298454 | ||
040 | |a DE-604 |b ger |e aacr | ||
041 | 0 | |a eng | |
044 | |a xxu |c US | ||
049 | |a DE-739 |a DE-91 |a DE-29T | ||
050 | 0 | |a TA1637 | |
082 | 0 | |a 621.36/702855133 | |
084 | |a ST 250 |0 (DE-625)143626: |2 rvk | ||
084 | |a DAT 362f |2 stub | ||
084 | |a DAT 760f |2 stub | ||
100 | 1 | |a Hunt, Kenny A. |e Verfasser |4 aut | |
245 | 1 | 0 | |a The art of image processing with Java |c Kenny A. Hunt |
264 | 1 | |a Natick, Mass. |b A.K. Peters |c 2010 | |
300 | |a VII, 343 S. |b Ill., graph. Darst. | ||
336 | |b txt |2 rdacontent | ||
337 | |b n |2 rdamedia | ||
338 | |b nc |2 rdacarrier | ||
650 | 4 | |a Image processing |x Digital techniques | |
650 | 4 | |a Java (Computer program language) | |
650 | 0 | 7 | |a Java |g Programmiersprache |0 (DE-588)4401313-9 |2 gnd |9 rswk-swf |
650 | 0 | 7 | |a Bildverarbeitung |0 (DE-588)4006684-8 |2 gnd |9 rswk-swf |
689 | 0 | 0 | |a Bildverarbeitung |0 (DE-588)4006684-8 |D s |
689 | 0 | 1 | |a Java |g Programmiersprache |0 (DE-588)4401313-9 |D s |
689 | 0 | |5 DE-604 | |
856 | 4 | 2 | |m Digitalisierung UB Passau |q application/pdf |u http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=021210912&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |3 Inhaltsverzeichnis |
999 | |a oai:aleph.bib-bvb.de:BVB01-021210912 |
Datensatz im Suchindex
_version_ | 1804143936484147200 |
---|---|
adam_text | Contents
1
Introduction
і
1.1
What Is Digital Image Processing?
............... 1
1.2
Why Digital Image Processing?
................. 5
2
Optics and Human Vision
13
2.1
Light
............................... 13
2.2
Camera Optics
.......................... 15
2.3
Human Visual System
...................... 17
2.4
Exercises
............................. 23
3
Digital Images
25
3.1
Introduction
........................... 25
3.2
Color
............................... 25
3.3
Digital Images
.......................... 37
3.4
Acquisition
........................... 43
3.5
Display
............................. 48
3.6
Exercises
............................. 48
4
Digital Images in Java
51
4.1
Overview
............................ 51
4.2
Image Structure
,........................ 51
4.3
Java s Imaging Library
..................... 62
4.4
Exercises
............................. 77
5
Point Processing Techniques
81
5.1
Overview
............................ 81
5.2
Rescaling (Contrast and Brightness)
.............. 82
5.3
Lookup Tables
.......................... 90
5.4
Gamma Correction
....................... 92
5.5
Pseudo
Coloring
......................... 95
5.6
Histogram Equalization
..................... 99
5.7
Arithmetic Image Operations
.................. 107
CONTENTS
5.8
Logical
Image
Operations
.................... 113
5.9 Alpha
Blending
......................... 115
5.10
Other Blending Modes
..................... 116
5.11
Exercises
............................. 116
6
Regional Processing Techniques
123
6.1
Overview
............................ 123
6.2
Convolution
........................... 124
6.3
Smoothing
............................ 139
6.4
Edges
.............................. 144
6.5
Edge Enhancement
....................... 155
6.6
Rank Filters
........................... 157
6.7
Template Matching and Correlation
.............. 166
6.8
Exercises
............................. 168
7
Geometric Operations
173
7.1 Affine
Transformations
..................... 174
7.2
Custom Implementation
.................... 186
7.3
Nonlinear Transformations
................... 191
7.4
Exercises
............................. 194
8
Image Printing and Display
197
8.1
Halftoning
............................ 197
8.2
Thresholding
.......................... 199
8.3
Patterning
............................ 202
8.4
Random Dithering
....................... 204
8.5
Dithering Matrices
....................... 205
8.6
Error Diffusion Dithering
.................... 207
8.7
Color Dithering
......................... 212
8.8
Exercises
............................. 215
9
Frequency Domain
217
9.1
Overview
............................ 217
9.2
Image Frequency
........................ 217
9.3
Discrete Cosine Transform
................... 222
9.4
Discrete Fourier Transform
................... 228
9.5
Wavelets
............................. 249
9.6
Exercises
............................. 251
10
Image Compression
255
10.1
Overview
............................ 255
10.2
Run Length Coding
....................... 259
10.3
Hierarchical Coding
....................... 268
CONTENTS
10.4
Predictive Coding
........................ 275
10.5
JPEG Case Study
........................ 280
10.6
GIF Case Study
......................... 284
10.7
Digital Data Embedding
.................... 286
10.8
Exercises
............................. 293
11 Morphological Image Processing
297
11.1
Components
........................... 298
11.2
Component Labeling
...................... 300
11.3
Dilation and Erosion
...................... 306
11.4
Opening and Closing
...................... 309
11.5
Component Representation
................... 310
11.6
Component Features
...................... 313
11.7
Image Segmentation
...................... 317
11.8
Exercises
............................. 319
12
Advanced Programming
321
12.1
Overview
............................ 321
12.2
Concurrency
........................... 321
12.3
JAI
................................ 327
A Floating Point Rasters
331
В
Scanners
333
References
337
Index
339
|
any_adam_object | 1 |
author | Hunt, Kenny A. |
author_facet | Hunt, Kenny A. |
author_role | aut |
author_sort | Hunt, Kenny A. |
author_variant | k a h ka kah |
building | Verbundindex |
bvnumber | BV037298454 |
callnumber-first | T - Technology |
callnumber-label | TA1637 |
callnumber-raw | TA1637 |
callnumber-search | TA1637 |
callnumber-sort | TA 41637 |
callnumber-subject | TA - General and Civil Engineering |
classification_rvk | ST 250 |
classification_tum | DAT 362f DAT 760f |
ctrlnum | (OCoLC)707186864 (DE-599)BVBBV037298454 |
dewey-full | 621.36/702855133 |
dewey-hundreds | 600 - Technology (Applied sciences) |
dewey-ones | 621 - Applied physics |
dewey-raw | 621.36/702855133 |
dewey-search | 621.36/702855133 |
dewey-sort | 3621.36 9702855133 |
dewey-tens | 620 - Engineering and allied operations |
discipline | Informatik Elektrotechnik / Elektronik / Nachrichtentechnik |
format | Book |
fullrecord | <?xml version="1.0" encoding="UTF-8"?><collection xmlns="http://www.loc.gov/MARC21/slim"><record><leader>01603nam a2200433zc 4500</leader><controlfield tag="001">BV037298454</controlfield><controlfield tag="003">DE-604</controlfield><controlfield tag="005">20110809 </controlfield><controlfield tag="007">t</controlfield><controlfield tag="008">110323s2010 xxuad|| |||| 00||| eng d</controlfield><datafield tag="010" ind1=" " ind2=" "><subfield code="a">2010027302</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9781568817170</subfield><subfield code="c">alk. paper</subfield><subfield code="9">978-1-568-81717-0</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(OCoLC)707186864</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(DE-599)BVBBV037298454</subfield></datafield><datafield tag="040" ind1=" " ind2=" "><subfield code="a">DE-604</subfield><subfield code="b">ger</subfield><subfield code="e">aacr</subfield></datafield><datafield tag="041" ind1="0" ind2=" "><subfield code="a">eng</subfield></datafield><datafield tag="044" ind1=" " ind2=" "><subfield code="a">xxu</subfield><subfield code="c">US</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">DE-739</subfield><subfield code="a">DE-91</subfield><subfield code="a">DE-29T</subfield></datafield><datafield tag="050" ind1=" " ind2="0"><subfield code="a">TA1637</subfield></datafield><datafield tag="082" ind1="0" ind2=" "><subfield code="a">621.36/702855133</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">DAT 362f</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">Hunt, Kenny A.</subfield><subfield code="e">Verfasser</subfield><subfield code="4">aut</subfield></datafield><datafield tag="245" ind1="1" ind2="0"><subfield code="a">The art of image processing with Java</subfield><subfield code="c">Kenny A. Hunt</subfield></datafield><datafield tag="264" ind1=" " ind2="1"><subfield code="a">Natick, Mass.</subfield><subfield code="b">A.K. Peters</subfield><subfield code="c">2010</subfield></datafield><datafield tag="300" ind1=" " ind2=" "><subfield code="a">VII, 343 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=" " ind2="4"><subfield code="a">Image processing</subfield><subfield code="x">Digital techniques</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">Java (Computer program language)</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">Java</subfield><subfield code="g">Programmiersprache</subfield><subfield code="0">(DE-588)4401313-9</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">Bildverarbeitung</subfield><subfield code="0">(DE-588)4006684-8</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="689" ind1="0" ind2="0"><subfield code="a">Bildverarbeitung</subfield><subfield code="0">(DE-588)4006684-8</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="0" ind2="1"><subfield code="a">Java</subfield><subfield code="g">Programmiersprache</subfield><subfield code="0">(DE-588)4401313-9</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">Digitalisierung UB Passau</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=021210912&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-021210912</subfield></datafield></record></collection> |
id | DE-604.BV037298454 |
illustrated | Illustrated |
indexdate | 2024-07-09T22:55:35Z |
institution | BVB |
isbn | 9781568817170 |
language | English |
lccn | 2010027302 |
oai_aleph_id | oai:aleph.bib-bvb.de:BVB01-021210912 |
oclc_num | 707186864 |
open_access_boolean | |
owner | DE-739 DE-91 DE-BY-TUM DE-29T |
owner_facet | DE-739 DE-91 DE-BY-TUM DE-29T |
physical | VII, 343 S. Ill., graph. Darst. |
publishDate | 2010 |
publishDateSearch | 2010 |
publishDateSort | 2010 |
publisher | A.K. Peters |
record_format | marc |
spelling | Hunt, Kenny A. Verfasser aut The art of image processing with Java Kenny A. Hunt Natick, Mass. A.K. Peters 2010 VII, 343 S. Ill., graph. Darst. txt rdacontent n rdamedia nc rdacarrier Image processing Digital techniques Java (Computer program language) Java Programmiersprache (DE-588)4401313-9 gnd rswk-swf Bildverarbeitung (DE-588)4006684-8 gnd rswk-swf Bildverarbeitung (DE-588)4006684-8 s Java Programmiersprache (DE-588)4401313-9 s DE-604 Digitalisierung UB Passau application/pdf http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=021210912&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA Inhaltsverzeichnis |
spellingShingle | Hunt, Kenny A. The art of image processing with Java Image processing Digital techniques Java (Computer program language) Java Programmiersprache (DE-588)4401313-9 gnd Bildverarbeitung (DE-588)4006684-8 gnd |
subject_GND | (DE-588)4401313-9 (DE-588)4006684-8 |
title | The art of image processing with Java |
title_auth | The art of image processing with Java |
title_exact_search | The art of image processing with Java |
title_full | The art of image processing with Java Kenny A. Hunt |
title_fullStr | The art of image processing with Java Kenny A. Hunt |
title_full_unstemmed | The art of image processing with Java Kenny A. Hunt |
title_short | The art of image processing with Java |
title_sort | the art of image processing with java |
topic | Image processing Digital techniques Java (Computer program language) Java Programmiersprache (DE-588)4401313-9 gnd Bildverarbeitung (DE-588)4006684-8 gnd |
topic_facet | Image processing Digital techniques Java (Computer program language) Java Programmiersprache Bildverarbeitung |
url | http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=021210912&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |
work_keys_str_mv | AT huntkennya theartofimageprocessingwithjava |