Geometric Description of Images as Topographic Maps

Size: px
Start display at page:

Download "Geometric Description of Images as Topographic Maps"

Transcription

1 Lecture Notes in Mathematics 1984 Geometric Description of Images as Topographic Maps Bearbeitet von Vicent Caselles, Pascal Monasse 1st Edition. 29. Taschenbuch. xvii, 192 S. Paperback ISBN Format (B x L): 15,5 x 23,5 cm Gewicht: 332 g Weitere Fachgebiete > EDV, Informatik > Datenbanken, Informationssicherheit, Geschäftssoftware > Informations- und Kodierungstheorie schnell und portofrei erhältlich bei Die Online-Fachbuchhandlung beck-shop.de ist spezialisiert auf Fachbücher, insbesondere Recht, Steuern und Wirtschaft. Im Sortiment finden Sie alle Medien (Bücher, Zeitschriften, CDs, ebooks, etc.) aller Verlage. Ergänzt wird das Programm durch Services wie Neuerscheinungsdienst oder Zusammenstellungen von Büchern zu Sonderpreisen. Der Shop führt mehr als 8 Millionen Produkte.

2 Chapter 1 Introduction This chapter is intended as a gentle and casual introduction to the themes developed in these lecture notes. It cites only one reference book for each theme and omits voluntarily all further citations to let it remain an overview of usually independent but here connected topics: Morse theory, topography and mathematical morphology. The three have in common the fundamental role of the (iso)level sets of functions, whose structure is one of the main themes of the present book. The present introduction serves to locate each Chapter into this general context. 1.1 Morse Theory and Topography In his classical treaty on Morse theory, J. Milnor motivates the subject by discussing the variation of topology of a part of a torus below a plane, as a function of the height of the plane [75]. This reveals the global topology of the torus. Now this analysis can be done also for the graph of a function. The subgraph of a real function defined on the Euclidean plane, called here level set, reveals interest points of the surface, where a slight variation of level changes the structure of the level set. A customary way to represent the topography on a map is to draw the level lines, that is the lines of constant elevation, as in Fig These level lines, if dense enough, reveal almost all about the terrain they represent. Apart from peaks (local maxima) and pits (local minima), a third category of interesting points emerges as passes (saddle points), which are points where two distinct level lines merge (see Fig. 1.2). From a mathematical point of view, this analysis can be done with basic differential calculus tools if the function is Morse. A Morse function is twice differentiable and wherever its Jacobian vanishes, its Hessian is invertible. For such well behaved functions, singular points, i.e., points of null Jacobian, are isolated, and the signs of the eigenvalues of the Hessian reveal the nature of the singularity: V. Caselles and P. Monasse, Geometric Description of Images 1 as Topographic Maps, Lecture Notes in Mathematics 1984, DOI 1.17/ , c Springer-Verlag Berlin Heidelberg 21

3 2 1 Introduction Fig. 1.1 Aerial photograph and topographic map of terrain. Images courtesy the U.S. Geological Survey M S m Fig. 1.2 Some level lines and critical points of a Morse function. M is a maximum, m a minimum and S a saddle point. 2 positive eigenvalues: a minimum; 2 negative eigenvalues: a maximum; 2 eigenvalues of different sign: a saddle point. As our interest lies mostly in image processing, where a gray level image is considered as a function defined on a rectangle of the plane, with the value at a point indicating the amount of light received (see Fig. 1.3), the Morse model is ill suited for our purposes because of one overly optimistic assumption: the invertibility of the Hessian at critical points. Whereas the twice differentiability may be admissible, because a convolution with a Gaussian kernel of small variance would smooth and reduce the effect of noise, the Hessian condition forbids the presence of a plateau in the image. Although an approximation by a Morse function is possible, as Morse functions are dense among continuous functions on a closed rectangle, there is no canonical way

4 1.2 Mathematical Morphology Fig. 1.3 A gray-level image and its representation as a bivariate function graph. to do this approximation, and the analysis of a Morse approximation does not necessarily reveal much about the topology of the original function. 1.2 Mathematical Morphology Mathematical morphology, founded by G. Matheron in the 196s and 197s, is an image processing theory based on manipulation of sets [69]. The basic operators of mathematical morphology are erosions and dilations. A dilation δ B by a set B (called structuring element) is an operator that maps a set X to the set X + B. Its dual operator is the erosion by the symmetric of B, ε B, defined by ε(x) =δ(x c ) c. Both commute with translations. If (δ i )and(ε i ) are families of dilations and erosions, the operators δ and ε defined by δ(x) = i δ i(x) andε(x) = i ε i(x) are also a dilation and an erosion. In this way, non trivial new operators may be defined. Another way is to combine a dual erosion/dilation. The opening δ ε and the closing ε δ are idempotent. Although originally defined for binary images, mathematical morphology was naturally extended to gray level images by the threshold decomposition and the superposition principle as illustrated by Fig In other words, mathematical morphology operates on level sets of the image, whence the interest of an efficient decomposition of an image into its level sets.

