Advances in Imaging and Electron Physics

Advances in Imaging and Electron Physics (eBook)

eBook Download: PDF | EPUB
2009 | 1. Auflage
376 Seiten
Elsevier Science (Verlag)
978-0-08-095156-0 (ISBN)
Systemvoraussetzungen
Systemvoraussetzungen
200,00 inkl. MwSt
  • Download sofort lieferbar
  • Zahlungsarten anzeigen
Advances in Imaging and Electron Physics merges two long-running serials--Advances in Electronics and Electron Physics and Advances in Optical and Electron Microscopy. This series features extended articles on the physics of electron devices (especially semiconductor devices), particle optics at high and low energies, microlithography, image science and digital image processing, electromagnetic wave propagation, electron microscopy, and the computing methods used in all these domains.

* Updated with contributions from leading international scholars and industry experts
* Discusses hot topic areas and presents current and future research trends
* Invaluable reference and guide for physicists, engineers and mathematicians
Advances in Imaging and Electron Physics merges two long-running serials--Advances in Electronics and Electron Physics and Advances in Optical and Electron Microscopy. This series features extended articles on the physics of electron devices (especially semiconductor devices), particle optics at high and low energies, microlithography, image science and digital image processing, electromagnetic wave propagation, electron microscopy, and the computing methods used in all these domains. Updated with contributions from leading international scholars and industry experts Discusses hot topic areas and presents current and future research trends Invaluable reference and guide for physicists, engineers and mathematicians

Front Cover 1
Advances in Imaging and Electron Physics 4
Copyright Page 5
Table of Contents 6
Preface 10
Contributors 12
Future Contributions 14
Chapter 1. Stack Filters: From Definition to Design Algorithms 18
I. Introduction 18
II. Stack Filters 21
III. Optimal Stack Filters 37
IV. Stack Filter Design Approaches 43
V. Application Examples 52
VI. Conclusion 56
Acknowledgments 61
References 61
Chapter 2. The Foldy–Wouthuysen Transformation Technique in Optics 66
I. Introduction 66
II. The Foldy–Wouthuysen Transformation 68
III. Quantum Formalism of Charged-Particle Beam Optics 75
IV. Quantum Methodologies in Light EAM Optics 77
V. Conclusion 79
Appendix A 81
Appendix B 83
Acknowledgments 90
References 91
Chapter 3. Nonlinear Systems for Image Processing 96
I. Introduction 96
II. Mechanical Analogy 100
III. Inertial Systems 112
IV. Reaction–Diffusion Systems 125
V. Conclusion 150
VI. Outlooks 151
Acknowledgments 158
Appendix A 159
Appendix B 160
Appendix C 161
Appendix D 162
References 163
Chapter 4. Complex-Valued Neural Network and Complex-Valued Backpropagation Learning Algorithm 170
I. Introduction 171
II. The Complex-Valued Neural Network 172
III. Complex-Valued Backpropagation Learning Algorithm 179
IV. Learning Speed 186
V. Generalization Ability 192
VI. Transforming Geometric Figures 198
VII. Orthogonality of Decision Boundaries in the Complex-Valued Neuron 226
VIII. Conclusions 234
References 235
Chapter 5. Blind Source Separation: The Sparsity Revolution 238
I. Introduction 239
II. Blind Source Separation: A Strenuous Inverse Problem 241
III. Sparse Multichannel Signal Representation 248
IV. Morphological Component Analysis for Multichannel Data 254
V. Morphological Diversity and Blind Source Separation 261
VI. Dealing with Hyperspectral Data 292
VII. Applications 301
VIII. Conclusion 313
References 315
Chapter 6. "Disorder'': Structured Diffuse Scattering and Local Crystal Chemistry 320
I. Introduction 320
II. The Modulation Wave Approach 326
III. Applications of the Modulation Wave Approach 330
IV. Selected Case Studies 340
V. Conclusions 349
Acknowledgments 349
References 349
Contents of Volume 151 356
Index 358
Corrigendum 370
Color Plate Section 372

Chapter 1

Stack Filters: From Definition to Design Algorithms


Nina S.T. Hirata*    * Department of Computer Science, Institute of Mathematics and Statistics, University of São Paulo, Rua do Matão, 1010, 05508–090 São Paulo, SP – Brazil

I INTRODUCTION


Many nonlinear filters such as the median, rank-order, order statistic, and morphological filters became known in the 1980s (Bovik et al., 1983; Brownrigg, 1984; Haralick et al., 1987; Heygster, 1982; Huang, 1981; Justusson, 1981; Lee and Kassam, 1985; Maragos and Schafer, 1987a, b; Pitas and Venetsanopoulos, 1990; Prasad and Lee, 1989; Serra, 1982, 1988; Serra and Vincent, 1992; Wendt et al., 1986). The state of the art in the area of nonlinear filters at the end of the 1980s is compiled in one of the first books on that subject (Pitas and Venetsanopoulos, 1990). Since then, several other books on nonlinear filters have been published (Dougherty and Astola, 1999; Heijmans, 1994; Marshall and Sicuranza, 2006; Mitra and Sicuranza, 2000; Soille, 2003).

