Articoli correlati a The Science of Fractal Images

The Science of Fractal Images ISBN 13: 9781461283492

The Science of Fractal Images - Brossura

 
9781461283492: The Science of Fractal Images

Sinossi

This book is based on notes for the course Fractals:lntroduction, Basics and Perspectives given by MichaelF. Barnsley, RobertL. Devaney, Heinz-Otto Peit­ gen, Dietmar Saupe and Richard F. Voss. The course was chaired by Heinz-Otto Peitgen and was part of the SIGGRAPH '87 (Anaheim, California) course pro­ gram. Though the five chapters of this book have emerged from those courses we have tried to make this book a coherent and uniformly styled presentation as much as possible. It is the first book which discusses fractals solely from the point of view of computer graphics. Though fundamental concepts and algo­ rithms are not introduced and discussed in mathematical rigor we have made a serious attempt to justify and motivate wherever it appeared to be desirable. Ba­ sic algorithms are typically presented in pseudo-code or a description so close to code that a reader who is familiar with elementary computer graphics should find no problem to get started. Mandelbrot's fractal geometry provides both a description and a mathemat­ ical model for many of the seemingly complex forms and patterns in nature and the sciences. Fractals have blossomed enormously in the past few years and have helped reconnect pure mathematics research with both natural sciences and computing. Computer graphics has played an essential role both in its de­ velopment and rapidly growing popularity. Conversely, fractal geometry now plays an important role in the rendering, modelling and animation of natural phenomena and fantastic shapes in computer graphics.

Le informazioni nella sezione "Riassunto" possono far riferimento a edizioni diverse di questo titolo.

Contenuti

