WO2006116154A2 - Tranchage de texture limite a des bandes pour infographie - Google Patents

Tranchage de texture limite a des bandes pour infographie Download PDF

Info

Publication number
WO2006116154A2
WO2006116154A2 PCT/US2006/015197 US2006015197W WO2006116154A2 WO 2006116154 A2 WO2006116154 A2 WO 2006116154A2 US 2006015197 W US2006015197 W US 2006015197W WO 2006116154 A2 WO2006116154 A2 WO 2006116154A2
Authority
WO
WIPO (PCT)
Prior art keywords
noise
data set
basis functions
scaling
slice
Prior art date
Application number
PCT/US2006/015197
Other languages
English (en)
Other versions
WO2006116154A3 (fr
Inventor
Robert L. Cook
Anthony David Derose
Original Assignee
Pixar
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Pixar filed Critical Pixar
Publication of WO2006116154A2 publication Critical patent/WO2006116154A2/fr
Publication of WO2006116154A3 publication Critical patent/WO2006116154A3/fr

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T3/00Geometric image transformation in the plane of the image
    • G06T3/40Scaling the whole image or part thereof
    • G06T3/4084Transform-based scaling, e.g. FFT domain scaling

Definitions

  • the present invention relates to the field of computer graphics, and in particular to methods and apparatus for animating computer generated characters.
  • the present invention relates to the field of computer graphics.
  • Many computer graphic images are created by mathematically modeling the interaction of light with a three dimensional scene from a given viewpoint. This process, called rendering, generates a two-dimensional image of the scene from the given viewpoint, and is analogous to taking a photograph of a real-world scene.
  • Animated sequences can be created by rendering a sequence of images of a scene as the scene is gradually changed over time. A great deal of effort has been devoted to making realistic looking rendered images and animations.
  • Optical attributes can include color; transparency; reflective and refractive properties (such as diffuse and specular reflective coefficients; and geometric properties (such as surface normal and displacement vectors). Attributes often vary in complex ways over the surface or space defined by an object.
  • one or more data sets defining all or a portion of an object's attributes are defined and mapped onto the surfaces and/or volume of an object. Data sets may have one, two, three, or more dimensions.
  • a texture map is a data set defining the color of the surfaces and/or volume of an object. Texture maps can be used to give objects the appearance of different materials.
  • Attribute data sets can be generated in a number of ways. An artist can manually create data sets such as texture maps by drawing an image of the desired data set. Other software tools can be used to manually define other types of attribute data sets, such as surface normal or displacement vectors. Additionally, data sets can be generated procedurally. Typically, procedural data sets are created by applying one or more algorithms to one or more input data sets. In some applications, only the algorithms and input data sets for a procedural data set are defined in advance of rendering. During rendering, the procedural data is produced as needed for only the portions of objects being rendered. Procedural data sets can be used to approximate the attributes of a variety of different materials, such as wood, stone, glass, smoke, fire, and fur.
  • Noise is a set of random, pseudorandom, or other type of data without any discernable pattern. Data having a discernable pattern may also have a noise component, which is the portion of the data without a discernable pattern. Noise is used by procedural data sets to introduce natural variations in the attributes of an object and to ensure that no unnatural repeating patterns occur.
  • One common type of noise used by procedural data sets is Perlin noise. Perlin noise creates a noise set by combining two or more octaves of random or pseudorandomly generated data. An octave is a set of data having a frequency spectrum contained between two frequencies that have a two to one ratio. By combining octaves of data, Perlin noise attempts to bandlimit the resulting noise to a desired frequency spectrum.
  • Aliasing due to undersampling high frequency data is one problem that arises during rendering.
  • Rendering is analogous to sampling the data of a scene, with each pixel or sub- pixel representing a sample. The distance between pixels determines the maximum spatial bandwidth for a given rendering resolution. If the scene contains data, including attribute data sets, having high frequency components exceeding the maximum spatial bandwidth of the renderer, aliasing can occur.
  • Perlin noise is created from separate noise octaves, each octave often includes frequency components outside the desired range of frequencies of the octave.
  • rendering procedural data sets created from Perlin noise can result in portions that have aliasing artifacts due to undersampling of excess high frequency components or blurring due to excess low frequency components.
  • portions that have aliasing artifacts due to undersampling of excess high frequency components or blurring due to excess low frequency components.
  • the user For scenes with surfaces sampled at a variety of different frequency ranges, for example a ground surface extending from the foreground to the horizon, the user must often choose between including additional octaves and introducing aliasing as a result, or excluding these additional octaves and introducing blurring or loss of detail.
  • noise functions are used as input data for creating procedural data sets.
  • a three-dimensional set of noise data is used to create a procedural texture map for a three-dimensional volume, such as a cloud.
  • the set of noise data is sliced or divided into a lower dimensional set of noise data.
  • a lower-dimensional slice of noise data extracted from a higher dimensional set of bandlimited noise data is not bandlimited.
  • Scaling functions are basis functions that admit multiresolution analysis and include piecewise constant scaling functions, such as Haar basis functions; piecewise polynomial scaling functions, such as uniform B-spline basis functions of any degree; bandlimited scaling functions, such as sine functions; Daubeschies scaling functions, as well as other multiresolution analysis scaling basis functions known to those of skill in the art.
  • Scaling basis functions can be locally supported, allowing for noise data to be constructed using a small number of noise coefficients, or have infinite support.
  • slices of N dimensions can be extracted from bandlimited data sets of M dimensions. N is any arbitrary value less than N.
  • a value of a slice is defined by an evaluation of an integral of the bandlimited data set weighted by a scaling function orientated along the normal of the slice. Due to the properties of the bandlimited data set, the slice is bandlimited in N dimensions as well.
  • the scaling function diminishes at substantially the same rate as the aliasing frequency of the bandlimited data set in the normal direction.
  • the convolution of a scaling basis function used to construct the bandlimited data with itself defines the scaling function.
  • a scaling basis function widened in the direction of the normal can approximate the scaling function in some cases.
  • quadrature can approximate the value of the integral. Slices may or may not be axis aligned.
  • Figure 1 illustrates a block diagram of a computer system suitable for implementing an embodiment of the invention
  • Figures 2A-B illustrate a prior type of noise
  • Figures 3A-3C illustrate a wavelet decomposition of an example signal and example wavelet basis functions suitable for use with an embodiment of the invention
  • Figures 4A-4B illustrate methods of creating a bandlimited noise octave according to an embodiments of the invention
  • Figure 5 illustrates an example application of a method of creating a bandlimited noise octave according to an embodiment of the invention
  • Figure 6A illustrates the frequency spectrum of an example bandlimited noise octave according to an embodiment of the invention
  • Figure 6B illustrates the creation of an example noise function from two or more noise octaves according to an embodiment of the invention
  • Figure 7 illustrates an optimized method for creating bandlimited noise octaves according to an embodiment of the invention
  • Figure 8 illustrates an example tiling of a pair of out-of-phase noise octaves suitable for use with an embodiment of the invention
  • Figure 9 illustrates a set of distributions for a noise octave, a noise set, and a corrected noise set according to an embodiment of the invention
  • Figure 10 illustrates an example application of relative noise octave weights used to control the characteristics of a noise set according to an embodiment of the invention
  • Figure 11 illustrates a method for combining attribute data sets according to an embodiment of the invention
  • Figure 12 illustrates a frequency spectrum of an example combination of attribute sets according to an embodiment of the invention
  • Figures 13A-13B illustrate arbitrary tiling of noise octaves and other data according to an embodiment of the invention
  • Figure 14A-14B illustrates an example approximation of the filter kernel used for typically rendering noise octaves according to an embodiment of the invention
  • Figures 15A-15B illustrate an example slicing a noise data and the problems associated with the same according to a prior technique
  • Figure 16 illustrates an example application of creating a bandlimited slice of data from a higher dimensional set of data according to an embodiment of the invention.
  • Figure 1 illustrates a block diagram of a computer system suitable for implementing an embodiment of the invention.
  • Figure 1 illustrates an example computer system 100 capable of implementing an embodiment of the invention.
  • Computer system 100 typically includes a monitor 110, computer 120, a keyboard 130, a user input device 140, and a network interface 150.
  • User input device 140 includes a computer mouse, a trackball, a track pad, graphics tablet, touch screen, and/or other wired or wireless input devices that allow a user to create or select graphics, objects, icons, and/or text appearing on the monitor 110.
  • Embodiments of network interface 150 typically provides wired or wireless communication with an electronic communications network, such as a local area network, a wide area network, for example the Internet, and/or virtual networks, for example a virtual private network (VPN).
  • VPN virtual private network
  • Computer 120 typically includes components such as one or more general purpose processors 160, and memory storage devices, such as a random access memory (RAM) 170, disk drives 180, and system bus 190 interconnecting the above components.
  • RAM 170 and disk drive 180 are examples of tangible media for storage of data, audio / video files, computer programs, applet interpreters or compilers, virtual machines, embodiments of the herein described invention including geometric scene data, object data files, shader descriptors, a rendering engine, output image files, texture maps, and displacement maps.
  • FIG. 120 can include specialized audio and video subsystems for processing and outputting audio and graphics data.
  • Other types of tangible media include floppy disks; removable hard disks; optical storage media such as DVD-ROM, CD-ROM, and bar codes; non-volatile memory devices such as flash memories; read-only-memories (ROMS); battery-backed volatile memories; and networked storage devices.
  • Perlin noise is often used as an input to procedural data sets.
  • Figures 2A illustrates an octave of Perlin noise 200 created according to a prior method. Typically, a base resolution or spatial frequency is chosen for the octave of Perlin noise.
  • frequency is used loosely throughout this application to mean either the result of a Fourier transform (or other frequency domain transform) or the resolution of a set of data.
  • a regular grid of sample points such as points 205, 210, 215, 220, and 225 are created. The distance between adjacent sample points is based upon the value of the base spatial frequency.
  • the value of the noise is set to zero at each sample point.
  • a randomly selected gradient value is assigned to each sample point, such as gradients 230, 235, and 240 assigned to sample points 205, 215, and 225. Using the value of the noise function and the value of the gradient at each sample point, noise values 245 are interpolated for the noise octave 200.
  • the noise values 245 are defined by a polynomial spline fitted to the sample point values and gradients. Although a one- dimensional noise octave is shown in Figure 2A, this approach can be extended to generate noise octaves having two, three, or more dimensions. [0016] A complete Perlin noise set is generated by combining two or more noise octaves having different base frequencies. To avoid aliasing and blurring, each noise octave should ideally be bandlimited to the frequency range between its base frequency value and twice its base frequency value. However, with Perlin noise, this condition is not satisfied.
  • Figure 2B illustrates the frequency spectrum 265 of the example noise octave 200 discussed above.
  • the frequency scale 250 is marked with the value of the base frequency 260 and twice the base frequency 255. However, as can be seen in Figure 2B, a substantial portion 270 of the frequency spectrum 265 is below the base frequency 260 and a smaller portion 275 of frequency spectrum 265 is above twice the base frequency 255. Relatively small changes in the slope of the noise octave, such as in portions 248 and 249 in Figure 2A, introduce substantial low frequency components that contribute to portion 270 of the frequency spectrum 265, while relatively "steep" changes in the slope of the noise octave, such as portion 247 in Figure 2A, may introduce high frequency components that contribute to portion 275.
  • An embodiment of the invention uses function spaces generated by scaling functions to generate bandlimited noise octaves. Scaling functions are basis functions that admit multiresolution analysis.
  • a variety of different types of multiresolution analysis scaling basis functions known to those of skill in the art can be used with the present invention, including piecewise constant scaling functions, such as Haar basis functions; piecewise polynomial scaling functions, such as uniform B-spline basis functions of any degree; bandlimited scaling functions, such as sine functions; and Daubeschies scaling functions.
  • Scaling basis functions such as Haar basis functions, uniform B-spline basis functions, and Daubeschies scaling functions are locally supported, i.e., these scaling basis functions have finite ranges.
  • Other scaling basis functions, such as the sine function have an infinite support, i.e. have an infinite range.
  • locally supported scaling basis functions allows noise data to be reconstructed using a small number of noise coefficients in the vicinity of the point of evaluation.
  • multiresolution analysis techniques such as wavelet transformations and Laplacian pyramids can be used to determine one or more lower resolution versions of a set of data.
  • wavelet transformations a higher resolution version of a data set can be constructed from a lower resolution version of the data set and a set of detail coefficients.
  • the set of detail coefficients are multiplied by a set of wavelet or detail basis functions to augment the vector space of the lower resolution version of the data set with the additional resolution of the higher resolution version of the data set.
  • Additional detail coefficients can be used to further reconstruct the set of data at additional higher levels of resolution.
  • a wavelet transformation of a set of data can be determined by projecting the set of data onto a set of scaling basis functions and a set of wavelet basis functions.
  • this projection is performed by taking the dot or scalar product of the set of data and the dual of each of the scaling and wavelet basis functions.
  • the resulting projection gives the value of one or more scaling coefficients (C) and one or more detail coefficients (D).
  • C scaling coefficients
  • D detail coefficients
  • the dual of a basis function is the same as the basis function itself.
  • non-orthogonal basis functions such as B-spline basis functions
  • the scaling functions and their duals are distinct.
  • An additional technique for determining a wavelet transformation of a data set using the Haar basis is to recursively average and difference adjacent values of a data set.
  • the average of the first two terms of C 3 , 1 and 3, is 2, which is the first term of C 2 -
  • the average of the 3 and 9 forms the second term, 6, of C 2 .
  • the difference between a pair of adjacent data values and the average its corresponding scaling function coefficient at the next lowest level is determined to define a set of detail coefficients.
  • This term of D 2 is also the difference between the sum of the corresponding first term of C 2 , 2, and the first term of C 3 , 1.
  • a corresponding detail coefficient at level N-I is the difference between a corresponding scaling coefficient at level N-I and a left-side scaling coefficient of the pair at level N.
  • a corresponding detail coefficient at level N-I is the difference between the right-side scaling coefficient of the pair at level N and a corresponding scaling coefficient at level N-I.
  • FIG. 3 A illustrates a wavelet decomposition 300 of an example signal suitable for use with an embodiment of the invention.
  • detail coefficient set D 2 in conjunction with either Co, Do, and D 1 ; C 1 and D 1 ; or C 2 , can be used to reconstruct C 3 , which is the original data set.
  • the projection of the original data set onto the scaling basis functions of a level result in the best possible representation of the data set at this resolution level.
  • the projection of a data set onto a set of spline scaling basis functions of a given resolution level results in a set of scaling coefficients representing a least squares best fit representation of the data set at this resolution level.
  • the set of scaling coefficients represents a lower resolution version of the original data set.
  • the set of detail coefficients at each level represent additional information that cannot be represented by the scaling coefficients at that level.
  • the detail coefficients of a given resolution level represent all of the information in the next higher resolution level that cannot be represented at the given resolution level.
  • the set of all vectors that can be expressed by varying the values of the coefficients fi forms a vector space at a first resolution level, referred to as vector space So-
  • a set of basis functions at a second resolution level can be used to represent additional detail of the function in a higher resolution vector space, referred to as vector space S 1 .
  • the set of basis functions in S 1 can be derived from the basis functions S 0 by reducing the width of the basis function in So in half and translating by half integer values.
  • the basis function in So is ⁇ (x)
  • the basis function in Si is ⁇ (2x-i) .
  • This relationship can be extended to any arbitrary resolution level N, where the basis functions in vector space S N are scaled in width by half and translated by half integer values from the basis functions of vector space SN -I .
  • refineable basis functions include piecewise constant scaling functions, such as Haar basis functions; piecewise polynomial scaling functions, such as uniform B-spline basis functions of any degree; bandlimited scaling functions, such as sine functions; and Daubeschies scaling functions.
  • Figure 3B illustrates an example uniform quadratic B-spline basis function 350.
  • Figure 3C illustrates the refineability of example spline basis function 350.
  • Outline 375 corresponds with example spline basis function 350 in vector space S N , corresponding with a resolution level of N.
  • Example spline basis function 350 can be represented as the linear combination of basis functions in vector space S ⁇ + i that have been reduced in width by half, offset along half-integers, and scaled in height by appropriate values of P K - [0031]
  • the spline basis function 350 can be represented as the linear combination of basis functions 380, 385, 390, and 395.
  • Each of these basis functions 380, 385, 390, and 395 has a width that is half of that of basis function 350. Additionally, each of the basis functions 380, 385, 390, and 395 is offset along a half integer from basis function 350. For example, basis function 380 is centered a half integer to the right of the center of basis function 350. Basis function 390 is centered at 3/2 integers to the right of the center of basis function 350. Similarly, basis function 385 is centered a half integer to the left of the center of basis function 350 and basis function 395 is centered at 3/2 integers to the left of the center of basis function 350.
  • the basis functions 380, 385, 390, and 395 are scaled in height relative to the height of basis function 350 according to their respective values of p k .
  • the values of p ⁇ are 1/4, 3/4, 3/4, and 1/4 for basis functions 395, 385, 380, and 390, respectively.
  • the values of pK for basis functions in S N + i centered at all other locations are zero, and thus these basis functions have been omitted from figure 3C.
  • Points 396, 386, 381, and 391 illustrate the values of p k for basis functions 395, 385, 380, and 390, respectively.
  • FIG. 4 illustrates a method 400 of creating a bandlimited noise octave according to an embodiment of the invention.
  • an unfiltered noise set C N
  • the unfiltered noise set can be created using any technique for generating random or pseudorandom data.
  • the unfiltered noise set can be arranged as a one, two, three, or more dimensional set and can include any number of elements.
  • the unfiltered noise set is an infinite set, portions of which are evaluated as needed by method 400. Ia an embodiment, the maximum spatial frequency of the unfiltered noise set is specified by the Nyquist limit of the unfiltered noise set.
  • the maximum spatial frequency of the unfiltered noise set can be less than its Nyquist limit.
  • the unfiltered noise set will have a substantially flat frequency spectrum, equivalent to that of white noise.
  • Figure 5 illustrates an example application 500 of a method of creating a bandlimited noise octave according to an embodiment of the invention.
  • Figure 5 shows an example unfiltered noise set 505 resulting from step 405.
  • Step 410 applies a filtering operation on the unfiltered noise set C N to produce a lower resolution level of the unfiltered noise set C N - I and a set of detail coefficients D N - I representing the portion of the unfiltered noise set that cannot be represented by C N - I - hi an embodiment, step 410 projects the unfiltered noise set C N onto a set of scaling basis functions and wavelet basis functions for the N-I level of resolution.
  • Step 410 can use any type of basis functions, including a Haar basis or a spline basis, hi a further embodiment, step 410 can skip the determination of C N - I and only determine the set of detail coefficients D N -i- [0035]
  • step 410 creates a set of detail coefficients D N-1 510 and/or a lower resolution level of the unfiltered noise set C N - I 515.
  • the unfiltered noise set C N is a two-dimensional set.
  • Step 415 performs an inverse transformation on the set of detail coefficients D N - I alone, without the contribution of C N - I , to determine the noise octave Noise ⁇ hi an embodiment, this is performed by assuming the value of C N - I is 0 for all of its terms. For example in Figure 5, the value of C N - I 520 is assumed to be 0.
  • the left and right terms of each pair of terms in the noise octave Noise ⁇ is equal to the corresponding term of the set of detail coefficients D N -i multiplied by -1 and 1, respectively.
  • the first term of the set of detail coefficients D N - I is 1, then the first two terms of the noise octave Noises ⁇ N are -1 and 1, respectively.
  • the second term of the set of detail coefficients D N - I is -3, then the third and fourth terms of the noise octave Noise ⁇ are 3 and -3, respectively.
  • Table 2 illustrates the values of an example noise octave noisys ⁇ 3 created from the unfiltered noise set C N shown in Table 1.
  • Noise N 530 in Figure 5 is an example noise octave determined from the inverse transformation of detail coefficient set 510 with the value of all elements of C N - I assumed to be 0.
  • the set of detail coefficients D N - I represent the portion of data set, in this case the unfiltered noise set C N , having frequency components between the maximum frequencies of two adjacent levels of resolution, the inverse transformation of this set of detail coefficients D N-1 is a set of noise bandlimited between these two frequencies.
  • Step 455 of method 450 creates an unfiltered noise set, C N , similar to that discussed above.
  • Step 460 transforms the unfiltered noise set C N , into a lower resolution noise set C N-1 .
  • step 460 downsamples unfiltered noise set C N by a factor of two to create C N- I- hi an embodiment, step 460 averages two noise samples for each dimension of noise set CN to determine each noise sample in C N - I - In a more general embodiment, if the noise set C N is expressed as the linear combination of basis functions at resolution level N, step 460 projects the samples of noise set C N onto the basis functions of resolution level N-I to produce noise set C N-1 .
  • AS noise set C N - I has a lower resolution than noise set C N , some information from noise set C N is lost in the transformation to noise set C N - I - hi a further embodiment, the unfiltered noise set C N can be filtered using a spatially invariant or spatially variant filter to create C N - I - In an embodiment, the maximum spatial frequency of the noise set C N - I is specified by the Nyquist limit of noise set C N - I . In another embodiment, the maximum spatial frequency of noise set C N - I can be less than its Nyquist limit.
  • Step 465 upsamples or inverse transforms noise set C N - I to resolution level N.
  • step 465 scales noise set C N - I by a factor of two in each dimension to create an upsampled version of noise set C'N-I. This is mathematically equivalent to assuming the detail coefficients D N-1 are equal to zero.
  • step 465 applies the inverse of the transformation or projection of step 460 to the noise set C N-1 to create an upsampled version of the noise set, C N-1 .
  • Step 470 subtracts the unsampled noise set C' N - I from the original unfiltered noise set C N that was created in step 455.
  • the difference between these two noise sets is a bandlimited set of noise, which has a frequency range between the maximum frequency of level N-I and level N.
  • some information from C N is lost in the transformation from C N to C N-1 . This lost information corresponds to information in the frequency range greater than the maximum frequency of resolution level N-I .
  • this lost information in the frequency range between the maximum frequency of resolution level N-I and resolution level N is isolated.
  • Table 3 illustrates the values of an example noise octave Noises ⁇ 3 created from the unfiltered noise set C N shown in Table 1 using method 450.
  • the unfiltered noise of resolution level 3 is downsampled to resolution level 2, then upsampled to back to resolution level 3.
  • the upsampled version of the noise, C 3 is subtracted from the unfiltered noise C N to define a bandlimited noise octave.
  • Methods 400 and 450 of creating a bandlimited noise octave are mathematically equivalent.
  • C N - I is set to zero and D N - I is inverse transformed to determine D N -
  • D N-1 is set to zero and C N -i is inverse transformed and subtracted from CN-
  • the methods 400 and 450 determine a set of noise coefficients n; describing a bandlimited noise octave.
  • any bandlimited noise octave at resolution level N is orthogonal to the basis functions at all resolution levels less than N, such as resolution levels N-I, N-2, and so forth. This is true regardless of whether the scaling basis functions at different resolution levels are orthogonal to each other, such as Haar scaling basis functions, or not orthogonal to each other, such as B-spline scaling basis functions.
  • the bandlimited noise set is found in a complement of vector spaces S N-1 and S N , such that at least a portion of the bandlimited noise set cannot be represented in vector space S N - I -
  • the bandlimited noise set is found in an orthogonal complement of vector spaces S N - I and S N , such that no portion of the bandlimited noise set can be represented in vector space S N - I -
  • Figure 6A illustrates the frequency spectrum 600 of an example bandlimited noise octave according to an embodiment of the invention.
  • Frequency spectrum 600 includes the spectrum 605 of the unfiltered noise set C N - Spectrum 605 has a maximum frequency of F, 610.
  • the C N - I set After filtering the noise set as described in step 410, the C N - I set has a spectrum 615. Spectrum 615 has a maximum frequency F/2, 620.
  • the set of detail coefficients D N - I represent the information in Cn that is in spectrum 625. Spectrum 625 is bounded by frequencies F/2, 620, and F, 610.
  • the inverse transformation of the set of detail coefficients D N - I will also be substantially bandlimited between these frequencies, with minimal spectral components outside of this frequency band due to numerical limits of calculation and other minor errors and approximations.
  • the frequency spectrum of the bandlimited noise is approximately zero outside of the range between frequencies F/2, 620 and F, 610.
  • the frequency spectrum of the bandlimited noise is approximately flat between frequencies F/2, 620 and F, 610 and diminishes abruptly outside of this range, hi a further embodiment, the bandlimited noise diminishes from a significant magnitude to approximately zero within a power of two range from frequencies F/2, 620 and F, 610.
  • the frequency spectrum of the bandlimited noise is such that the sum of the frequency spectrum of the first bandlimited data set and a copy of the frequency spectrum of the first bandlimited data is substantially flat, if the copy of the frequency spectrum is translated in frequency up or down by the difference between frequencies F, 610 and F/2, 620.
  • a complete noise function can be created by combining two or more bandlimited noise octaves created as described in method 400. Noise octaves can be generated at different frequency bands or at the same or overlapping frequency bands. Noise octaves can be created from the same unfiltered noise function or different unfiltered noise functions.
  • the noise set can be used to define attribute data of objects, either directly or as an input to an algorithm or procedure.
  • Figure 6B illustrates the creation of an example noise function 650 from two or more noise octaves according to an embodiment of the invention.
  • Noise function 650 is created from the weighted sum of noise octaves 655, 660, 670, and 675.
  • the weights associated with each noise octave, such as 4 with noise octave 655, can be chosen to emphasize or deemphasize portions of the spectrum of noise function for aesthetic purposes.
  • noise octaves can be removed from the noise set to bandlimit the noise or any attribute data created from the noise, so that aliasing and blurring do not occur.
  • An additional embodiment attenuates the highest and/or lowest frequency noise octaves in a noise function based upon a center frequency of the noise function, for example using a cubic function. This smoothly fades noise bands into and out of the noise function, preventing abrupt transitions and popping artifacts when the noise function is applied to surfaces where the center frequency gradually changes, such as a ground plane extending to the horizon.
  • Large objects and complex scenes for example those shown in landscapes, often use a large or even infinite set of noise data to determine its attribute data. In these cases, portions of the infinite unfiltered noise set can be generated procedurally on demand as the corresponding portions of the object are being rendered, for example using a random or pseudorandom number generator.
  • the values of the unfiltered noise set must be determined for a number of points surrounding the given point of the object.
  • the number of surrounding points must be sufficiently large so that the excluded portions of the unfiltered noise set only contribute negligibly, if at all, to the value of the noise octave at the given point.
  • the unfiltered noise values of approximately 40 surrounding points must be processed.
  • the determination of the noise value on demand for a single given point requires generating unfiltered noise values for 40 points, filtering the set of 40 unfiltered noise values to determine a set of 20 detail coefficients, and then inverse transforming at least one of the set of detail coefficients to determining the value of the noise octave at the given point.
  • This number of points is selected because it encompasses the unfiltered noise values in approximately 99% of the area of an example quadratic B-spline basis function. For other types of basis functions and/or different accuracy requirements, a different number of unfiltered noise values can be evaluated to determine the value of a point in a noise octave.
  • noise octaves can be precalculated and cached.
  • sample points on an object during rendering are sometimes so far apart that they fall outside of the range of cached noise octave values, especially when rendering distant objects.
  • the computational requirements increase exponentially for noise sets having more than one dimension. Continuing with the above example, if a one-dimensional noise octave requires the evaluation of 40 surrounding points of the unfiltered noise data, a two- dimensional noise octave requires the evaluation of 1600 surrounding points and a three- dimensional noise octave requires the evaluation of 64000 surrounding points.
  • noise tiles can be reused to determine the values of the noise functions at many different points.
  • a tile of random numbers such as that defined in step 405 or 455, can be applied to any portion of an infinite set, representing a line, plane, volume, or higher-dimensional set.
  • Bandlimited noise data for this portion of an infinite set can be defined using method 400, 450, or equivalents thereof.
  • an embodiment of the invention can assume that the tile of random numbers repeats when the downsampling or upsampling filter crosses tile boundaries.
  • the resulting bandlimited noise set or noise tile can be tiled over the infinite set without the appearance of seams.
  • a repeating pattern can be discernable from noise tiles, particularly if the noise tile is relatively small compared with the field of view.
  • Embodiments discussed below can reduce or eliminate the appearance of patterns when tiling or otherwise combining sets of bandlimited noise.
  • FIG. 7 illustrates an optimized method 700 for creating bandlimited noise octaves according to an embodiment of the invention.
  • Step 705 generates at least two libraries, M and N, of bandlimited noise octaves using the method 400 discussed above.
  • Each library includes one or more bandlimited noise octaves.
  • the noise octaves of each library can each have any number of dimensions and can be based on unfiltered noise sets of any arbitrary size.
  • the unfiltered noise sets used for the M and N libraries are differently sized to create substantial phase differences when tiling noise octaves from the M and N libraries. This can be selecting sizes for the unfiltered noise sets that maximize their least common multiple.
  • unfiltered noise sets having sizes that are even numbers is convenient for determining bandlimited noise octaves.
  • noise octaves in the M library can be derived from an unfiltered noise set of with 42 elements, while the noise octaves in the N library can derived from an unfiltered noise set with 38 elements.
  • FIG. 8 illustrates an example tiling 800 of a pair of out-of-phase noise octaves suitable for use with an embodiment of the invention.
  • Tiling 800 includes multiple copies of noise octave M, 805a, 805b, and 805c, arranged end to end.
  • Tiling 800 includes multiple copies of noise octave N, 810a, 810b, and 810c, similarly arranged.
  • noise octaves 805 and 810 are one dimensional sets of noise.
  • the set 815 of multiple copies of noise octave M forms a line, which can be extended as needed for any arbitrary length.
  • the multiple copies of noise octave N form line 820.
  • tiling 800 can be extended to noise octaves of three or more dimensions.
  • noise octaves M and N are differently sized to create phase differences when tiling. For example, although the first elements of octaves 805a and 810a will be aligned, the beginning of octave 805b will be aligned with the end of octave 810a, at point 825a.
  • octave 805c will be aligned with the end of octave 810b, at point 830b.
  • point 830b is to the left of point 825b, which corresponds to point 825a of octave 810a.
  • Step 710 selects a point at which the noise value is to be determined. This point can be determined by a renderer or any other hardware and/or software system. Step 710 selects at least one noise octave from each of the libraries, hi an embodiment, the selected noise octaves have similar or the same frequency bands. In an embodiment, each library includes two or more noise octaves for each frequency band and step 710 randomly or pseudorandomly selects one or more noise octaves from the library.
  • Step 720 determines indices or coordinates corresponding to the selected point in each of the selected noise octaves.
  • each of the selected noise octaves is part of an infinitely tiled set, for example as described in Figure 8. Ih this embodiment, the coordinates of the selected point are determined within this infinitely tiled set.
  • the coordinates of the selected point within this infinitely tiled set can be the coordinates of the point in a local coordinate system, such as a texture coordinate system, hi an embodiment, the coordinates of the point in each of the selected noise octaves is determined by the modulo division of the point's coordinates in the infinitely tiled set by the size of each dimension of each noise octave.
  • Step 725 retrieves the values of the selected noise octaves at the locations specified by the sets of coordinates of the selected point in the selected noise octaves.
  • the values of the selected noise octaves are then added or otherwise combined to create a combined noise octave value for the selected point. Because the selected noise octaves have different sizes, thereby tiling out of phase, the appearance of regular patterns due to repeating noise octave values is reduced, m an embodiment, the combined noise octave value can be normalized or scaled to fall within a desired numerical range.
  • Step 730 repeats steps 715 through 725 to determine one or more additional combined octave values at other frequency bands.
  • the number of other frequency bands considered is limited by the maximum spatial bandwidth supported by the renderer.
  • Step 730 determines the value of the noise function at the selected point by combining the combined noise octave values from two or more frequency bands.
  • the noise function can be specified as a weighted combination of combined noise octave values, similar to that discussed with reference to Figure 6B.
  • the coordinates of the selected point are scaled to account for the different resolution of each noise octave.
  • One problem that can occur when combining random or noise data is changes to the distribution of the values of the combined result. For example, if two functions have random output distributions, the output distribution of the combination of these functions will be the convolution of their respective output distributions. As a result, the distribution of the combined functions will be biased towards some output values.
  • Figure 9 illustrates a set of distributions for a noise octave, a noise set, and a corrected noise set according to an embodiment of the invention.
  • Distribution 900 is an example output distribution of a random function. In this example, the distribution is flat, indicating that function has a equal probability of outputting any value between -1 and 1. If two functions having distributions such as distribution 900 are averaged, the resulting function has a distribution 905. As can be seen in distribution 905, the function has a high probability of outputting values around 0 and a very low probability of outputting values near -1 or 1.
  • the first distribution 900 has only ten discrete values (0.05, 0.15, 0.25, 0.35, 0.45, 0.55, 0.65, 0.75, 0.85, and 0.95). This distribution has a 10% probability of having a value between 0 and 0.1. If two functions with distribution 900 are averaged, then according to the resulting distribution 905, the probability of having a value between 0 and 0.1 substantially reduced. There is only a 1% chance that both functions have a value of 0.5 (10% times 10%), and only a 2% chance that one function has a value of 0.5 and the other function has a value of .15. The combined probability of the function with distribution 905 having a value between 0 and 0.1 is thus 3%, which is substantially less than the 10% probability in distribution 900.
  • An embodiment of the invention performs a distribution correction phase after combining two or more noise octaves as described above.
  • a distribution is associated with each noise octave.
  • the distribution can be determined by analyzing each noise octave.
  • the distribution correction phase can determine the distribution of the combined noise function.
  • the creation of bandlimited noise octaves from unfiltered set of noise data involves sequences of linear operations on the data. If the unfiltered set of noise data follows a Gaussian distribution of one or more random variables, then the bandlimited noise octaves will also be a Gaussian random variable.
  • One technique for determining the distribution of the combined noise function begins by representing noise values from bandlimited noise octaves as linear combinations of the unfiltered noise data. Given a set of K unfiltered noise values x, a bandlimited noise
  • This bandlimited noise octave ⁇ has a
  • the set of weights Wj are derived from the operations used to create the bandlimited noise octave from unfiltered noise data, such as the forward and reverse transformations of method 400 or the downsampling, upsampling, and subtracting operations of method 450.
  • the variance ⁇ N 2 can be determined analytically using the set of weights Wj and the variance unfiltered noise set.
  • the variance ⁇ 2 can be determined numerically by analyzing the noise octave using typical statistical analysis techniques known in the art.
  • a distribution correction can be applied to the noise function so that it has a desired distribution.
  • the desired distribution can be a flat, white noise distribution, such as distribution 910, a Gaussian distribution, or any other arbitrary distribution.
  • a new Gaussian distribution can be specified by scaling the variance of the initial noise function to the variance of the new Gaussian distribution.
  • an erf function can be used.
  • a lookup table or other type of mapping can be used to create a noise function with any arbitrary distribution from an initial noise function.
  • a user can specify the desired distribution, for example by inputting any arbitrary distribution function or by specifying desired statistical properties of the noise function, such as the mean and standard deviation.
  • users can create a noise function that outputs ranges of values according to user-specified probabilities, thereby enabling precise control of the characteristics of input data for procedural data sets.
  • the distribution correction phase creates a mapping of values from the uncorrected noise function to values of the corrected noise function. The distribution correction phase applies this mapping to the noise function to create a corrected noise function with the desired distribution.
  • noise functions can be created from weighted combinations of different noise octaves.
  • these weights are absolute and are assigned to a fixed spatial frequency range.
  • the weights used to combine noise octaves can depend on the resolution scale or level of detail at which the noise function is viewed.
  • weights are referred to as relative weights. As the level of detail changes, for example as the viewer moves towards a given point of the noise function, these weights are changed dynamically. This enables lower frequency noise octaves to be gradually faded out as the camera zooms in, which enhances the visibility of the fine or high frequency detail. This effect approximates the adaptation of human visual perception to the average intensity of an image.
  • absolute weights that are independent of the resolution scale can be used to combine noise octaves.
  • both absolute and relative weights can be used to combine noise octaves.
  • Figure 10 illustrates an example application of relative noise octave weights used to control the characteristics of a noise function according to an embodiment of the invention.
  • a frequency spectrum 1000 includes noise octaves 1005, 1010, 1015, 1020.
  • a relative weighting function 1025 is associated with the set of noise octaves.
  • a center frequency 1030 is selected within the frequency spectrum 1000.
  • the center frequency 1030 can vary according to the desired resolution scale or level of detail of the combined noise function. In an embodiment, the center frequency can be determined from a level of detail calculation, such as the size of a pixel or sub-pixel sample at a given viewing position projected, on to the combined noise function in world space.
  • each noise octave 1000 is centered at the center frequency 1030.
  • each noise octave is weighted according to the value of the relative weighting function 1025.
  • noise octave 1005 is weighted according to the value of the relative weighting function at point 1035.
  • the values of the relative weighting function 1025 are determined by the values of the relative weighting function 1025 at points 1040, 1045, and 1050, respectively.
  • the value of the relative weighting function 1025 is zero for all noise octaves above the center frequency 1030.
  • the noise octaves 1005, 1010, 1015, and 1020 are then combined according to their assigned weights.
  • the relative weighting function 1025 changes position to follow the center frequency 1030.
  • the weights associated with each noise octave change as the relative weighting function 1025 changes position.
  • the techniques described above for creating bandlimited noise octaves can be extended to combine attribute data sets from a variety of different sources.
  • the attribute data sets can define geometry, for example expressed as displacement maps; and color, lighting, and shading attributes, for example expressed as texture, light, and shadow maps.
  • the attribute data sets can be defined as the output of a procedure or defined explicitly, for example as an image created by an artist or other user.
  • FIG 11 illustrates a method 1100 for combining attribute data sets according to an embodiment of the invention.
  • Two or more attribute data sets to be combined are sent to method 1100.
  • Step 1105 transforms each attribute data set into a set of bandlimited octaves, using techniques described above with reference to method 400 or method 700. In a further embodiment, either of these methods can be used depending upon the type of attribute data set. For example, if the attribute data set is described as a function including noise or other data as its input, then method 700 can be applied in step 1105 to reduce processing time. As method 700 determines the value of bandlimited octaves of noise or other data on demand, portions of method 700 will be used to determine the value of the attribute data set in step 1125, discussed below.
  • Step 1110 selects one or more points at which to evaluate the combination of the attribute data sets.
  • step 1110 selects points specified by a renderer that is rendering all or a part of an object associated with the attribute data sets.
  • an output frequency band is specified.
  • the output frequency band is specified by a renderer based upon size of pixel or sub-pixel samples projected onto the attribute data sets at a given point. " When different points are rendered, or when the attribute data set changes position relative to the camera, the output frequency band will change accordingly.
  • Step 1120 selects the bandlimited octaves associated with each attribute data set, if any, that fall within the output frequency band.
  • an attribute data set may have no bandlimited octaves within the specified output frequency band. This may occur if an attribute data set specifies high frequency data that is above the output frequency band.
  • step 1125 determines the coordinates corresponding to the selected point and retrieves the value of the attribute data set at that point.
  • Step 1130 combines the value from each of the selected bandlimited octaves into one or more combined values, hi an embodiment, at least some of the attribute data sets associated with an object are combined according to a set of weights. Step 1130 combines the data from the selected bandlimited octaves in accordance with a set of weights associated with their corresponding attribute data sets. Because the data associated with each attribute data set may be represent different types of attributes, not all of the data is combined directly. For example, attribute data defining the geometry of an object would not be combined with attribute data representing color.
  • step 1130 can combine data from selected noise octaves of these attribute data sets according their associated weights.
  • Optional step 1135 determines if there are any additional points to be evaluated in the attribute data sets. If so, then method 1100 returns to step 1110 to select the next point.
  • Figure 12 illustrates a frequency spectrum 1200 of an example combination of attribute data sets according to an embodiment of the invention.
  • a texture map 1205, a displacement map 1210, a procedural texture 1215, and a noise function 1220 are associated with an object.
  • Each of these attribute data sets is defined as one or more bandlimited octaves.
  • texture 1205 is represented by octaves 1225 and 1230.
  • Displacement map 1210 is represented by octaves 1235, 1240, and 1245.
  • Method 1100 determines an output frequency band for one or more points of an object and selects only the octaves of attribute data within this band. As a result, the attribute data sets associated with objects are always sampled correctly, without any artifacts from over-sampling or under- sampling.
  • precomputed noise tiles can be used to decrease evaluation time.
  • One problem with using precomputed noise tiles is the appearance of regular patterns at tile boundaries.
  • the embodiments of figures 7 and 8 use out of phase combinations of noise tiles to hide these patterns.
  • noise tiles or other types of attribute data sets can be overlapped slightly and blended to hide tile boundaries.
  • Figure 13A illustrates an example 1300 of noise tiling according to an embodiment of the invention. In example 1300, three noise tile 1305, 1310, and 1315 arranged so that there is a slight overlap between the noise tiles. It should be noted that noise tiles 1305, 1310, and 1315 may be arranged either in a regular grid pattern or in an arbitrary and/or irregular positions.
  • Noise tiles 1305 and 1310 include an overlap region 1312.
  • noise tiles 1305 and 1315 include overlap region 1317
  • noise tiles 1310 and 1315 include overlap region 1319. It should be noted that overlap regions 1312, 1317, and 1319 do not have to be the same size.
  • Blending operations are performed in each overlap region to hide tile boundaries.
  • the values of noise tiles 1305 and 1310 are blended in overlap region 1312.
  • Embodiments of the invention can use any type of linear or non-linear blending technique to combine data from noise tiles in the overlap regions.
  • blending techniques scale each value of a tile based at least in part on its relative location within the tile and decrease smoothly toward zero at the tile boundary to hide the tile boundary.
  • the blending operation reduces the statistical variance of the combined noise data, which in itself makes the tile boundaries visible. This appears as reduced contrast in the overlap regions along noise tile boundaries. For example, if at a given location in the overlap region, the value from a first noise tile is scaled by a , the value from a second noise tile is scaled by 1 - a , and then scaled values are combined to create a blended noise value, the variance of blended noise value at this location of the overlap region is reduced by a factor of
  • An embodiment of the invention compensates for this reduced variance by scaling noise values in overlap regions by the inverse of the reduction in variance. For example, if two tiles overlap and the mean of noise values in noise tile is zero and if the noise value in an overlap region is scaled by a in one tile and by 1 - a in the other tile, then the noise value can be divided by the square root of a 2 + (l - of to compensate for the reduced variance. For non-zero mean noise values, the variance is adjusted by moving noise values in the overlap region closer to the mean by the square root of a 2 + (l - af
  • Noise tiles of two or more dimensions can be blended in a similar manner. Normally, the weights of noise values from any number of different noise tiles overlapping at a location will sum to one. However, as discussed above, this results in a noise variance reduction that is typically the sum of the squares of the noise tile values' weights used to determine the combined noise value at that location. To compensate for the reduction in variance, an embodiment divides each noise tile's weight by the square root of the noise variance reduction. After correcting for the variance reduction, the sum of the weights of noise values for different noise tiles will not equal one; however, the variance of the combined noise value will be the same as the variance of the noise tiles.
  • Noise values can be scaled by a and variance compensation values at the time when noise values from two or more noise tiles are combined, hi a further embodiment, if the pattern of tile overlaps are consistent so that a values for noise values in a noise tile are constant, then the noise values can be premultiplied by their appropriate variance compensation values and a values at the time of the noise tile is created, eliminating the need to perform this calculation later when noise tiles are combined.
  • Figure 13B illustrates a method 1350 of combining noise tiles.
  • Step 1355 generates one or more bandlimited noise tiles as described above.
  • Noise tiles can include bandlimited noise data in one, two, three, four, or more dimensions.
  • Step 1355 may create many different noise tiles that can be combined, hi an embodiment, step 1355 decreases memory requirements by only generating a single noise tile. To provide a variety of different noise patterns, step 1355 would typically use a set of different noise tiles selected with a hash function.
  • another embodiment creates variations of the single noise tile by permuting the indices of the noise tile (for example, swapping x, y, and z indices into a three-dimensional noise tile) and by stepping through the noise tile in forward or reverse order. From a single three-dimensional noise tile, step 1355 can derive 48 different variations of the noise tile. Ih another embodiment, techniques such as Wang tiles can tile space nonperiodically with fixed tile boundary pairs so the boundary matching can be precomputed.
  • Step 1360 selects two or more noise tiles (or variations of the same noise tile) to be combined. Step 1360 also determines the size and locations of overlap regions based on the positions of the noise tiles relative to each other.
  • Step 1365 corrects for the reduced variance in the overlap region caused by blending.
  • the reduction in variance for noise values can be determined by the value to be used in blending.
  • Step 1365 can then scale noise values to compensate for this reduction in variance.
  • Embodiments of the invention can scale noise values to compensate for reductions in variance at the time the noise tile is created or at the time the blending operation is performed.
  • Step 1370 then scales noise values according to their blending values and combines noise values from two or more noise tiles.
  • a renderer applies a filter kernel to turn a portion of a scene into a pixel value.
  • S(x) includes N(x), as defined above.
  • Tenderers approximate this integral using quadrature, such as the weighted sum of discrete values of the scene function.
  • N(x) the bandlimited noise function
  • noise function N(x) can be changed to N[X 0 ).
  • N ⁇ x q is a weighted average of N(x) in the
  • N ⁇ x q is equal to the bandlimited noise coefficients 1I 1 times the convolution of the renderer's filter kernel with the noise function's scaling basis function.
  • the noise function's scaling basis function and the renderer's filter kernel are both quadratic B-splines, then the result of this convolution will be a quintic function.
  • different functions will result.
  • the quintic function in the N[x q ) can be approximated by a widened version of the renderer's filter kernel function B(x) or the noise function's scaling basis function.
  • narrower versions of the quadratic B-spline basis function covering fewer noise coefficients can be used.
  • Figure 14A illustrates an example application of the evaluation of a bandlimited noise function according to an embodiment of the invention.
  • point 1405 is the point of evaluation for the bandlimited noise function.
  • a quadratic B-spline basis function 1410 is centered around point 1405.
  • Quadratic B-spline basis function 1410 can be similar to the basis function used to express the bandlimited noise function or different weights that provides higher order accuracy can be used, such as a Gaussian quadrature weights.
  • Basis function 1410 covers three noise coefficients, 1417, 1419, and 1421.
  • the value of the noise function at point 1405 is represented as the linear combination of noise coefficients 1417, 1419, and 1421, where each noise coefficient is scaled according to the value of the basis function 1410 at the location of the noise coefficient.
  • the value of the noise function at point 1405 is composed primarily of noise coefficient 1417, because the basis function 1410 is near its peak value at the location of noise coefficient 1417.
  • a widened version of a basis function can serve as a good approximation of the integral of a filter kernel applied to the noise function
  • a widened basis function 1415 centered at point 1405 is used to approximate the integral of the filter kernel applied to the noise function at point 1405.
  • widened basis function 1415 is a wider version of basis function 1410.
  • widened basis function 1415 is a wider version of a different type of basis function.
  • Widened basis function 1415 covers six noise coefficients.
  • the widened basis function 1415 also covers noise coefficients 1423, 1425, and 1427.
  • the value of the integral centered at point 1405 can be approximated by the linear combination of noise coefficients 1417, 1419, 1421, 1423, 1425, and 1427, with each noise coefficient weighted by the value of the widened basis function 1415 at the location of the noise coefficient.
  • the noise coefficients are part of an octave of bandlimited noise data
  • the contribution of other noise coefficients located outside of the widened basis function 1415 to the value of the filter kernel integral at point 1405 is negligible or zero.
  • the frequency spectrum of bandlimited noise data diminishes at the same or similar rate as the filter kernel, such that the bandlimited noise data is negligible or zero at the point of aliasing.
  • Figure 14B illustrates an example application of the evaluation of a bandlimited noise function according to an embodiment of the invention.
  • a two-dimensional set of noise coefficients 1450 is illustrated.
  • a point 1455 is selected as the point of evaluation.
  • the value of the noise function at point 1455 can be determined by applying a basis function in two dimensions, such as a quadratic B-spline basis function, centered around point 1455 to the set of noise coefficients 1450.
  • Boundary 1460 represents the boundary of a two-dimensional basis function similar to basis function 1410 discussed above, but extended to higher dimensions.
  • Boundary 1465 represents the boundary of a two- dimensional widened basis function similar to basis function 1415 discussed above, but extended to higher dimensions.
  • noise functions are used as input data for creating procedural data sets.
  • a three-dimensional set of noise data is used to create a procedural texture map for a three-dimensional volume, such as a cloud.
  • the set of noise data is sliced or divided into a lower dimensional set of noise data.
  • a two-dimensional plane or slice of noise data may be extracted from a three or more dimensional set of noise.
  • Figure 15A illustrates an example noise set 1500 of three dimensions from which a two-dimensional slice 1505 of noise data is extracted.
  • the two-dimensional slice 1505 can be used as input data for creating procedural data sets, such as procedurally generated texture maps.
  • the two-dimensional slice 1505 is coincident with a surface of a three-dimensional model to which the procedural data set will be applied.
  • bandlimited noise sets are useful in preventing aliasing or blurring artifacts. Unfortunately, it has been observed that a lower-dimensional slice of noise data extracted from a higher dimensional set of bandlimited noise data is not bandlimited.
  • example noise set 1500 is a bandlimited noise set, created as described above, two- dimensional slice 1505 will not be bandlimited.
  • Figure 15B illustrates the reason why slices of bandlimited noise data are not bandlimited as well.
  • Figure 15B illustrates the Fourier transform 1525 of an example bandlimited noise set. For clarity, this example is for a one-dimensional slice through two- dimensional data.
  • Fourier transform 1525 illustrates the frequency components of the bandlimited noise set in the X direction 1527 and the Y direction 1529.
  • the darker regions indicate greater magnitudes for frequency components while the white regions indicate a zero or negligible magnitude for frequency components.
  • the center region 1530 has almost no spectral energy.
  • Figure 15B also illustrates the Fourier transform of a slice 1540 of the bandlimited noise set, analogous to as slice 1505 discussed above. According to the Fourier slice theorem, the value of any point of the Fourier transform of the slice 1540 is equal to the integral of the noise set on a line perpendicular to the slice and passing through the point.
  • the value of the Fourier transform of the slice 1540 at point P 1545 is equal to the integral of the Fourier transform of the noise set 1525 along line 1550. If slice 1540 were bandlimited, then the value of its Fourier transform at point P 1545, which lies in region 1530, would be zero. However, according to the Fourier slice theorem, the value of the Fourier transform of slice 1540 at point P 1545 is the integral of the Fourier transform of the bandlimited noise set 1525 along line 1550.
  • Line 1550 includes segment 1555, in which the value of Fourier transform 1525 is equal to zero. Unfortunately, line 1550 also includes two segments, 1560 and 1565, in which the value of Fourier transform 1525 is not zero.
  • Embodiments of the invention exploit the orthogonality property of the wavelet noise to create bandlimited slices of noise data from higher dimensional bandlimited noise sets.
  • the projection of noise data from a bandlimited noise set onto the basis functions of a lower dimensional slice is equivalent to performing a (B-A) dimensional area integral orthogonal to the slice, where the integrand is the noise data weighted by a scaling function, ⁇ (z), centered at the point of intersection.
  • the (B-A) dimensional area can be integrated as a sequence of line integrals or other lower dimensional area integrations.
  • the scaling function ⁇ z) can be a piecewise constant scaling functions, such as Haar basis functions; piecewise polynomial scaling functions, such as uniform B-spline basis functions of any degree; bandlimited scaling functions, such as sine functions; and Daubeschies scaling functions.
  • the value of the integral used for projection of noise data onto a lower dimensional slice can be approximated using the quadrature techniques discussed above, hi this application, the integral of the bandlimited noise function times the scaling function ⁇ z) can be approximated as the sum of the bandlimited noise function times the convolution of the noise function's scaling basis function with itself.
  • this convolution results in a quintic function
  • the quintic function can be approximated as a widened version of the quadratic B-spline scaling basis function, similar to that described in figures 14A and 14B.
  • the integral is approximated using a widened quadratic B-spline basis function as the filter kernel in the normal direction of the slice.
  • the widened quadratic B-spline basis function has twice the width of the unwidened version
  • the filter kernel in the tangent direction of the slice is unchanged in form and characteristics used to evaluate the bandlimited noise function.
  • the renderer's filter kernel can be used to evaluate the noise function in the tangent direction, hi
  • FIG. 16 illustrates a bandlimited noise set 1600 including discrete noise coefficients and a slice 1605 to be extracted. The value of the noise slice 1605 at point P 1610 is determined using a projection of the noise data onto the basis functions of the lower- dimensional slice, as described above.
  • the value of this projection at point P 1610 is determined from the linear combination of noise coefficients near point P 1610 that are weighted by the value of filter kernel 1620 at the location of each noise coefficient
  • the filter kernel 1620 is composed of a quadratic B-spline basis function of usual width in the tangent direction 1625 and a quadratic B-spline basis function of double width in the normal direction 1630.
  • interpolation of the filter kernel is used to define a weight to be applied to the noise coefficient value.
  • the projection of noise data onto a slice may be axis-aligned.
  • a common application of this axis-aligned projection is the projection of a four dimensional bandlimited noise set (indexed by x,y,z, and time) onto a three dimensional slice (x,y,z).
  • the projection is aligned with the time axis, hi other applications, such as the above example, the projection may not be axis-aligned.
  • the deviation from orthogonality is often negligible.
  • the normal and tangent vectors of a point in a slice of noise data may be derived from derivatives of an associated surface, hi other applications, normal and tangent vectors can be assigned to a point in a slice of noise data using other techniques, such as when the point is not associated with a differentiable surface.
  • noise functions can be incorporated into any rendering technique, for example ray-tracing or scanline rendering, to create one or more images or frames using noise functions in combination with models, lighting, shading, texture mapping, and any other image processing information.
  • any rendering technique for example ray-tracing or scanline rendering
  • the above described noise functions can be created and utilized in functions and programs implemented in any type of general purpose programming language, such as C, as well as rendering and shading specific languages, such as the Renderman shading language.

Abstract

Selon l'invention, des tranches de N dimensions peuvent être extraites à partir de séries de données limitées à des bandes de M dimensions. N représente une quelconque valeur arbitraire inférieure à N. Une valeur d'une tranche est définie par une évaluation d'un nombre entier de la série de données limitées à des bandes pondérées par une fonction de mise à l'échelle de filtre orientée le long de la perpendiculaire de la tranche. En raison des propriétés de la série de données limitées à des bandes, la tranche est limitée à des bandes, également, dans N dimensions. Ladite fonction de mise à l'échelle de filtre permet de diminuer au moins sensiblement le même taux comme la fréquence de crénelage de la série de données limitées à des bandes dans le direction perpendiculaire. La convolution d'une fonction de base de mise à l'échelle utilisée pour construire les données limitées à des bandes définit la fonction de mise à l'échelle du filtre. Une fonction de base de mise à l'échelle élargie dans la direction de la perpendiculaire peut s'approcher de la fonction de mise à l'échelle du filtre dans certains cas. Une quadrature peut s'approcher de la valeur du nombre entier. Des tranches peuvent ou non être alignées à l'axe.
PCT/US2006/015197 2005-04-21 2006-04-21 Tranchage de texture limite a des bandes pour infographie WO2006116154A2 (fr)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US67593205P 2005-04-21 2005-04-21
US60/675,932 2005-04-21

Publications (2)

Publication Number Publication Date
WO2006116154A2 true WO2006116154A2 (fr) 2006-11-02
WO2006116154A3 WO2006116154A3 (fr) 2007-12-13

Family

ID=37215317

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/US2006/015197 WO2006116154A2 (fr) 2005-04-21 2006-04-21 Tranchage de texture limite a des bandes pour infographie

Country Status (1)

Country Link
WO (1) WO2006116154A2 (fr)

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20030182246A1 (en) * 1999-12-10 2003-09-25 Johnson William Nevil Heaton Applications of fractal and/or chaotic techniques

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20030182246A1 (en) * 1999-12-10 2003-09-25 Johnson William Nevil Heaton Applications of fractal and/or chaotic techniques

Also Published As

Publication number Publication date
WO2006116154A3 (fr) 2007-12-13

Similar Documents

Publication Publication Date Title
US7692661B2 (en) Method of creating and evaluating bandlimited noise for computer graphics
US7679618B2 (en) Bandlimited texture slicing for computer graphics
Cook et al. Wavelet noise
Lewis Algorithms for solid noise synthesis
CA2297916C (fr) Application de texture dans les graphiques informatiques tridimensionnels
Donnelly et al. Variance shadow maps
JP4209133B2 (ja) 1組の離散したサンプル点から画像を生成するための方法及びシステム
US6788304B1 (en) Method and system for antialiased procedural solid texturing
US20060109277A1 (en) Efficient bump mapping using height maps
JPH0778267A (ja) 陰影を表示する方法及びコンピュータ制御表示システム
Vaidyanathan et al. Layered light field reconstruction for defocus blur
JP5199424B2 (ja) ランク−1格子による画像合成
Kang et al. Terrain rendering with unlimited detail and resolution
Breslav et al. Dynamic 2D patterns for shading 3D scenes
US7689057B2 (en) Method of bandlimiting data for computer graphics
Guenter et al. Quadrature prefiltering for high quality antialiasing
Snydre et al. Fast soft self‐shadowing on dynamic height fields
WO2006116154A2 (fr) Tranchage de texture limite a des bandes pour infographie
Manson et al. Analytic rasterization of curves with polynomial filters
US8358867B1 (en) Painterly filtering
Fajardo et al. Stochastic Texture Filtering
US6677947B2 (en) Incremental frustum-cache acceleration of line integrals for volume rendering
WO1999063489A1 (fr) Procede et systeme pour apposition de textures 3d traitees par lissage anti-alias
US20230298212A1 (en) Locking mechanism for image classification
US20230298133A1 (en) Super resolution upscaling

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application
NENP Non-entry into the national phase in:

Ref country code: DE

NENP Non-entry into the national phase in:

Ref country code: RU

122 Ep: pct application non-entry in european phase

Ref document number: 06751049

Country of ref document: EP

Kind code of ref document: A2