Cover image for Image super-resolution and applications
Title:
Image super-resolution and applications
Personal Author:
Publication Information:
Boca Raton, FL : Taylor & Francis, 2013
Physical Description:
xiv, 488 p. : ill. ; 24 cm.
ISBN:
9781466557963

Available:*

Library
Item Barcode
Call Number
Material Type
Item Category 1
Status
Searching...
30000010336551 TA1637 E47 2013 Open Access Book Book
Searching...
Searching...
33000000000753 TA1637 E47 2013 Open Access Book Book
Searching...

On Order

Summary

Summary

This book is devoted to the issue of image super-resolution--obtaining high-resolution images from single or multiple low-resolution images. Although there are numerous algorithms available for image interpolation and super-resolution, there's been a need for a book that establishes a common thread between the two processes. Filling this need, Image Super-Resolution and Applications presents image interpolation as a building block in the super-resolution reconstruction process.

Instead of approaching image interpolation as either a polynomial-based problem or an inverse problem, this book breaks the mold and compares and contrasts the two approaches. It presents two directions for image super-resolution: super-resolution with a priori information and blind super-resolution reconstruction of images. It also devotes chapters to the two complementary steps used to obtain high-resolution images: image registration and image fusion.

Details techniques for color image interpolation and interpolation for pattern recognition Analyzes image interpolation as an inverse problem Presents image registration methodologies Considers image fusion and its application in image super resolution Includes simulation experiments along with the required MATLAB® code

Supplying complete coverage of image-super resolution and its applications, the book illustrates applications for image interpolation and super-resolution in medical and satellite image processing. It uses MATLAB® programs to present various techniques, including polynomial image interpolation and adaptive polynomial image interpolation. MATLAB codes for most of the simulation experiments supplied in the book are included in the appendix.


Author Notes

Fathi E. Abd El-Samie, earned his BSc (Hons) in 1998, MSc in 2001, and PhD in 2005 all from Menoufia University, Menouf, Egypt. Since 2005, he has been a teaching staff member with the Department of Electronics and Electrical Communications, Faculty of Electronic Engineering, Menoufia University. He is a coauthor of 160 papers published in international conference proceedings and journals.

His current research areas of interest include image enhancement, image restoration, image interpolation, super-resolution reconstruction of images, data hiding, multimedia communications, medical image processing, optical signal processing, and digital communications. Dr. Abd El-Samie was a recipient of the Most Cited Paper Award from the Digital Signal Processing journal in 2008.

Mohiy M. Hadhoud PhD , received his BSc (Hons) in 1976 and MSc in 1981 from the Faculty of Electronic Engineering, Menoufia University, Menouf, Egypt, and his PhD from Southampton University in 1987. He joined the teaching staff of the Department of Electronics and Electrical Communications, Faculty of Electronic Engineering, Menoufia University, Menouf, Egypt from 1981 to 2001. He is currently a professor in the Department of Information Technology, Faculty of Computers and Information, Menoufia University, Shiben El-Kom.

Dr. Hadhoud has published more than 100 scientific papers in national and international conferences and journals. His current research areas of interest include adaptive signal and image processing techniques, image enhancement, image restoration, super-resolution reconstruction of images, data hiding and image coloring.

Said El-Khamy PhD, received his PhD from the University of Massachusetts, Amherst, in 1971. He is currently a professor emeritus, Department of Electrical Engineering, Faculty of Engineering, Alexandria University, Alexandria, Egypt. He served as the Chairman of the Electrica


Table of Contents

