1 / 68

UBI 516 Advanced Computer Graphics

UBI 516 Advanced Computer Graphics. Fractal Geometry Methods. Aydın Öztürk ozturk @ ube.ege.edu.tr http://www. ube.ege.edu.tr/~ozturk. Fractals. Many objects in nature aren't formed of squares or triangles, but of more complicated geometric figures.

olinda
Télécharger la présentation

UBI 516 Advanced Computer Graphics

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. UBI 516Advanced Computer Graphics Fractal Geometry Methods Aydın Öztürk ozturk@ube.ege.edu.tr http://www.ube.ege.edu.tr/~ozturk

  2. Fractals • Many objects in nature aren't formed of squares or triangles, but of more complicated geometric figures. • Many natural objects - ferns, coastlines, etc. - are shaped like fractals.

  3. Fractals(cont) • All the object representations we have considered so far used Euclidean geometry methods that is object shapes were described with equations. • Natural objects can be realistically described with fractal geometry methods, where procedures rather than equations are used.

  4. Fractals(cont.) • A fractal has two basic charecteristics - Infinite detail at every point - Self similarity between the object parts.

  5. Self Similarity • Geometric figures are similar if they have the same shape. • The two squares are similar. •  The two rectangles are not similar. • But the two rectangles are similar.

  6. Self Similarity • Many figures that are not fractals are self-similar. • Notice the figure to the right. The outline of the figure is a trapezoid. All the trapezoids inside make up the larger trapezoid.

  7. Self Similarity: Examples

  8. Construction of Self Similar Fractals • To construct a deterministic self-similar fractal, we start with a geometric shape called initiator. • Subparts of of initiator are then replaced with a pattern called generator. Initiator Generator

  9. Construction of Self Similar Fractals • To construct a deterministic self-similar fractal, we start with a geometric shape called initiator. • Subparts of of initiator are then replaced with a pattern called generator.

  10. Construction of Self Similar Fractals

  11. The Sierpinski Triangle

  12. The Sierpinski Triangle(cont.) Step One Draw an equilateral triangle with sides of 2 triangle lengths each. Connect the midpoints of each side. Shade out the triangle in the center

  13. The Sierpinski Triangle(cont.) Step Two Draw another equilateral triangle with sides of 2 triangle lengths each. Connect the midpoints of the sides and shade the triangle in the center as before. Notice the three small triangles that also need to be shaded out in each of the three triangles on each corner - three more holes.

  14. The Sierpinski Triangle(cont.) Step Three Draw an equilateral triangle with sides of 4 triangle lengths each.

  15. The Sierpinski Triangle(cont.) Step Four We follow the above patternand complete the Sierpinski Triangle.

  16. Example-1

  17. Example-2

  18. Example-3

  19. Example-4

  20. Example-5

  21. Example-6

  22. Example-7

  23. Example-8

  24. Example-9

  25. Example-10

  26. Example-11

  27. Example-12

  28. Example-13

  29. Example-14

  30. Example-15

  31. Example-16

  32. Example-17

  33. Example-18

  34. Example-19

  35. Example-20

  36. Classification of Fractals • Self-similar fractals have parts that are scaled-down versions of the entire object. • Self-affinefractals have parts that are formed with different scaling parameters sx , sy ,szin different coordinate directions. • Invariant fractal setsare formed with nonlinear transformations.

  37. Fractal Dimension • The detail variation in a fractal object can be described with a number D, calledfractal dimension, which is a measure of roughness, or fragmentation of the object. • More jagged-looking objects have larger fractal dimensions.

  38. Fractal Dimension(cont.) A point has no dimensions –no length, no width, no height. A line has one dimension - length. It has no width and no height, but infinite A plane has two dimensions - length and width, no depth.

  39. Fractal Dimension(cont.) • A cubehas three dimensions, length, width, and depth, extending to infinity in all three directions • Fractals can have fractional (or fractal)dimension.A fractal might have dimension of 1.6 or 2.4.

  40. Fractal Dimension(cont.) • Aunit straight-line segment is divided into two equal length sub-parts.This gives two scaled copies of the original segment. • A unit square is divided into four sub-squares. Scaling the length and width by 2 gives four copies of the original square. • A unit cube is divided into eight sub-cubes. Scaling the length, width, and height by 2 gives eightcopies of the original cube.

  41. Fractal Dimension(cont.) Relationship between the number of copies, scaling factor and the dimension.

  42. Fractal Dimension(cont.) Sierpinski triangle.Scale the length of the sides of an equilateral triangle by 2. Scaling the sides gives us three copies, so 3 = 2d, where d is the dimension.Solving this equation we obtain the corresponding fractal dimension d=1.584.

  43. Fractal Dimension(cont.) Let s be the scaling factor. Relationship between the number of copies, the scaling factor and the dimension can be written as Solwing this expression for d, we have

  44. Fractal Dimension: Examples Generator Segment length Fractal dimension 1/√7 d=ln 3/ln(√7)=1.129 1/4 d=ln 8/ln 4=1.500 1/6 d=ln 18/ln 6=1.613

  45. Creating an Image by Means of Iterated Function Systems • Suppose that we take an initial image I0 , and put it through a special photocopier that produces a new image I1. • I1 is nota simple copy of I0; rather, it is a superposition of several reduced versions of I0. • We then take I1and feed it back into the copier again, to produce image I2 ...etc. • We investigate whether these images converge to some image.

  46. Multiple Reduction Copying Machine

  47. Multiple Reduction Copying Machine(cont.) • There are multiple lens arrangements to create multiple copies of the original. • Each lens arrangement reduces the size of the original. • The copier operates in a feedback loop, with the output of one stage the input to the next. • The initial input may be any image.

  48. Multiple Reduction Copying Machine(cont.) Sierpinski’s Triangle is a typical example http://www.arcytech.org/java/fractals/sierpinski.shtml

  49. Multiple Reduction Copying Machine: Sierpinski’s Triangle • The Sierpinski’s triangle is a most well known and simplest example of Iterated Function Systems(IFS). • It is comprised of three component functions(lenses), each of which shrinks the input image by one half and translates it to a new position. • This contractive property guarantees convergence of the iterative process.

More Related