1 Fractals in nature: From characterization to simulation.- 1.1 Visual introduction to fractals: Coastlines, mountains and clouds.- 1.1.1 Mathematical monsters: The fractal heritage.- 1.1.2 Fractals and self-similarity.- 1.1.3 An early monster: The von Koch snowflake curve.- 1.1.4 Self-similarity and dimension.- 1.1.5 Statistical self-similarity.- 1.1.6 Mandelbrot landscapes.- 1.1.7 Fractally distributed craters.- 1.1.8 Fractal planet: Brownian motion on a sphere.- 1.1.9 Fractal flakes and clouds.- 1.2 Fractals in nature: A brief survey from aggregation to music.- 1.2.1 Fractals at large scales.- 1.2.2 Fractals at small scales: Condensing matter.- 1.2.3 Scaling randomness in time: 1/f?-noises.- 1.2.4 Fractal music.- 1.3 Mathematical models: Fractional Brownian motion.- 1.3.1 Self-affinity.- 1.3.2 Zerosets.- 1.3.3 Self-affinity in higher dimensions : Mandelbrot landscapes and clouds.- 1.3.4 Spectral densities for fBm and the spectral exponent ?.- 1.4 Algorithms: Approximating fBm on a finite grid.- 1.4.1 Brownian motion as independent cuts.- 1.4.2 Fast Fourier Transform filtering.- 1.4.3 Random midpoint displacement.- 1.4.4 Successive random additions.- 1.4.5 Weierstrass-Mandelbrot random fractal function.- 1.5 Laputa: A concluding tale.- 1.6 Mathematical details and formalism.- 1.6.1 Fractional Brownian motion.- 1.6.2 Exact and statistical self-similarity.- 1.6.3 Measuring the fractal dimension D.- 1.6.4 Self-affinity.- 1.6.5 The relation of D to H for self-affine fractional Brownian motion.- 1.6.6 Trails of fBm.- 1.6.7 Self-affinity in E dimensions.- 1.6.8 Spectral densities for fBm and the spectral exponent ?.- 1.6.9 Measuring fractal dimensions: Mandelbrot measures.- 1.6.10 Lacunarity.- 1.6.11 Random cuts with H ? 1/2: Campbell’s theorem.- 1.6.12 FFT filtering in 2 and 3 dimensions.- 2 Algorithms for random fractals.- 2.1 Introduction.- 2.2 First case study: One-dimensional Brownian motion.- 2.2.1 Definitions.- 2.2.2 Integrating white noise.- 2.2.3 Generating Gaussian random numbers.- 2.2.4 Random midpoint displacement method.- 2.2.5 Independent jumps.- 2.3 Fractional Brownian motion : Approximation by spatial methods.- 2.3.1 Definitions.- 2.3.2 Midpoint displacement methods.- 2.3.3 Displacing interpolated points.- 2.4 Fractional Brownian motion : Approximation by spectral synthesis.- 2.4.1 The spectral representation of random functions.- 2.4.2 The spectral exponent ? in fractional Brownian motion.- 2.4.3 The Fourier filtering method.- 2.5 Extensions to higher dimensions.- 2.5.1 Definitions.- 2.5.2 Displacement methods.- 2.5.3 The Fourier filtering method.- 2.6 Generalized stochastic subdivision and spectral synthesis of ocean waves.- 2.7 Computer graphics for smooth and fractal surfaces.- 2.7.1 Top view with color mapped elevations.- 2.7.2 Extended floating horizon method.- Color plates and captions.- 2.7.3 The data and the projection.- 2.7.4 A simple illumination model.- 2.7.5 The rendering.- 2.7.6 Data manipulation.- 2.7.7 Color, anti-aliasing and shadows.- 2.7.8 Data storage considerations.- 2.8 Random variables and random functions.- 3 Fractal patterns arising in chaotic dynamical systems.- 3.1 Introduction.- 3.1.1 Dynamical systems.- 3.1.2 An example from ecology.- 3.1.3 Iteration.- 3.1.4 Orbits.- 3.2 Chaotic dynamical systems.- 3.2.1 Instability: The chaotic set.- 3.2.2 A chaotic set in the plane.- 3.2.3 A chaotic gingerbreadman.- 3.3 Complex dynamical systems.- 3.3.1 Complex maps.- 3.3.2 The Julia set.- 3.3.3 Julia sets as basin boundaries.- 3.3.4 Other Julia sets.- 3.3.5 Exploding Julia sets.- 3.3.6 Intermittency.- 4 Fantastic deterministic fractals.- 4.1 Introduction.- 4.2 The quadratic family.- 4.2.1 The Mandelbrot set.- 4.2.2 Hunting for Kc in the plane ― the role of critical points.- 4.2.3 Level sets.- 4.2.4 Equipotential curves.- 4.2.5 Distance estimators.- 4.2.6 External angles and binary decompositions.- 4.2.7 Mandelbrot set as one-page-dictionary of Julia sets.- 4.3 Generalizations and extensions.- 4.3.1 Newton’s Method.- 4.3.2 Sullivan classification.- 4.3.3 The quadratic family revisited.- 4.3.4 Polynomials.- 4.3.5 A special map of degree four.- 4.3.6 Newton’s method for real equations.- 4.3.7 Special effects.- 5 Fractal modelling of real world images.- 5.1 Introduction.- 5.2 Background references and introductory comments.- 5.3 Intuitive introduction to IFS: Chaos and measures.- 5.3.1 The Chaos Game : ‘Heads’, ‘Tails’ and ‘Side’.- 5.3.2 How two ivy leaves lying on a sheet of paper can specify an affine transformation.- 5.4 The computation of images from IFS codes.- 5.4.1 What an IFS code is.- 5.4.2 The underlying model associated with an IFS code.- 5.4.3 How images are defined from the underlying model.- 5.4.4 The algorithm for computing rendered images.- 5.5 Determination of IFS codes: The Collage Theorem.- 5.6 Demonstrations.- 5.6.1 Clouds.- 5.6.2 Landscape with chimneys and smoke.- 5.6.3 Vegetation.- A Fractal landscapes without creases and with rivers.- A.1 Non-Gaussian and non-random variants of midpoint displacement.- A.1.1 Midpoint displacement constructions for the paraboloids.- A.1.2 Midpoint displacement and systematic fractals: The Takagi fractal curve, its kin, and the related surfaces.- A.1.3 Random midpoint displacements with a sharply non-Gaussian displacements’ distribution.- A.2 Random landscapes without creases.- A.2.1 A classification of subdivision schemes: One may displace the midpoints of either frame wires or of tiles.- A.2.2 Context independence and the “creased” texture.- A.2.3 A new algorithm using triangular tile midpoint displacement.- A.2.4 A new algorithm using hexagonal tile midpoint displacement.- A.3 Random landscape built on prescribed river networks.- A.3.1 Building on a non-random map made of straight rivers and watersheds, with square drainage basins.- A.3.2 Building on the non-random map shown on the top of Plate 73 of “The Fractal Geometry of Nature”.- B An eye for fractals.- Dietmar Saupe.- C A unified approach to fractal curves and plants.- C.1 String rewriting systems.- C.2 The von Koch snowflake curve revisited.- C.3 Formal definitions and implementation.- D Exploring the Mandelbrot set.- B An eye for fractals.- Yuval Fisher.- D.1 Bounding the distance to M.- D.2 Finding disks in the interior of M.- D.3 Connected Julia sets.

Product Description

Book by None

Le informazioni nella sezione "Su questo libro" possono far riferimento a edizioni diverse di questo titolo.

  • EditoreSpringer
  • Data di pubblicazione2011
  • ISBN 10 1461283493
  • ISBN 13 9781461283492
  • RilegaturaCopertina flessibile
  • LinguaInglese
  • Numero di pagine332
  • RedattorePeitgen Heinz-Otto, Saupe Dietmar