Many of the nonlinear filters are derived from order statistics (Pitas and Venetsanopoulos, 1992). Median filters are the best known among those based on order statistics, and they are the root of other classes of filters in the sense that many classes of filters have been derived as generalizations of the median filter. Two findings played key roles in the development of new classes of nonlinear filters from median filters: (1) the “threshold decomposition structure” first observed in median filters (Fitch et al., 1984) that allows multilevel signal filtering to be reduced to binary signal filtering, and (2) the possibility of choosing an arbitrary rank element rather than the median as the output of the filter. The first finding led to the introduction of a general class known as stack filters (Wendt et al., 1986)—the subject of this chapter, and the second one to the development of rankorder (Heygster, 1982; Justusson, 1981; Nodes and Gallagher, 1982) and order statistic filters (Bovik et al., 1983). Both stack filters and order statistic filters include the median and the rank-order filters as particular cases.

Median filters initially were considered an alternative to linear filters because they have, for instance, better edge-preservation capabilities. However, compared to stack filters, when applied on images, median filters tend to produce blurred images, destroying details. An example of the effects of median and stack filters is shown in Figure 1. The stack filter does not suppress all the noise as the median filter does; however, its output is much sharper than the output of the median filter.

Figure 1 From left to right: original, corrupted, median-filtered, and stack-filtered images.

Another major class of nonlinear filters that became known around the same time are morphological filters (Haralick et al., 1987; Serra, 1982, 1988; Serra and Vincent, 1992). They include very popular filters such as openings and closings. Although developed independently, morphological operators are strongly related to stack filters. Maragos and Schafer (1987b) have shown the connections of stack filters and morphological operators. In fact, they have shown that stack filters correspond to morphological increasing operators with flat structuring elements.

This chapter provides an overview of stack filters. The previous text briefly contextualizes stack filters within the scope of nonlinear filters. The remainder of this text is written to answer the following three questions:

1. What are stack filters?

2. How do stack filters relate to other classes of filters?

3. How to design stack filters from training data?

In order to answer these questions, this chapter presents an extensive account on stack filters, divided in four major sections. Section II introduces basic definitions and notations, followed by a definition of stack filters and some of their properties, such as equivalence to positive Boolean functions. The section also includes median, rank-order filters, and their generalizations viewed as subclasses of the stack filters. Section II ends with a brief explanation of the relation between stack filters and morphological operators.

Section III formally characterizes the notion of optimal stack filters in the context of statistical estimation. Optimality is considered with respect to the mean absolute error (MAE) criterion because there is a linear relation between the MAE of a stack filter (relative to multilevel signals) and the MAEs relative to the binary cross sections. The formulation, based on costs derived from the joint distribution of the processes corresponding to images to be processed and respective ideal output images, allows a clear delineation between the theoretical formulation of the design problem and the process of estimating costs from data.

Section IV presents an overview of the main stack filter design approaches. In particular, heuristic algorithms that provide suboptimal solutions and a recent algorithm that provides an optimal solution are described. All these algorithms use training data to explicitly or implicitly estimate the costs involved in the theoretical formulation of the design problem.

Section V presents examples of images processed by stack filters that have been designed using the exact solution algorithm. The last section highlights some important issues reported throughout the text and discusses some of the remaining challenges.

II STACK FILTERS


A Preliminaries


1 Signals and Operators

Formally, a digital signal defined on a certain domain is a mapping :E→K, where K = {0, 1,…, k}, with 0 < k ∈ , is the set of intensities or gray levels. 1 Given a signal definition domain and a set of levels K, the set of all signals defined on with levels in K will be denoted as E. In particular, if k = 1, the signals are binary and they can be equivalently represented by subsets of . The set of all binary signals defined on is denoted 1E or, equivalently, E (the collection of all subsets of ). If k > 1, then the signals are multilevel.

The translation of a signal ∈KE by ∈E is denoted fq and defined by, for any ∈E, fq(p) = f (pq). Analogously, given a set ⊆E, its translation by ∈E, denoted Xq, is defined as Xq = {p + q | pX}. The transpose of X, denoted ˇ, is defined as ˇ=−p|p∈X.

Signal processing may be performed by operators of the form :KE→KE. Binary signal operators also can be represented by set operators, that is, mappings of the form :PE→PE.

a W-Operators.

In particular, operators of great interest are those that are locally defined. The notion of local definition is characterized by a neighborhood window in the following manner. Let ⊆E be a finite set, to be called window. Usually, window W is a connected set of points in , containing the origin of . The origin of will be denoted o.

An operator :KE→KE is locally defined within W if, for any ∈E,

Ψ(f)](p)=[Ψ(f|Wp)](p)

  (1)

where |Wp corresponds to the input signal f restricted to W around p. This is equivalent to say that, for any ∈E, there exists ψp: KW → K such that

Ψf]p=ψp(f−p|W)

  (2)

where f–p |W is just to guarantee that the domain of function ψp is W.

Operator Ψ is translation invariant if, for any ∈E,

fp=Ψfp

  (3)