5 4 1 Introduction Threshold decomposition δε Superposition ε ε δ δ Fig. 1.4 Opening operator by a disk on a gray-level image through threshold decomposition and superposition. 1.3 Inclusion Tree of Level Sets For a continuously differentiable function, at almost all levels the level lines are Jordan curves. These have a notion of interior and exterior, and as they do not cross, they can be organized in a tree driven by the inclusion order relation: a level line is descendant of another if it is contained in the inner domain of the latter, as in Fig The regular levels do not include in particular levels of extrema, and therefore cannot be directly accounted for in the tree. In a pioneering work intended to extend the total variation of univariate real functions to functions of two variables, A. Kronrod pointed out that the differentiability has no relevance to such an analysis, and that continuity is sufficient to organize the level sets, defined here as sets of constant level [5]. By defining a kind of quotient topology for the equivalence relation of two points being equivalent if there is a continuum inside a level set joining them, the family of level sets is endowed with a topology making it a dendrite, the topological equivalent of an unrooted tree. Even though the (iso-)level sets are not Jordan curves, they can still be organized in a tree. But there is no root for this tree, in other words there is no direction for the dendrite. Actually it can be directed by the choice of a point at infinity. In Chap. 2, we show that even the continuity condition can be relaxed to semicontinuity, and that the appropriate sets to consider are the upper and lower level sets. These can be organized in a tree because the choice of a point at infinity distinguishes between internal holes and exterior of a level set. Whereas it is straightforward to define a tree of upper, or a tree of lower, level sets, their merging is only enabled by the definition of a point at infinity. The semicontinuity requirement, instead of continuity, is nice to have, because it is compatible with the Mumford-Shah approximation of an image by a piecewise constant image. For example, a piecewise constant model for the image in Fig. 1.3 is obviously better adapted than a global continuous one. Moreover, it fits perfectly the order interpolation of a digital image, that is, the nearest neighbor approximation. This provides the mathematical foundation for the Fast Level Set Transform (FLST), an algorithm that we detail in Chap. 6.

6 1.4 Topological Description and Computation of Topographic Maps B A D A D E B 8 F C C E F Fig. 1.5 Tree of level lines of a Morse function. 1.4 Topological Description and Computation of Topographic Maps Going back to the continuity assumption in order to describe in the manner of Morse theory a topographic map, we cannot guarantee that critical points are isolated, and no discrete description of events among level sets is possible. Again, there are many possibilities to approximate the function by another one not suffering from this drawback, but one category stands out as the most natural one: the grain filters. They simply remove small scale oscillations of the function, yielding what will be called a weakly oscillating approximation of the image. Chapter 3 discusses these filters from the point of view of mathematical morphology. One of them treats upper and lower level sets in a symmetric manner and is preferable as it is self-dual in the vocabulary of mathematical morphology (see Fig. 1.6). Weakly oscillating functions may be analyzed in a discrete description. Chapter 4 discusses several notions that can be defined for such functions: on the one hand the maximal monotone sections (branches of the inclusion tree) and their limit levels (called critical levels), on the other hand the signature of level sets (the family of extrema it contains) and the levels at which the signature changes (called singular levels). These notions are shown to coincide, and when N = 2 they generalize to a weakly oscillating function the critical levels of a Morse function. When N = 3, the notion of critical value reflects the changes in the number of connected components of isolevel

7 6 1 Introduction Fig. 1.6 An image before (left) and after (right) application of a grain filter, which removes many small oscillations. sets [u = λ] asλ R varies. Let us mention that, in its present form, this theory has not been published elsewhere. In Chap. 5 we describe an algorithm to construct the tree of shapes by fusion of the trees of connected components of upper and lower level sets. Though the algorithm is less efficient than the algorithm described in Chap. 6, valid when N = 2, it is adapted to any dimension. The considerations of Chap. 4 justify the construction of the tree for an order 1 interpolation of a digital image, i.e., bilinear interpolation. The algorithm to extract it is a variant of the FLST and is presented in Chap. 7. Some applications may use rather the pixelized version for the complete description of the discrete data and its flexibility (invariance to contrast change, among others), while others prefer to use the continuous interpolation for its more regular level lines. Several applications relying on the inclusion tree have been developed in recent years. We present a few examples of some of them in Chap. 8, ranging from low-level image processing (edge detection, corner extraction) to image alignment and local scale definition. 1.5 Organization of These Notes The mathematically inclined reader may be most interested in Chaps. 2 to 6, which generalizes the topological Morse description to continuous or semicontinuous functions. Mathematical morphologists may consider more closely Chap. 3 about grain filters, although it is presented in the continuous setting, not in the discrete topology setting most frequent in mathematical morphology.

8 1.5 Organization of These Notes 7 The computer scientist may focus on Chaps. 6 and 7 for algorithmic considerations, keeping in mind that their full justification are respectively in Chaps. 2 and 4. All may find motivation for this work in the image processing applications presented in Chap. 8, knowing that their full description must be found among articles referenced in the bibliography.

Usability Evaluation of Modeling Languages

Usability Evaluation of Modeling Languages Usability Evaluation of Modeling Languages Bearbeitet von Christian Schalles 1. Auflage 2012. Taschenbuch. XXIII, 183 S. Paperback ISBN 978 3 658 00050 9 Format (B x L): 0 x 0 cm Gewicht: 275 g Weitere

More information

Mathematical Risk Analysis

Mathematical Risk Analysis Springer Series in Operations Research and Financial Engineering Mathematical Risk Analysis Dependence, Risk Bounds, Optimal Allocations and Portfolios Bearbeitet von Ludger Rüschendorf 1. Auflage 2013.

More information

Lean Innovation. A Fast Path from Knowledge to Value. Bearbeitet von Claus Sehested, Henrik Sonnenberg

Lean Innovation. A Fast Path from Knowledge to Value. Bearbeitet von Claus Sehested, Henrik Sonnenberg Lean Innovation A Fast Path from Knowledge to Value Bearbeitet von Claus Sehested, Henrik Sonnenberg 1st Edition. 2010. Buch. x, 192 S. Hardcover ISBN 978 3 642 15894 0 Format (B x L): 15,5 x 23,5 cm Gewicht:

More information

Dynamic Pricing and Automated Resource Allocation for Complex Information Services

Dynamic Pricing and Automated Resource Allocation for Complex Information Services Lecture Notes in Economics and Mathematical Systems 589 Dynamic Pricing and Automated Resource Allocation for Complex Information Services Reinforcement Learning and Combinatorial Auctions Bearbeitet von

More information

Information Sharing and Data Protection in the Area of Freedom, Security and Justice