Altre edizioni note dello stesso titolo

9789999945943: The Science of Fractals

Edizione in evidenza

ISBN 10:  9999945945 ISBN 13:  9789999945943
Casa editrice: Janson Pubns, 1989
Rilegato

Risultati della ricerca per The Science of Fractal Images

Foto dell'editore

Editore: Springer, 2011
ISBN 10: 1461283493 ISBN 13: 9781461283492
Nuovo Brossura

Da: Lucky's Textbooks, Dallas, TX, U.S.A.

Valutazione del venditore 5 su 5 stelle 5 stelle, Maggiori informazioni sulle valutazioni dei venditori

Condizione: New. Codice articolo ABLIING23Mar2716030029643

Contatta il venditore

Compra nuovo

EUR 115,97
Convertire valuta
Spese di spedizione: EUR 3,53
In U.S.A.
Destinazione, tempi e costi

Quantità: Più di 20 disponibili

Aggiungi al carrello

Foto dell'editore

Peitgen, Heinz-Otto
Editore: Springer 2011-10, 2011
ISBN 10: 1461283493 ISBN 13: 9781461283492
Nuovo PF

Da: Chiron Media, Wallingford, Regno Unito

Valutazione del venditore 5 su 5 stelle 5 stelle, Maggiori informazioni sulle valutazioni dei venditori

PF. Condizione: New. Codice articolo 6666-IUK-9781461283492

Contatta il venditore

Compra nuovo

EUR 110,76
Convertire valuta
Spese di spedizione: EUR 18,20
Da: Regno Unito a: U.S.A.
Destinazione, tempi e costi

Quantità: 10 disponibili

Aggiungi al carrello

Foto dell'editore

Editore: Springer, 2011
ISBN 10: 1461283493 ISBN 13: 9781461283492
Nuovo Brossura

Da: Ria Christie Collections, Uxbridge, Regno Unito

Valutazione del venditore 5 su 5 stelle 5 stelle, Maggiori informazioni sulle valutazioni dei venditori

Condizione: New. In. Codice articolo ria9781461283492_new

Contatta il venditore

Compra nuovo

EUR 118,13
Convertire valuta
Spese di spedizione: EUR 14,07
Da: Regno Unito a: U.S.A.
Destinazione, tempi e costi

Quantità: Più di 20 disponibili

Aggiungi al carrello

Immagini fornite dal venditore

Dietmar Saupe
ISBN 10: 1461283493 ISBN 13: 9781461283492
Nuovo Taschenbuch
Print on Demand

Da: BuchWeltWeit Ludwig Meier e.K., Bergisch Gladbach, Germania

Valutazione del venditore 5 su 5 stelle 5 stelle, Maggiori informazioni sulle valutazioni dei venditori

Taschenbuch. Condizione: Neu. This item is printed on demand - it takes 3-4 days longer - Neuware -This book is based on notes for the course Fractals:lntroduction, Basics and Perspectives given by MichaelF. Barnsley, RobertL. Devaney, Heinz-Otto Peit gen, Dietmar Saupe and Richard F. Voss. The course was chaired by Heinz-Otto Peitgen and was part of the SIGGRAPH '87 (Anaheim, California) course pro gram. Though the five chapters of this book have emerged from those courses we have tried to make this book a coherent and uniformly styled presentation as much as possible. It is the first book which discusses fractals solely from the point of view of computer graphics. Though fundamental concepts and algo rithms are not introduced and discussed in mathematical rigor we have made a serious attempt to justify and motivate wherever it appeared to be desirable. Ba sic algorithms are typically presented in pseudo-code or a description so close to code that a reader who is familiar with elementary computer graphics should find no problem to get started. Mandelbrot's fractal geometry provides both a description and a mathemat ical model for many of the seemingly complex forms and patterns in nature and the sciences. Fractals have blossomed enormously in the past few years and have helped reconnect pure mathematics research with both natural sciences and computing. Computer graphics has played an essential role both in its de velopment and rapidly growing popularity. Conversely, fractal geometry now plays an important role in the rendering, modelling and animation of natural phenomena and fantastic shapes in computer graphics. 332 pp. Englisch. Codice articolo 9781461283492

Contatta il venditore

Compra nuovo

EUR 117,69
Convertire valuta
Spese di spedizione: EUR 23,00
Da: Germania a: U.S.A.
Destinazione, tempi e costi

Quantità: 2 disponibili

Aggiungi al carrello

Immagini fornite dal venditore