that is, if applying the operator and then translating the output signal is equivalent to first translating the input signal and then applying the operator.

An...

Erscheint lt. Verlag 16.6.2009
Mitarbeit Herausgeber (Serie): Peter W. Hawkes
Sprache englisch
Themenwelt Sachbuch/Ratgeber
Mathematik / Informatik Informatik Theorie / Studium
Naturwissenschaften Physik / Astronomie Angewandte Physik
Naturwissenschaften Physik / Astronomie Elektrodynamik
Technik Bauwesen
Technik Elektrotechnik / Energietechnik
Technik Maschinenbau
ISBN-10 0-08-095156-2 / 0080951562
ISBN-13 978-0-08-095156-0 / 9780080951560
Haben Sie eine Frage zum Produkt?
PDFPDF (Adobe DRM)
Größe: 5,6 MB

Kopierschutz: Adobe-DRM
Adobe-DRM ist ein Kopierschutz, der das eBook vor Mißbrauch schützen soll. Dabei wird das eBook bereits beim Download auf Ihre persönliche Adobe-ID autorisiert. Lesen können Sie das eBook dann nur auf den Geräten, welche ebenfalls auf Ihre Adobe-ID registriert sind.
Details zum Adobe-DRM

Dateiformat: PDF (Portable Document Format)
Mit einem festen Seiten­layout eignet sich die PDF besonders für Fach­bücher mit Spalten, Tabellen und Abbild­ungen. Eine PDF kann auf fast allen Geräten ange­zeigt werden, ist aber für kleine Displays (Smart­phone, eReader) nur einge­schränkt geeignet.

Systemvoraussetzungen:
PC/Mac: Mit einem PC oder Mac können Sie dieses eBook lesen. Sie benötigen eine Adobe-ID und die Software Adobe Digital Editions (kostenlos). Von der Benutzung der OverDrive Media Console raten wir Ihnen ab. Erfahrungsgemäß treten hier gehäuft Probleme mit dem Adobe DRM auf.
eReader: Dieses eBook kann mit (fast) allen eBook-Readern gelesen werden. Mit dem amazon-Kindle ist es aber nicht kompatibel.
Smartphone/Tablet: Egal ob Apple oder Android, dieses eBook können Sie lesen. Sie benötigen eine Adobe-ID sowie eine kostenlose App.
Geräteliste und zusätzliche Hinweise

Zusätzliches Feature: Online Lesen
Dieses eBook können Sie zusätzlich zum Download auch online im Webbrowser lesen.

Buying eBooks from abroad
For tax law reasons we can sell eBooks just within Germany and Switzerland. Regrettably we cannot fulfill eBook-orders from other countries.

EPUBEPUB (Adobe DRM)
Größe: 12,4 MB

Kopierschutz: Adobe-DRM
Adobe-DRM ist ein Kopierschutz, der das eBook vor Mißbrauch schützen soll. Dabei wird das eBook bereits beim Download auf Ihre persönliche Adobe-ID autorisiert. Lesen können Sie das eBook dann nur auf den Geräten, welche ebenfalls auf Ihre Adobe-ID registriert sind.
Details zum Adobe-DRM

Dateiformat: EPUB (Electronic Publication)
EPUB ist ein offener Standard für eBooks und eignet sich besonders zur Darstellung von Belle­tristik und Sach­büchern. Der Fließ­text wird dynamisch an die Display- und Schrift­größe ange­passt. Auch für mobile Lese­geräte ist EPUB daher gut geeignet.

Systemvoraussetzungen:
PC/Mac: Mit einem PC oder Mac können Sie dieses eBook lesen. Sie benötigen eine Adobe-ID und die Software Adobe Digital Editions (kostenlos). Von der Benutzung der OverDrive Media Console raten wir Ihnen ab. Erfahrungsgemäß treten hier gehäuft Probleme mit dem Adobe DRM auf.
eReader: Dieses eBook kann mit (fast) allen eBook-Readern gelesen werden. Mit dem amazon-Kindle ist es aber nicht kompatibel.
Smartphone/Tablet: Egal ob Apple oder Android, dieses eBook können Sie lesen. Sie benötigen eine Adobe-ID sowie eine kostenlose App.
Geräteliste und zusätzliche Hinweise

Zusätzliches Feature: Online Lesen
Dieses eBook können Sie zusätzlich zum Download auch online im Webbrowser lesen.

Buying eBooks from abroad
For tax law reasons we can sell eBooks just within Germany and Switzerland. Regrettably we cannot fulfill eBook-orders from other countries.

Mehr entdecken
aus dem Bereich
A practical guide to probabilistic modeling

von Osvaldo Martin

eBook Download (2024)
Packt Publishing Limited (Verlag)
35,99
Discover tactics to decrease churn and expand revenue

von Peter Armaly; Jeff Mar

eBook Download (2024)
Packt Publishing Limited (Verlag)
25,19
Unleash citizen-driven innovation with the power of hackathons

von Love Dager; Carolina Emanuelson; Ann Molin; Mustafa Sherif …

eBook Download (2024)
Packt Publishing Limited (Verlag)
35,99