Information Sharing and Data Protection in the Area of Freedom, Security and Justice Information Sharing and Data Protection in the Area of Freedom, Security and Justice Towards Harmonised Data Protection Principles for Information Exchange at EU-level Bearbeitet von Franziska Boehm 1.

More information

The Software Industry

The Software Industry The Software Industry Economic Principles, Strategies, Perspectives Bearbeitet von Peter Buxmann, Heiner Diefenbach, Thomas Hess 1. Auflage 2012. Buch. XII, 223 S. Hardcover ISBN 978 3 642 31509 1 Format

More information

Supply Chain and Logistics in National, International and Governmental Environment

Supply Chain and Logistics in National, International and Governmental Environment Contributions to Management Science Supply Chain and Logistics in National, International and Governmental Environment Concepts and Models Bearbeitet von Reza Zanjirani Farahani, Nasrin Asgari, Hoda Davarzani

More information

A History of the «Concise Oxford Dictionary»

A History of the «Concise Oxford Dictionary» Lodz Studies in Language 34 A History of the «Concise Oxford Dictionary» Bearbeitet von Malgorzata Kaminska 1. Auflage 2014. Buch. 342 S. Hardcover ISBN 978 3 631 65268 8 Format (B x L): 14,8 x 21 cm Gewicht:

More information

Business Process Technology

Business Process Technology Business Process Technology A Unified View on Business Processes, Workflows and Enterprise Applications Bearbeitet von Dirk Draheim, Colin Atkinson 1. Auflage 2010. Buch. xvii, 306 S. Hardcover ISBN 978

More information

Topics in English Linguistics [TiEL] 67. Cardinal Numerals. Old English from a Cross-Linguistic Perspective. Bearbeitet von Ferdinand von Mengden

Topics in English Linguistics [TiEL] 67. Cardinal Numerals. Old English from a Cross-Linguistic Perspective. Bearbeitet von Ferdinand von Mengden Topics in English Linguistics [TiEL] 67 Cardinal Numerals Old English from a Cross-Linguistic Perspective Bearbeitet von Ferdinand von Mengden 1. Auflage 2010. Buch. XIII, 342 S. Hardcover ISBN 978 3 11

More information

Low Power and Reliable SRAM Memory Cell and Array Design

Low Power and Reliable SRAM Memory Cell and Array Design Springer Series in Advanced Microelectronics 31 Low Power and Reliable SRAM Memory Cell and Array Design Bearbeitet von Koichiro Ishibashi, Kenichi Osada 1. Auflage 2011. Buch. XI, 143 S. Hardcover ISBN

More information

Modern TRIZ. A Practical Course with EASyTRIZ Technology. Bearbeitet von Michael A. Orloff

Modern TRIZ. A Practical Course with EASyTRIZ Technology. Bearbeitet von Michael A. Orloff Modern TRIZ A Practical Course with EASyTRIZ Technology Bearbeitet von Michael A. Orloff 1. Auflage 2012. Taschenbuch. xvi, 449 S. Paperback ISBN 978 3 642 25217 4 Format (B x L): 15,5 x 23,5 cm Gewicht:

More information

Groups of Prime Power Order

