David Tschumperle, Christophe Tilmant, Vincent Barra
Digital Image Processing with C++ (eBook, PDF)
Implementing Reference Algorithms with the CImg Library
42,95 €
42,95 €
inkl. MwSt.
Sofort per Download lieferbar
21 °P sammeln
42,95 €
Als Download kaufen
42,95 €
inkl. MwSt.
Sofort per Download lieferbar
21 °P sammeln
Jetzt verschenken
Alle Infos zum eBook verschenken
42,95 €
inkl. MwSt.
Sofort per Download lieferbar
Alle Infos zum eBook verschenken
21 °P sammeln
David Tschumperle, Christophe Tilmant, Vincent Barra
Digital Image Processing with C++ (eBook, PDF)
Implementing Reference Algorithms with the CImg Library
- Format: PDF
- Merkliste
- Auf die Merkliste
- Bewerten Bewerten
- Teilen
- Produkt teilen
- Produkterinnerung
- Produkterinnerung
Bitte loggen Sie sich zunächst in Ihr Kundenkonto ein oder registrieren Sie sich bei
bücher.de, um das eBook-Abo tolino select nutzen zu können.
Hier können Sie sich einloggen
Hier können Sie sich einloggen
Sie sind bereits eingeloggt. Klicken Sie auf 2. tolino select Abo, um fortzufahren.
Bitte loggen Sie sich zunächst in Ihr Kundenkonto ein oder registrieren Sie sich bei bücher.de, um das eBook-Abo tolino select nutzen zu können.
Digital Image Processing with C++ presents the theory of digital image processing, and implementations of algorithms using a dedicated library. Anyone wishing to discover or specialize in this discipline, quickly prototype new algorithms, or develop courses, will find all the material they need in this book.
- Geräte: PC
- ohne Kopierschutz
- eBook Hilfe
- Größe: 53.82MB
Digital Image Processing with C++ presents the theory of digital image processing, and implementations of algorithms using a dedicated library. Anyone wishing to discover or specialize in this discipline, quickly prototype new algorithms, or develop courses, will find all the material they need in this book.
Dieser Download kann aus rechtlichen Gründen nur mit Rechnungsadresse in A, B, BG, CY, CZ, D, DK, EW, E, FIN, F, GR, HR, H, IRL, I, LT, L, LR, M, NL, PL, P, R, S, SLO, SK ausgeliefert werden.
Produktdetails
- Produktdetails
- Verlag: Taylor & Francis
- Seitenzahl: 308
- Erscheinungstermin: 17. März 2023
- Englisch
- ISBN-13: 9781000831429
- Artikelnr.: 67495471
- Verlag: Taylor & Francis
- Seitenzahl: 308
- Erscheinungstermin: 17. März 2023
- Englisch
- ISBN-13: 9781000831429
- Artikelnr.: 67495471
- Herstellerkennzeichnung Die Herstellerinformationen sind derzeit nicht verfügbar.
David Tschumperle is a permanent CNRS Research Scientist, heading the IMAGE team at the GREYC Laboratory, in Caen / France. He's particularly interested in partial differential equations and variational methods for processing multi-valued images in a local or non-local way. He has authored more than 40 papers in journals or conferences and is the project leader of CImg and G'MIC, two open-source software/libraries.
Christophe Tilmant is Associate Professor in Computer Science at Clermont-Auvergne University. His research activities include image processing, artificial intelligence, where he has authored more than 30 papers. His teaching includes deep learning, image processing and network security. He participates or leads several French research programs.
Vincent Barra is a full Professor in Computer Science at Clermont-Auvergne University, and Associate Director of the LIMOS Lab. He teaches artificial intelligence and image processing in engineering schools and in master's programs. His research activities focus on n-dimensional data analysis, with methodological and application aspects in various fields. He has authored more than 90 papers in journal or conferences, and participates or leads several French and European research programs.
Christophe Tilmant is Associate Professor in Computer Science at Clermont-Auvergne University. His research activities include image processing, artificial intelligence, where he has authored more than 30 papers. His teaching includes deep learning, image processing and network security. He participates or leads several French research programs.
Vincent Barra is a full Professor in Computer Science at Clermont-Auvergne University, and Associate Director of the LIMOS Lab. He teaches artificial intelligence and image processing in engineering schools and in master's programs. His research activities focus on n-dimensional data analysis, with methodological and application aspects in various fields. He has authored more than 90 papers in journal or conferences, and participates or leads several French and European research programs.
I INTRODUCTION TO Clmg
1. Introduction. 2. Getting Started With the CImg Library. 2.1 Objective:
subdivide an image into blocks. 2.2 Setup and first program. 2.3 Computing
the variations. 2.4 Computing the block decomposition. 2.5 Rendering of the
decomposition. 2.6 Interactive visualization. 2.7 Final source code
II IMAGE PROCESSING USING CImg
3. Point Processing Transformations. 3.1 Image operations. 3.2 Histogram
operations. 4. Mathematical Morphology. 4.1 Binary images. 4.2 Gray-level
images. 4.3 Some applications. 5. Filtering. 5.1 Spatial filtering. 5.2
Recursive filtering. 5.3 Frequency filtering. 5.4 Diffusion filtering. 6.
Feature Extraction. 6.1 Points of interest. 6.2 Hough transform. 6.3
Texture features. 7. Segmentation. 7.1 Edge-based approaches. 7.2
Region-based approaches. 8. Motion Estimation. 8.1 Optical flow: dense
motion estimation. 8.2 Sparse estimation. 9. Multispectral Approaches. 9.1
Dimension reduction. 9.2 Color imaging. 10. 3D Visualisation. 10.1
Structuring of 3D mesh objects. 10.2 3D plot of a function z = f (x;y).
10.3 Creating complex 3D objects. 10.4 Visualization of a cardiac
segmentation in MRI. 11. And So Many Other Things. 11.1 Compression by
transform (JPEG). 11.2 Tomographic reconstruction. 11.3 Stereovision. 11.4
Interactive deformation using RBF.
List of CImg Codes.
References.
Index.
1. Introduction. 2. Getting Started With the CImg Library. 2.1 Objective:
subdivide an image into blocks. 2.2 Setup and first program. 2.3 Computing
the variations. 2.4 Computing the block decomposition. 2.5 Rendering of the
decomposition. 2.6 Interactive visualization. 2.7 Final source code
II IMAGE PROCESSING USING CImg
3. Point Processing Transformations. 3.1 Image operations. 3.2 Histogram
operations. 4. Mathematical Morphology. 4.1 Binary images. 4.2 Gray-level
images. 4.3 Some applications. 5. Filtering. 5.1 Spatial filtering. 5.2
Recursive filtering. 5.3 Frequency filtering. 5.4 Diffusion filtering. 6.
Feature Extraction. 6.1 Points of interest. 6.2 Hough transform. 6.3
Texture features. 7. Segmentation. 7.1 Edge-based approaches. 7.2
Region-based approaches. 8. Motion Estimation. 8.1 Optical flow: dense
motion estimation. 8.2 Sparse estimation. 9. Multispectral Approaches. 9.1
Dimension reduction. 9.2 Color imaging. 10. 3D Visualisation. 10.1
Structuring of 3D mesh objects. 10.2 3D plot of a function z = f (x;y).
10.3 Creating complex 3D objects. 10.4 Visualization of a cardiac
segmentation in MRI. 11. And So Many Other Things. 11.1 Compression by
transform (JPEG). 11.2 Tomographic reconstruction. 11.3 Stereovision. 11.4
Interactive deformation using RBF.
List of CImg Codes.
References.
Index.
I INTRODUCTION TO Clmg
1. Introduction. 2. Getting Started With the CImg Library. 2.1 Objective:
subdivide an image into blocks. 2.2 Setup and first program. 2.3 Computing
the variations. 2.4 Computing the block decomposition. 2.5 Rendering of the
decomposition. 2.6 Interactive visualization. 2.7 Final source code
II IMAGE PROCESSING USING CImg
3. Point Processing Transformations. 3.1 Image operations. 3.2 Histogram
operations. 4. Mathematical Morphology. 4.1 Binary images. 4.2 Gray-level
images. 4.3 Some applications. 5. Filtering. 5.1 Spatial filtering. 5.2
Recursive filtering. 5.3 Frequency filtering. 5.4 Diffusion filtering. 6.
Feature Extraction. 6.1 Points of interest. 6.2 Hough transform. 6.3
Texture features. 7. Segmentation. 7.1 Edge-based approaches. 7.2
Region-based approaches. 8. Motion Estimation. 8.1 Optical flow: dense
motion estimation. 8.2 Sparse estimation. 9. Multispectral Approaches. 9.1
Dimension reduction. 9.2 Color imaging. 10. 3D Visualisation. 10.1
Structuring of 3D mesh objects. 10.2 3D plot of a function z = f (x;y).
10.3 Creating complex 3D objects. 10.4 Visualization of a cardiac
segmentation in MRI. 11. And So Many Other Things. 11.1 Compression by
transform (JPEG). 11.2 Tomographic reconstruction. 11.3 Stereovision. 11.4
Interactive deformation using RBF.
List of CImg Codes.
References.
Index.
1. Introduction. 2. Getting Started With the CImg Library. 2.1 Objective:
subdivide an image into blocks. 2.2 Setup and first program. 2.3 Computing
the variations. 2.4 Computing the block decomposition. 2.5 Rendering of the
decomposition. 2.6 Interactive visualization. 2.7 Final source code
II IMAGE PROCESSING USING CImg
3. Point Processing Transformations. 3.1 Image operations. 3.2 Histogram
operations. 4. Mathematical Morphology. 4.1 Binary images. 4.2 Gray-level
images. 4.3 Some applications. 5. Filtering. 5.1 Spatial filtering. 5.2
Recursive filtering. 5.3 Frequency filtering. 5.4 Diffusion filtering. 6.
Feature Extraction. 6.1 Points of interest. 6.2 Hough transform. 6.3
Texture features. 7. Segmentation. 7.1 Edge-based approaches. 7.2
Region-based approaches. 8. Motion Estimation. 8.1 Optical flow: dense
motion estimation. 8.2 Sparse estimation. 9. Multispectral Approaches. 9.1
Dimension reduction. 9.2 Color imaging. 10. 3D Visualisation. 10.1
Structuring of 3D mesh objects. 10.2 3D plot of a function z = f (x;y).
10.3 Creating complex 3D objects. 10.4 Visualization of a cardiac
segmentation in MRI. 11. And So Many Other Things. 11.1 Compression by
transform (JPEG). 11.2 Tomographic reconstruction. 11.3 Stereovision. 11.4
Interactive deformation using RBF.
List of CImg Codes.
References.
Index.