Prefacep. ix
Acknowledgmentsp. xi
Authorsp. xiii
1 Introductionp. 1
1.1 Image Interpolationp. 2
1.2 Image Super-Resolutionp. 3
2 Polynomial Image Interpolationp. 5
2.1 Introductionp. 5
2.2 Classical Image Interpolationp. 6
2.3 B-Spline Image Interpolationp. 8
2.3.1 Polynomial Splinesp. 8
2.3.2 B-Spline Variantsp. 10
2.3.2.1 Nearest Neighbor Interpolationp. 10
2.3.2.2 Linear Interpolationp. 11
2.3.2.3 Cubic Spline Interpolationp. 11
2.3.3 Digital Filter Implementation of B-Spline Interpolationp. 12
2.4 O-MOMS Interpolationp. 14
2.5 Keys' (Bicubic) Interpolationp. 15
2.6 Artifacts of Polynomial Image Interpolationp. 16
2.6.1 Ringingp. 16
2.6.2 Aliasingp. 16
2.6.3 Blockingp. 17
2.6.4 Blurringp. 17
3 Adaptive Polynomial Image Interpolationp. 19
3.1 Introductionp. 19
3.2 Low-Resolution Image Degradation Modelp. 20
3.3 Linear Space-Invariant Image Interpolationp. 21
3.4 Warped-Distance Image Interpolationp. 23
3.5 Weighted Image Interpolationp. 23
3.6 Iterative Image Interpolationp. 25
3.7 Simulation Examplesp. 32
4 Neural Modeling of Polynomial Image Interpolationp. 69
4.1 Introductionp. 69
4.2 Fundamentals of ANNsp. 69
4.2.1 Cellsp. 70
4.2.2 Layersp. 70
4.2.3 Arcsp. 70
4.2.4 Weightsp. 70
4.2.5 Activation Rulesp. 70
4.2.6 Activation Functionsp. 71
4.2.6.1 Identity Functionp. 71
4.2.6.2 Step Functionp. 71
4.2.6.3 Sigmoid Functionp. 71
4.2.6.4 Piecewise-Linear Functionp. 72
4.2.6.5 Arc Tangent Functionp. 72
4.2.6.6 Hyperbolic Tangent Functionp. 72
4.2.7 Outputsp. 72
4.2.8 Learning Rulesp. 72
4.2.8.1 Supervised Learningp. 72
4.2.8.2 Unsupervised Learningp. 72
4.3 Neural Network Structuresp. 73
4.3.1 Multi-Layer Perceptronsp. 73
4.3.2 Radial Basis Function Networksp. 73
4.3.3 Wavelet Neural Networkp. 74
4.3.4 Recurrent ANNsp. 74
4.4 Training Algorithmp. 74
4.5 Neural Image Interpolationp. 77
4.6 Simulation Examplesp. 77
5 Color Image Interpolationp. 89
5.1 Introductionp. 89
5.2 Color Filter Arraysp. 89
5.2.1 White Balancep. 91
5.2.2 Bayer Interpolationp. 91
5.3 Linear Interpolation with Laplacian Second Order Correctionp. 93
5.4 Adaptive Color Image Interpolationp. 94
6 Image Interpolation for Pattern Recognitionp. 99
6.1 Introductionp. 99
6.2 Cepstral Pattern Recognitionp. 102
6.3 Feature Extractionp. 102
6.3.1 Extraction of MFCCsp. 103
6.3.1.1 Framing and Windowingp. 104
6.3.1.2 Discrete Fourier Transformp. 104
6.3.1.3 Mel Filter Bankp. 104
6.3.1.4 Discrete Cosine Transformp. 105
6.3.2 Polynomial Coefficientsp. 105
6.4 Feature Extraction from Discrete Transformsp. 106
6.4.1 Discrete Wavelet Transformp. 106
6.4.2 Discrete Cosine Transformp. 109
6.4.3 Discrete Sine Transformp. 110
6.5 Feature Matching Using ANNsp. 110
6.6 Simulation Examplesp. 110
7 Image Interpolation as Inverse Problemp. 161
7.1 Introductionp. 161
7.2 Adaptive Least-Squares Image Interpolationp. 162
7.3 LMMSE Image Interpolationp. 164
7.4 Maximum Entropy Image Interpolationp. 166
7.5 Regularized Image Interpolationp. 168
7.6 Simulation Examplesp. 170
7.7 Interpolation of Infrared Imagesp. 178
8 Image Registrationp. 195
8.1 Introductionp. 195
8.2 Applications of Image Registrationp. 196
8.2.1 Different Viewpoints (Multi-View Analysis)p. 196
8.2.2 Different Times (Multi-Temporal Analysis)p. 196
8.2.3 Different Sensors (Multi-Modal Analysis)p. 196
8.2.4 Scene-to-Model Registrationp. 197
8.3 Steps of Image Registrationp. 197
8.3.1 Feature Detection Stepp. 198
8.3.2 Feature Matching Stepp. 198
8.3.2.1 Area-Based Methodsp. 198
8.3.2.2 Feature-Based Methodsp. 200
8.3.3 Transform Model Estimationp. 201
8.3.3.1 Global Mapping Modelsp. 202
8.3.3.2 Local Mapping Modelsp. 203
8.3.4 Image Resampling and Transformationp. 203
8.4 Evaluation of Image Registration Accuracyp. 203
9 Image Fusionp. 205
9.1 Introductionp. 205
9.2 Objectives of Image Fusionp. 206
9.3 Implementation of Image Fusionp. 207
9.4 Pixel Level Image Fusionp. 209
9.5 Principal Component Analysis Fusionp. 210
9.6 Wavelet Fusionp. 211
9.6.1 DWT Fusionp. 211
9.6.2 DWFT Fusionp. 212
9.7 Curvelet Fusionp. 214
9.7.1 Sub-Band Filteringp. 216
9.7.2 Tilingp. 216
9.7.3 Ridgelet Transformp. 216
9.8 IHS Fusionp. 219
9.9 High-Pass Filter Fusionp. 221
9.10 Gram-Schmidt Fusionp. 222
9.11 Fusion of Satellite Imagesp. 223
9.12 Fusion of MR and CT Imagesp. 255
10 Super-Resolution with a Priori Informationp. 267
10.1 Introductionp. 267
10.2 Multiple Observation LR Degradation Modelp. 268
10.3 Wavelet-Based Image Super-Resolutionp. 270
10.4 Simplified Multi-Channel Degradation Modelp. 271
10.5 Multi-Channel Image Restorationp. 272
10.5.1 Multi-Channel LMMSE Restorationp. 272
10.5.2 Multi-Channel Maximum Entropy Restorationp. 275
10.5.3 Multi-Channel Regularized Restorationp. 276
10.6 Simulation Examplesp. 280
11 Blind Super-Resolution Reconstruction of Imagesp. 293
11.1 Introductionp. 293
11.2 Problem Formulationp. 294
11.3 Two-Dimensional GCD Algorithmp. 295
11.4 Blind Super-Resolution Reconstruction Approachp. 296
11.5 Simulation Examplesp. 299
Appendix A Discrete B-Splinesp. 305
Appendix B Toeplitz-to-Circulant Approximationsp. 307
Appendix C Newton's Methodp. 311
Appendix D MATLAB® Codesp. 315
Referencesp. 473
Indexp. 481