Groups of Prime Power Order de Gruyter Expositions in Mathematics 56 Groups of Prime Power Order Volume 3 Bearbeitet von Yakov Berkovich, Zvonimir Janko 1. Auflage 2011. Buch. XXV, 639 S. Hardcover ISBN 978 3 11 020717 0 Format (B

More information

Methods and Tools for Effective Knowledge Life-Cycle-Management

Methods and Tools for Effective Knowledge Life-Cycle-Management Methods and Tools for Effective Knowledge Life-Cycle-Management Bearbeitet von Alain Bernard, Serge Tichkiewitch 1. Auflage 2008. Buch. X, 586 S. Hardcover ISBN 978 3 540 78430 2 Format (B x L): 15,5 x

More information

Social Media Tools and Platforms in Learning Environments

Social Media Tools and Platforms in Learning Environments Social Media Tools and Platforms in Learning Environments Bearbeitet von Bebo White, Irwin King, Philip Tsang 1. Auflage 2011. Buch. XVIII, 435 S. Hardcover ISBN 978 3 642 20391 6 Format (B x L): 15,5

More information

Project Management. Guideline for the management of projects, project portfolios, programs and project-oriented companies

Project Management. Guideline for the management of projects, project portfolios, programs and project-oriented companies Project Management Guideline for the management of projects, project portfolios, programs and project-oriented companies Bearbeitet von Gerold Patzak, Günter Rattay 1. Auflage 2011 2011. Buch. 512 S. Hardcover

More information

Restriction Endonucleases

Restriction Endonucleases Nucleic Acids and Molecular Biology 14 Restriction Endonucleases Bearbeitet von Alfred Pingoud 1. Auflage 2004. Buch. xxvi, 443 S. Hardcover ISBN 978 3 540 20502 9 Format (B x L): 15,5 x 23,5 cm Gewicht:

More information

Approaches to Intelligent Agents

Approaches to Intelligent Agents Lecture Notes in Computer Science / Lecture Notes in Artificial Intelligence 1733 Approaches to Intelligent Agents Second Pacific Rim International Workshop on Multi-Agents, PRIMA'99, Kyoto, Japan, December

More information

Early Christianity in the Context of Antiquity 13. Recasting Moses

Early Christianity in the Context of Antiquity 13. Recasting Moses Early Christianity in the Context of Antiquity 13 Recasting Moses The Memory of Moses in Biographical and Autobiographical Narratives in Ancient Judaism and 4th-Century Christianity Bearbeitet von Finn

More information

Scaling Limits in Statistical Mechanics and Microstructures in Continuum Mechanics

Scaling Limits in Statistical Mechanics and Microstructures in Continuum Mechanics Theoretical and Mathematical Physics Scaling Limits in Statistical Mechanics and Microstructures in Continuum Mechanics Bearbeitet von Errico Presutti 1. Auflage 2008. Buch. xvi, 470 S. Hardcover ISBN

More information

Lecture Notes in Computer Science 1547. Graph Drawing. 6th International Symposium, GD '98 Montreal, Canada, August 13-15, 1998 Proceedings

Lecture Notes in Computer Science 1547. Graph Drawing. 6th International Symposium, GD '98 Montreal, Canada, August 13-15, 1998 Proceedings Lecture Notes in Computer Science 1547 Graph Drawing 6th International Symposium, GD '98 Montreal, Canada, August 13-15, 1998 Proceedings Bearbeitet von Sue H Whitesides 1. Auflage 1999. Taschenbuch. xii,

More information

Adaptive Business Intelligence

Adaptive Business Intelligence Adaptive Business Intelligence Bearbeitet von Zbigniew Michalewicz, Martin Schmidt, Matthew Michalewicz, Constantin Chiriac 1. Auflage 2006. Buch. xiii, 246 S. Hardcover ISBN 978 3 540 32928 2 Format (B

More information

Complexity Management in Supply Chains

Complexity Management in Supply Chains Operations and Technology Management 02 Complexity Management in Supply Chains Concepts, Tools and Methods Bearbeitet von Prof. Dr. Thorsten Blecker, Prof. Dr. Wolfgang Kersten, Nizar Abdelkafi, Alexander

More information

Studia Graeco-Parthica

Studia Graeco-Parthica Philippika 49 Studia Graeco-Parthica Political and Cultural Relations between Greeks and Parthians Bearbeitet von Edward Dabrowa 1. Auflage 2011. Taschenbuch. 196 S. Paperback ISBN 978 3 447 06585 6 Format

More information

International Compliance

International Compliance International Compliance Legal Requirements of Business Organisation in over 30 Countries Bearbeitet von Dr. Konstantin Busekist 1. Auflage 2016. Buch. Rund 800 S. In Leinen ISBN 978 3 406 66859 3 Format

More information

High-Performance Logistics

High-Performance Logistics Operations and Technology Management 12 High-Performance Logistics Methods and Technologies Bearbeitet von Prof. Dr. Thorsten Blecker, Prof. Dr. Wolfgang Kersten, Prof. Dr. habil. Matthias Meyer, Dr.-Ing.

More information

Fundamentals of Relational Database Management Systems

Fundamentals of Relational Database Management Systems Studies in Computational Intelligence 47 Fundamentals of Relational Database Management Systems Bearbeitet von S Sumathi, S Esakkirajan 1. Auflage 2007. Buch. xxvii, 776 S. Hardcover ISBN 978 3 540 48397

More information

Translation in an international perspective

Translation in an international perspective Translation in an international perspective Cultural Interaction and Disciplinary Transformation Bearbeitet von Rainier Lanselle, Antoine Cazé 1. Auflage 2015. Taschenbuch. 390 S. Paperback ISBN 978 3

More information

EPLAN Electric P8 Reference Handbook

EPLAN Electric P8 Reference Handbook EPLAN Electric P8 Reference Handbook Bearbeitet von Bernd Gischel 2. Auflage 2011. Taschenbuch. 552 S. Paperback ISBN 978 3 446 42674 0 Format (B x L): 19,2 x 23,1 cm Gewicht: 1262 g Zu Inhaltsverzeichnis

More information

From Revolution to Migration

From Revolution to Migration Hispanic Studies: Culture and Ideas 8 From Revolution to Migration A Study of Contemporary Cuban and Cuban American Crime Fiction Bearbeitet von Helen Oakley 1. Auflage 2012. Taschenbuch. XIV, 186 S. Paperback

More information

Information Security and Privacy

Information Security and Privacy Lecture Notes in Computer Science 2384 Information Security and Privacy 7th Australian Conference, ACISP 2002 Melbourne, Australia, July 3-5, 2002 Proceedings Bearbeitet von Lynn Batten, Jennifer Seberry

More information

Modeling and Using Context

Modeling and Using Context Lecture Notes in Computer Science / Lecture Notes in Artificial Intelligence 2116 Modeling and Using Context Third International and Interdisciplinary Conference, CONTEXT, 2001, Dundee, UK, July 27-30,

More information

Advanced Data Warehouse Design

Advanced Data Warehouse Design Data-Centric Systems and Applications Advanced Data Warehouse Design From Conventional to Spatial and Temporal Applications Bearbeitet von Elzbieta Malinowski, Esteban Zimányi 1st ed. 2008. Corr. 2nd printing

More information

How To Write A Paper On Modelling And Tools For Computer Science

How To Write A Paper On Modelling And Tools For Computer Science Lecture Notes in Computer Science 1786 Computer Performance Evaluation. Modelling Techniques and Tools 11th International Conference, TOOLS 2000 Schaumburg, IL, USA, March 25-31, 2000 Proceedings Bearbeitet

More information

Legal Aspects of an E-Commerce Transaction

Legal Aspects of an E-Commerce Transaction Legal Aspects of an E-Commerce Transaction International Conference in The Hague, 26 and 27 October 2004 Bearbeitet von Mads B Andersen, Sarah Andrews, Michael J Bonell, William Craig, Jose A Estrella

More information

Ethical Theory and Responsibility Ethics

Ethical Theory and Responsibility Ethics Internationale Theologie / International Theology 15 Ethical Theory and Responsibility Ethics A Metaethical Study of Niebuhr and Levinas Bearbeitet von Kevin Jung 1. Auflage 2011. Buch. 238 S. Hardcover

More information

Supply Chain Performance Management

Supply Chain Performance Management Operations and Technology Management 11 Supply Chain Performance Management Current Approaches Bearbeitet von Prof. Dr. Wolfgang Kersten, Prof. Dr. Thorsten Blecker, Prof. Dr. habil. Matthias Meyer, Adel

More information

Handbook of Social Media Management

Handbook of Social Media Management Media Business and Innovation Handbook of Social Media Management Value Chain and Business Models in Changing Media Markets Bearbeitet von Mike Friedrichsen, Wolfgang Mühl-Benninghaus 1. Auflage 2013 2013.

More information

Biophysical Therapy of Allergies

Biophysical Therapy of Allergies Biophysical Therapy of Allergies Bearbeitet von Peter Schumacher. Auflage 0. Buch. 0 S. ISBN Format (B x L):, x cm Weitere Fachgebiete > Medizin > Klinische und Innere Medizin > Allergologie schnell und

More information

Notfall Ratgeber-Giftpflanzen und Pferde

Notfall Ratgeber-Giftpflanzen und Pferde Notfall Ratgeber-Giftpflanzen und Pferde Erkennen - Bestimmen - Vorbeugen - Helfen Bearbeitet von Beatrice Dülffer-Schneitzer 1. Auflage 2005. Taschenbuch. 198 S. Paperback ISBN 978 3 88542 464 2 Format

More information

Key Factors for Successful Logistics

Key Factors for Successful Logistics Operations and Technology Management 05 Key Factors for Successful Logistics Services, Transportation Concepts, IT and Management Tools Bearbeitet von Prof. Dr. Thorsten Blecker, Prof. Dr. Wolfgang Kersten,

More information

How To Write A Lecture Note On Services Management In Intelligent Networks

How To Write A Lecture Note On Services Management In Intelligent Networks Lecture Notes in Computer Science 1960 Services Management in Intelligent Networks 11th IFIP/IEEE International Workshop on Distributed Systems: Operations and Management, DSOM 2000 Austin, TX, USA, December

More information

Ornithology, Evolution, and Philosophy

Ornithology, Evolution, and Philosophy Ornithology, Evolution, and Philosophy The Life and Science of Ernst Mayr 1904-2005 Bearbeitet von Jürgen Haffer 1. Auflage 2007. Taschenbuch. X, 474 S. Paperback ISBN 978 3 540 71778 2 Format (B x L):

More information

Agent Mediated Electronic Commerce

Agent Mediated Electronic Commerce Lecture Notes in Computer Science 1571 Agent Mediated Electronic Commerce First International Workshop on Agent Mediated Electronic Trading, AMET'98, Minneapolis, MN, USA, May 10th, 1998 Selected Papers

More information

Lecture Notes in Computer Science 2240. Mobile Agents. 5th International Conference, MA 2001 Atlanta, GA, USA, December 2-4, 2001 Proceedings

Lecture Notes in Computer Science 2240. Mobile Agents. 5th International Conference, MA 2001 Atlanta, GA, USA, December 2-4, 2001 Proceedings Lecture Notes in Computer Science 2240 Mobile Agents 5th International Conference, MA 2001 Atlanta, GA, USA, December 2-4, 2001 Proceedings Bearbeitet von Gian P Picco 1. Auflage 2001. Taschenbuch. xii,

More information

Leonardo Sciascia s French Authors

Leonardo Sciascia s French Authors European Connections 29 Leonardo Sciascia s French Authors Bearbeitet von Ian Morrison 1. Auflage 2009. Taschenbuch. VIII, 171 S. Paperback ISBN 978 3 03911 911 0 Format (B x L): 15 x 22 cm Gewicht: 280

More information

Cluster Analysis for Data Mining and System Identification

Cluster Analysis for Data Mining and System Identification Cluster Analysis for Data Mining and System Identification Bearbeitet von János Abonyi, Balázs Feil 1. Auflage 2007. Buch. xviii, 306 S. Hardcover ISBN 978 3 7643 7987 2 Format (B x L): 21 x 29,7 cm Gewicht:

More information

Multimedia Applications, Services and Techniques - ECMAST'99

Multimedia Applications, Services and Techniques - ECMAST'99 Lecture Notes in Computer Science 1629 Multimedia Applications, Services and Techniques - ECMAST'99 4th European Conference, Madrid, Spain, May 26-28, 1999, Proceedings Bearbeitet von Helmut Leopold, Narciso

More information

Process Management. A Guide for the Design of Business Processes. Bearbeitet von Jörg Becker, Martin Kugeler, Michael Rosemann

Process Management. A Guide for the Design of Business Processes. Bearbeitet von Jörg Becker, Martin Kugeler, Michael Rosemann Process Management A Guide for the Design of Business Processes Bearbeitet von Jörg Becker, Martin Kugeler, Michael Rosemann 2nd ed. 2011. Buch. xxviii, 596 S. Hardcover ISBN 978 3 642 15189 7 Format (B

More information

Management in Logistics Networks and Nodes

Management in Logistics Networks and Nodes Operations and Technology Management 08 Management in Logistics Networks and Nodes Concepts, Technology and Applications Bearbeitet von Prof. Dr. Thorsten Blecker, Prof. Dr. Wolfgang Kersten, Prof. Dr.

More information

Software Measurement

Software Measurement Software Measurement Establish - Extract - Evaluate - Execute Bearbeitet von Christof Ebert, Reiner Dumke 1. Auflage 2007. Buch. XI, 561 S. Hardcover ISBN 978 3 540 71648 8 Format (B x L): 15,5 x 23,5

More information

Neoliberal Developments in Higher Education

Neoliberal Developments in Higher Education Neoliberal Developments in Higher Education The United Kingdom and Germany Bearbeitet von Rosalind M. O. Pritchard 1. Auflage 2011. Taschenbuch. XVI, 329 S. Paperback ISBN 978 3 0343 0715 4 Format (B x

More information

Content and Language Integrated Learning by Interaction

Content and Language Integrated Learning by Interaction Fremdsprachendidaktik inhalts- und lernerorientiert / Foreign Language Pedagogy - content- and learneroriented 26 Content and Language Integrated Learning by Interaction Bearbeitet von Carmen Becker, Rita

More information

Biosensors for the Environmental Monitoring of Aquatic Systems

Biosensors for the Environmental Monitoring of Aquatic Systems The Handbook of Environmental Chemistry 5 / 5J Biosensors for the Environmental Monitoring of Aquatic Systems Bioanalytical and Chemical Methods for Endocrine Disruptors Bearbeitet von Damià Barceló, Peter-Dietrich

More information

Trust in Mobile Payment Services

Trust in Mobile Payment Services Trust in Mobile Payment Services On the role of trust in regard to the construction and communication of a mobile payment service Bearbeitet von Andrea Bauer 1. Auflage 2013. Buch. 136 S. Hardcover ISBN

More information

Modern Business Process Automation

Modern Business Process Automation Modern Business Process Automation YAWL and its Support Environment Bearbeitet von Arthur H. M. ter Hofstede, Wil van der Aalst, Michael Adams, Nick Russell 1. Auflage 2009. Buch. xviii, 676 S. Hardcover

More information

Yearbook of Private International Law

Yearbook of Private International Law Yearbook of Private International Law Volume I (1999). Edited by Petar Sarcevic, Paul Volken and The Swiss Institute of Comparative Law Bearbeitet von Maarit Jänterä-Jareborg, Petar Sarcevic, Hans Ulrich

More information

Convolution. 1D Formula: 2D Formula: Example on the web: http://www.jhu.edu/~signals/convolve/

Convolution. 1D Formula: 2D Formula: Example on the web: http://www.jhu.edu/~signals/convolve/ Basic Filters (7) Convolution/correlation/Linear filtering Gaussian filters Smoothing and noise reduction First derivatives of Gaussian Second derivative of Gaussian: Laplacian Oriented Gaussian filters

More information

Global Logistics Management

Global Logistics Management Operations and Technology Management 09 Global Logistics Management Sustainability, Quality, Risks Bearbeitet von Prof. Dr. Wolfgang Kersten, Prof. Dr. Thorsten Blecker, Prof. Dr. Heike Flämig, Dr. Hatem

More information

Modern Business Process Automation

Modern Business Process Automation Modern Business Process Automation YAWL and its Support Environment Bearbeitet von Arthur H. M. ter Hofstede, Wil van der Aalst, Michael Adams, Nick Russell 1. Auflage 2009. Buch. xviii, 676 S. Hardcover

More information

Database and Expert Systems Applications

Database and Expert Systems Applications Lecture Notes in Computer Science 1677 Database and Expert Systems Applications Bearbeitet von Trevor Bench-Capon, Giovanni Soda, Min A Tjoa 1. Auflage 1999. Taschenbuch. xxxvi, 1110 S. Paperback ISBN

More information

In Search of Processes of Language Use in Foreign Language Didactics

In Search of Processes of Language Use in Foreign Language Didactics Polish Studies in English Language and Literature 37 In Search of Processes of Language Use in Foreign Language Didactics Bearbeitet von Maria Dakowska 1. Auflage 2015. Buch. 370 S. Hardcover ISBN 978

More information

Multiple Criteria Decision Making for Sustainable Energy and Transportation Systems

Multiple Criteria Decision Making for Sustainable Energy and Transportation Systems Lecture Notes in Economics and Mathematical Systems 634 Multiple Criteria Decision Making for Sustainable Energy and Transportation Systems Proceedings of the 19th International Conference on Multiple

More information

Nanoscale Spectroscopy and Its Applications to Semiconductor Research

Nanoscale Spectroscopy and Its Applications to Semiconductor Research Lecture Notes in Physics 588 Nanoscale Spectroscopy and Its Applications to Semiconductor Research Bearbeitet von Y Watanabe, S Heun, G Salviati, N Yamamoto 1. Auflage 2002. Buch. XV, 308 S. Hardcover

More information

Intellectual Communities and Partnerships in Italy and Europe

Intellectual Communities and Partnerships in Italy and Europe Intellectual Communities and Partnerships in Italy and Europe Studies in Honour of Mark Davie Bearbeitet von Danielle Hipkins 1. Auflage 2012. Taschenbuch. XXIII, 182 S. Paperback ISBN 978 3 0343 0172

More information

Russian Culture in Europe 7. Paraboly. Studies in Russian Modernist Literature and Culture. In Honor of John E. Malmstad

Russian Culture in Europe 7. Paraboly. Studies in Russian Modernist Literature and Culture. In Honor of John E. Malmstad Russian Culture in Europe 7 Paraboly Studies in Russian Modernist Literature and Culture. In Honor of John E. Malmstad Bearbeitet von Nikolay Bogomolov, Fedor Poljakov, Aleksandr Lavrov, Lazar Fleishman

More information

Market Stock Decisions Based on Morphological Filtering

Market Stock Decisions Based on Morphological Filtering Market Stock Decisions Based on Morphological Filtering Pere Marti-Puig, R. Reig-Bolaño, J. Bajo, and S. Rodriguez * Abstract. In this paper we use a nonlinear processing technique based on mathematical

More information

Digital Imaging and Multimedia. Filters. Ahmed Elgammal Dept. of Computer Science Rutgers University

Digital Imaging and Multimedia. Filters. Ahmed Elgammal Dept. of Computer Science Rutgers University Digital Imaging and Multimedia Filters Ahmed Elgammal Dept. of Computer Science Rutgers University Outlines What are Filters Linear Filters Convolution operation Properties of Linear Filters Application

More information

schnell und portofrei erhältlich bei

schnell und portofrei erhältlich bei Yearbook of Private International Law 13 Yearbook of Private International Law Volume XIII (2011) Bearbeitet von Petar Sarcevic, Andrea Bonomi, Paul Volken, Gian Paolo Romano 1. Auflage 2012. Buch. XIV,

More information

Computer Graphics. Geometric Modeling. Page 1. Copyright Gotsman, Elber, Barequet, Karni, Sheffer Computer Science - Technion. An Example.

Computer Graphics. Geometric Modeling. Page 1. Copyright Gotsman, Elber, Barequet, Karni, Sheffer Computer Science - Technion. An Example. An Example 2 3 4 Outline Objective: Develop methods and algorithms to mathematically model shape of real world objects Categories: Wire-Frame Representation Object is represented as as a set of points

More information

A Study on SURF Algorithm and Real-Time Tracking Objects Using Optical Flow

A Study on SURF Algorithm and Real-Time Tracking Objects Using Optical Flow , pp.233-237 http://dx.doi.org/10.14257/astl.2014.51.53 A Study on SURF Algorithm and Real-Time Tracking Objects Using Optical Flow Giwoo Kim 1, Hye-Youn Lim 1 and Dae-Seong Kang 1, 1 Department of electronices

More information

Lecture Notes in Computer Science 8388. Semantic Technology

Lecture Notes in Computer Science 8388. Semantic Technology Lecture Notes in Computer Science 8388 Semantic Technology Third Joint International Conference, JIST 2013, Seoul, South Korea, November 28--30, 2013, Revised Selected Papers Bearbeitet von Wooju Kim,

More information

Morphological segmentation of histology cell images

Morphological segmentation of histology cell images Morphological segmentation of histology cell images A.Nedzved, S.Ablameyko, I.Pitas Institute of Engineering Cybernetics of the National Academy of Sciences Surganova, 6, 00 Minsk, Belarus E-mail abl@newman.bas-net.by

More information

Applied Parallel Computing. New Paradigms for HPC in Industry and Academia

Applied Parallel Computing. New Paradigms for HPC in Industry and Academia Lecture Notes in Computer Science 1947 Applied Parallel Computing. New Paradigms for HPC in Industry and Academia 5th International Workshop, PARA 2000 Bergen, Norway, June 18-20, 2000 Proceedings Bearbeitet

More information

Experimental and Theoretical Advances in Fluid Dynamics

Experimental and Theoretical Advances in Fluid Dynamics Environmental Science and Engineering Experimental and Theoretical Advances in Fluid Dynamics Bearbeitet von Jaime Klapp, Anne Cros, Oscar Velasco Fuentes, Catalina Stern, Mario Alberto Rodriguez Meza

More information

Robust and Efficient Implicit Surface Reconstruction for Point Clouds Based on Convexified Image Segmentation

Robust and Efficient Implicit Surface Reconstruction for Point Clouds Based on Convexified Image Segmentation Noname manuscript No. (will be inserted by the editor) Robust and Efficient Implicit Surface Reconstruction for Point Clouds Based on Convexified Image Segmentation Jian Liang Frederick Park Hongkai Zhao

More information

ECE 533 Project Report Ashish Dhawan Aditi R. Ganesan

ECE 533 Project Report Ashish Dhawan Aditi R. Ganesan Handwritten Signature Verification ECE 533 Project Report by Ashish Dhawan Aditi R. Ganesan Contents 1. Abstract 3. 2. Introduction 4. 3. Approach 6. 4. Pre-processing 8. 5. Feature Extraction 9. 6. Verification

More information

Arrangements, Local Systems and Singularities

Arrangements, Local Systems and Singularities Progress in Mathematics 283 Arrangements, Local Systems and Singularities CIMPA Summer School,, Istanbul, 2007 Bearbeitet von Fouad El Zein, Alexander I Suciu, Meral Tosun, Muhammed Uludag, Sergey Yuzvinsky

More information

EECS 556 Image Processing W 09. Interpolation. Interpolation techniques B splines

EECS 556 Image Processing W 09. Interpolation. Interpolation techniques B splines EECS 556 Image Processing W 09 Interpolation Interpolation techniques B splines What is image processing? Image processing is the application of 2D signal processing methods to images Image representation

More information

3D Model of the City Using LiDAR and Visualization of Flood in Three-Dimension

3D Model of the City Using LiDAR and Visualization of Flood in Three-Dimension 3D Model of the City Using LiDAR and Visualization of Flood in Three-Dimension R.Queen Suraajini, Department of Civil Engineering, College of Engineering Guindy, Anna University, India, suraa12@gmail.com

More information

Piecewise Cubic Splines

Piecewise Cubic Splines 280 CHAP. 5 CURVE FITTING Piecewise Cubic Splines The fitting of a polynomial curve to a set of data points has applications in CAD (computer-assisted design), CAM (computer-assisted manufacturing), and

More information

Separation Properties for Locally Convex Cones

Separation Properties for Locally Convex Cones Journal of Convex Analysis Volume 9 (2002), No. 1, 301 307 Separation Properties for Locally Convex Cones Walter Roth Department of Mathematics, Universiti Brunei Darussalam, Gadong BE1410, Brunei Darussalam

More information

Linear Threshold Units

Linear Threshold Units Linear Threshold Units w x hx (... w n x n w We assume that each feature x j and each weight w j is a real number (we will relax this later) We will study three different algorithms for learning linear

More information

2.2 Creaseness operator

2.2 Creaseness operator 2.2. Creaseness operator 31 2.2 Creaseness operator Antonio López, a member of our group, has studied for his PhD dissertation the differential operators described in this section [72]. He has compared

More information

Blood Vessel Classification into Arteries and Veins in Retinal Images

Blood Vessel Classification into Arteries and Veins in Retinal Images Blood Vessel Classification into Arteries and Veins in Retinal Images Claudia Kondermann and Daniel Kondermann a and Michelle Yan b a Interdisciplinary Center for Scientific Computing (IWR), University

More information

DEVELOPMENT OF AN IMAGING SYSTEM FOR THE CHARACTERIZATION OF THE THORACIC AORTA.

DEVELOPMENT OF AN IMAGING SYSTEM FOR THE CHARACTERIZATION OF THE THORACIC AORTA. DEVELOPMENT OF AN IMAGING SYSTEM FOR THE CHARACTERIZATION OF THE THORACIC AORTA. Juan Antonio Martínez Mera Centro Singular de Investigación en Tecnoloxías da Información Universidade de Santiago de Compostela

More information

Combining an Alternating Sequential Filter (ASF) and Curvelet for Denoising Coronal MRI Images

Combining an Alternating Sequential Filter (ASF) and Curvelet for Denoising Coronal MRI Images Contemporary Engineering Sciences, Vol. 5, 2012, no. 2, 85-90 Combining an Alternating Sequential Filter (ASF) and Curvelet for Denoising Coronal MRI Images Mohamed Ali HAMDI Ecole Nationale d Ingénieur

More information

Fast Multipole Method for particle interactions: an open source parallel library component

Fast Multipole Method for particle interactions: an open source parallel library component Fast Multipole Method for particle interactions: an open source parallel library component F. A. Cruz 1,M.G.Knepley 2,andL.A.Barba 1 1 Department of Mathematics, University of Bristol, University Walk,

More information

Bildverarbeitung und Mustererkennung Image Processing and Pattern Recognition

Bildverarbeitung und Mustererkennung Image Processing and Pattern Recognition Bildverarbeitung und Mustererkennung Image Processing and Pattern Recognition 1. Image Pre-Processing - Pixel Brightness Transformation - Geometric Transformation - Image Denoising 1 1. Image Pre-Processing

More information

096 Professional Readiness Examination (Mathematics)

096 Professional Readiness Examination (Mathematics) 096 Professional Readiness Examination (Mathematics) Effective after October 1, 2013 MI-SG-FLD096M-02 TABLE OF CONTENTS PART 1: General Information About the MTTC Program and Test Preparation OVERVIEW

More information

Vector storage and access; algorithms in GIS. This is lecture 6

Vector storage and access; algorithms in GIS. This is lecture 6 Vector storage and access; algorithms in GIS This is lecture 6 Vector data storage and access Vectors are built from points, line and areas. (x,y) Surface: (x,y,z) Vector data access Access to vector

More information

Grain size measurement by image analysis: An application in the ceramic and in the metallic industries

Grain size measurement by image analysis: An application in the ceramic and in the metallic industries Grain size measurement by image analysis: An application in the ceramic and in the metallic industries Diógenes, Alysson N. Universidade Federal de Santa Catarina nunes@lmpt.ufsc.br Hoff, Eduardo A. ESSS

More information

Canny Edge Detection

Canny Edge Detection Canny Edge Detection 09gr820 March 23, 2009 1 Introduction The purpose of edge detection in general is to significantly reduce the amount of data in an image, while preserving the structural properties

More information

Part-Based Recognition

Part-Based Recognition Part-Based Recognition Benedict Brown CS597D, Fall 2003 Princeton University CS 597D, Part-Based Recognition p. 1/32 Introduction Many objects are made up of parts It s presumably easier to identify simple

More information

Comparison of Non-linear Dimensionality Reduction Techniques for Classification with Gene Expression Microarray Data

Comparison of Non-linear Dimensionality Reduction Techniques for Classification with Gene Expression Microarray Data CMPE 59H Comparison of Non-linear Dimensionality Reduction Techniques for Classification with Gene Expression Microarray Data Term Project Report Fatma Güney, Kübra Kalkan 1/15/2013 Keywords: Non-linear

More information

Model Repair. Leif Kobbelt RWTH Aachen University )NPUT $ATA 2EMOVAL OF TOPOLOGICAL AND GEOMETRICAL ERRORS !NALYSIS OF SURFACE QUALITY

Model Repair. Leif Kobbelt RWTH Aachen University )NPUT $ATA 2EMOVAL OF TOPOLOGICAL AND GEOMETRICAL ERRORS !NALYSIS OF SURFACE QUALITY )NPUT $ATA 2ANGE 3CAN #!$ 4OMOGRAPHY 2EMOVAL OF TOPOLOGICAL AND GEOMETRICAL ERRORS!NALYSIS OF SURFACE QUALITY 3URFACE SMOOTHING FOR NOISE REMOVAL 0ARAMETERIZATION 3IMPLIFICATION FOR COMPLEXITY REDUCTION

More information

The Scientific Data Mining Process

The Scientific Data Mining Process Chapter 4 The Scientific Data Mining Process When I use a word, Humpty Dumpty said, in rather a scornful tone, it means just what I choose it to mean neither more nor less. Lewis Carroll [87, p. 214] In

More information

Algebra 1 2008. Academic Content Standards Grade Eight and Grade Nine Ohio. Grade Eight. Number, Number Sense and Operations Standard

Algebra 1 2008. Academic Content Standards Grade Eight and Grade Nine Ohio. Grade Eight. Number, Number Sense and Operations Standard Academic Content Standards Grade Eight and Grade Nine Ohio Algebra 1 2008 Grade Eight STANDARDS Number, Number Sense and Operations Standard Number and Number Systems 1. Use scientific notation to express

More information

Grayscale area openings and closings, their efficient implementation and applications

Grayscale area openings and closings, their efficient implementation and applications Proc. EURASIP Workshop on Mathematical Morphology and its Applications to Signal Processing, Barcelona, Spain, pp. 22 27, May 1993. Grayscale area openings and closings, their efficient implementation

More information