Peitgen, Heinz-Otto|Peitgen, Heinz-Otto|Fisher, Yuval|McGuire, Michael|Saupe, Dietmar|Saupe, Dietmar|Voss, Richard F.|Barnsley, Michael F.|Devaney, Robert L.|Mandelbrot, Benoît B.
Editore: Springer New York, 2011
ISBN 10: 1461283493 ISBN 13: 9781461283492
Nuovo Kartoniert / Broschiert

Da: moluna, Greven, Germania

Valutazione del venditore 5 su 5 stelle 5 stelle, Maggiori informazioni sulle valutazioni dei venditori

Kartoniert / Broschiert. Condizione: New. Codice articolo 4190928

Contatta il venditore

Compra nuovo

EUR 98,54
Convertire valuta
Spese di spedizione: EUR 48,99
Da: Germania a: U.S.A.
Destinazione, tempi e costi

Quantità: Più di 20 disponibili

Aggiungi al carrello

Immagini fornite dal venditore

Dietmar Saupe
Editore: Springer New York, 2011
ISBN 10: 1461283493 ISBN 13: 9781461283492
Nuovo Taschenbuch

Da: AHA-BUCH GmbH, Einbeck, Germania

Valutazione del venditore 5 su 5 stelle 5 stelle, Maggiori informazioni sulle valutazioni dei venditori

Taschenbuch. Condizione: Neu. Druck auf Anfrage Neuware - Printed after ordering - This book is based on notes for the course Fractals:lntroduction, Basics and Perspectives given by MichaelF. Barnsley, RobertL. Devaney, Heinz-Otto Peit gen, Dietmar Saupe and Richard F. Voss. The course was chaired by Heinz-Otto Peitgen and was part of the SIGGRAPH '87 (Anaheim, California) course pro gram. Though the five chapters of this book have emerged from those courses we have tried to make this book a coherent and uniformly styled presentation as much as possible. It is the first book which discusses fractals solely from the point of view of computer graphics. Though fundamental concepts and algo rithms are not introduced and discussed in mathematical rigor we have made a serious attempt to justify and motivate wherever it appeared to be desirable. Ba sic algorithms are typically presented in pseudo-code or a description so close to code that a reader who is familiar with elementary computer graphics should find no problem to get started. Mandelbrot's fractal geometry provides both a description and a mathemat ical model for many of the seemingly complex forms and patterns in nature and the sciences. Fractals have blossomed enormously in the past few years and have helped reconnect pure mathematics research with both natural sciences and computing. Computer graphics has played an essential role both in its de velopment and rapidly growing popularity. Conversely, fractal geometry now plays an important role in the rendering, modelling and animation of natural phenomena and fantastic shapes in computer graphics. Codice articolo 9781461283492

Contatta il venditore

Compra nuovo

EUR 119,79
Convertire valuta
Spese di spedizione: EUR 32,07
Da: Germania a: U.S.A.
Destinazione, tempi e costi

Quantità: 1 disponibili

Aggiungi al carrello

Foto dell'editore

Heinz-Otto Peitgen
ISBN 10: 1461283493 ISBN 13: 9781461283492
Nuovo Paperback / softback
Print on Demand

Da: THE SAINT BOOKSTORE, Southport, Regno Unito

Valutazione del venditore 5 su 5 stelle 5 stelle, Maggiori informazioni sulle valutazioni dei venditori

Paperback / softback. Condizione: New. This item is printed on demand. New copy - Usually dispatched within 5-9 working days 824. Codice articolo C9781461283492

Contatta il venditore

Compra nuovo

EUR 138,51
Convertire valuta
Spese di spedizione: EUR 17,61
Da: Regno Unito a: U.S.A.
Destinazione, tempi e costi

Quantità: Più di 20 disponibili

Aggiungi al carrello

Foto dell'editore

Peitgen, Heinz-Otto (Editor) / Saupe, Dietmar (Editor) / Fisher, Yuval (Contributor) / Mandelbrot, Benoit B. (Contributor) / McGuire, Michael (Contributor) / Devaney, Robert L. (Contributor) / Peitgen, Heinz-Otto (Contributor)
Editore: Springer, 2011
ISBN 10: 1461283493 ISBN 13: 9781461283492
Nuovo Paperback

Da: Revaluation Books, Exeter, Regno Unito

Valutazione del venditore 5 su 5 stelle 5 stelle, Maggiori informazioni sulle valutazioni dei venditori

Paperback. Condizione: Brand New. 326 pages. 11.00x8.30x0.80 inches. In Stock. Codice articolo x-1461283493

Contatta il venditore

Compra nuovo

EUR 174,55
Convertire valuta
Spese di spedizione: EUR 11,75
Da: Regno Unito a: U.S.A.
Destinazione, tempi e costi

Quantità: 2 disponibili

Aggiungi al carrello