WO1996003717A1 - Method and system for the placement of texture on three-dimensional objects - Google Patents

Method and system for the placement of texture on three-dimensional objects Download PDF

Info

Publication number
WO1996003717A1
WO1996003717A1 PCT/US1995/009209 US9509209W WO9603717A1 WO 1996003717 A1 WO1996003717 A1 WO 1996003717A1 US 9509209 W US9509209 W US 9509209W WO 9603717 A1 WO9603717 A1 WO 9603717A1
Authority
WO
WIPO (PCT)
Prior art keywords
texture image
image
texture
geometric
display
Prior art date
Application number
PCT/US1995/009209
Other languages
French (fr)
Inventor
Peter C. Litwinowicz
Original Assignee
Apple Computer, Inc.
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 Apple Computer, Inc. filed Critical Apple Computer, Inc.
Priority to AU31392/95A priority Critical patent/AU3139295A/en
Publication of WO1996003717A1 publication Critical patent/WO1996003717A1/en

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T15/003D [Three Dimensional] image rendering
    • G06T15/04Texture mapping

Definitions

  • the present invention is directed to the computer generation of images, and more particularly to the placement of texture on three-dimensional objects.
  • texture on three-dimensional objects it is desirable to place texture on three-dimensional objects, to enhance surface detail.
  • a map of the world can be placed on a sphere.
  • the placement of texture from a two dimensional image onto a three-dimensional object involves mapping appearance values from the image to corresponding locations on the surface of the object.
  • the appearance values represent color, although they can also pertain to other visual aspects, for example surface perturbations such as bumps or the like.
  • the mapping of the appearance values can be carried out in a straightforward manner and produce an acceptable result.
  • a direct mapping from the texture image onto the surface of the object may not result in the desired effect.
  • the texture image must be revised to fit onto the model.
  • the texture image is globally manipulated by applying user-designated offsets, rotation and scaling. Examples of this approach are described in Rogers, D. , Procedural Elements for Computer Graphics.
  • texture can be painted directly onto the surface of the three-dimensional object.
  • An example of this approach is described in P. Hanrahan et al, "Direct WYSIWYG Painting and Texturing on 3D Shapes", Computer Graphics. Vol. 24, No. 4, August 1990, pp. 215-223. While this technique is useful, it requires painting skills on the part of the user. Furthermore, it does not facilitate the application of pre-existing textures to a new model.
  • image warping or "morphing” techniques are employed by a user to locally deform an image on a three- dimensional object, and thereby align features in a texture image with geometric features of the object.
  • an affine transformation can be first applied to the texture map to provide a rough fit of the texture map to the geometric model.
  • the transformed texture image is placed on the geometric model and the user then designates corresponding portions of the texture image and the geometric model. Once the designations have been completed, the transformed texture image is warped into a final, deformed image, which is then mapped onto the three-dimensional object.
  • the user can apply pre-existing images to three- dimensional models, without being required to repaint any portion of the image.
  • the user is not required to work on an untextured object to do so. Rather, the interaction between the user and the image is carried out by dragging texture in an interactive fashion.
  • Figure 1 is a block diagram for a general computer system of the type in which the present invention can be implemented;
  • Figure 2 is an illustration of a three-dimensional object;
  • Figure 3 is an illustration of a texture image, comprising a picture of an animal
  • Figure 4 is another illustration of the three-dimensional object, with a UV parameterization grid overlaid on its surface;
  • Figure 5 is the UV parameterization grid for the texture image;
  • Figure 6 is an illustration of a direct mapping of the texture image of Figure 3 onto the object of Figure 2;
  • Figure 7 is an illustration of an affine transformed version of the texture image of Figure 3 mapped onto the surface of the three-dimensional object
  • Figure 8 is another illustration of the texture image of Figure 3, showing user-designated feature points
  • Figure 9 is an illustration of the corresponding feature points on the three-dimensional surface
  • Figure 10 is an illustration of the warped texture image
  • Figure 11 is an illustration of the warped texture image as mapped onto the three-dimensional surface
  • Figures 12a-12d are illustrations of the steps in a warping technique based upon Delaunay triangulation.
  • the present invention is directed to the generation of images in a computer, for display on a display device, such as a monitor, and/or printing in a document. While the particular hardware components of a computer system do not form a part of the invention itself, they are briefly described herein to provide a thorough understanding of the manner in which the features of the invention cooperate with the components of a computer system to produce the desired results.
  • the computer system includes a computer 10 having a variety of external peripheral devices 12 connected thereto.
  • the computer 10 includes a central processing unit 14 and associated memory.
  • This memory generally includes a main memory which is typically implemented in the form of a random access memory 16, a static memory that can comprise a read only memory 18, and a permanent storage device, such as a magnetic or optical disk 20.
  • the CPU 14 communicates with each of these forms of memory through an internal bus 22.
  • the peripheral devices 12 include a data entry device such as a keyboard 24, and a pointing or cursor control device 26 such as a mouse, trackball, pen or the like.
  • a display device 28 such as a CRT monitor or an LCD screen, provides a visual display of the information that is being processed within the computer, for example the contents of a document or a computer-generated image. A hard copy of this information can be provided through a printer 30, or similar such device.
  • Each of these external peripheral devices communicates with the CPU 14 by means of one or more input/output ports 32 on the computer.
  • a texture image of a cat's face is placed on a three- dimensional model of a cat's head.
  • An example of a suitable three-dimensional model is depicted in Figure 2, and the two-dimensional texture image is shown in Figure 3.
  • the texture image of Figure 3 is a scanned photograph. It will be appreciated, however, that images derived from other suitable sources, such as those generated with painting and drawing programs, can also be used.
  • Each of the three-dimensional surface and the texture image can be characterized by UV parameters. In essence, locations on the three-dimensional surface and within the texture image are specified according to their position in a UV coordinate space.
  • Figure 4 illustrates the three-dimensional object of Figure 2 with a UV coordinate grid overlaid on its surface.
  • Figure 5 illustrates the UV coordinate grid for the texture image of Figure 3.
  • Each location on the surface of the three-dimensional object and in the texture image can be represented by three parameters, namely its U coordinate, its V coordinate and a display value.
  • its display value can be an illumination brightness that represents the light and shaded portions of the surface, as determined by a light source located at an arbitrary position. If it is assumed that the light source remains fixed relative to the object, these values can be precomputed and stored in a buffer contained within the memory 16 of the computer system.
  • the display values can represent texture color or other texture parameters, such as displacement vectors or normal surface perturbations. In the following description, only color will be referred to as the display value, although it will be appreciated that other characteristics can be taken into account as well. Again, these display values can be stored in a memory buffer, along with the associated U and V coordinate values.
  • the display value e.g. color
  • the display value for each U,V location in the texture image is mapped to a corresponding U,V location in the coordinate space of the three-dimensional model.
  • the resulting display value is determined by multiplying the illumination brightness for the object surface by the texture color for the texture image.
  • These values are used to control the individual pixels in a display device, e.g., the computer monitor 28, for display of the resulting image.
  • Figure 6 illustrates the result of a direct one-to-one mapping of the texture image of Figure 3 onto the surface model of Figure 2. As can be seen, the image of the cat's face does not fit properly on the model. This is due to the fact that the texture image, i.e.
  • an affine transformation can be applied to the texture image.
  • an affine transformation comprises any combination of rotation, scaling and translation of the texture image.
  • the user can place the texture image on the object and interactively designate the appropriate scaling, rotation and translation that cause the desired portion of the texture image to fit into the corresponding portion of the object, as described in the previously cited reference by D. Rogers.
  • the position of the cat's nose could be moved to the left, until it coincided with that of the object.
  • the shapes of the ears could be changed with the painting program.
  • the need for painting to align features of the texture image with those on the three-dimensional surface can be avoided, by using image warping techniques of the type conventionally applied to two-dimensional images.
  • the user designates feature on the original texture image. This can be done with the cursor control device 26 while the image is displayed on the monitor 28.
  • the feature points could comprise the corners of the eyes and mouth, the edges of the ears, and the centers of the nose and forehead.
  • Corresponding feature points are also designated in the coordinate space for the three-dimensional surface, as shown in Figure 9.
  • the texture image and the three-dimensional object are shown side-by-side on the display monitor, to facilitate the user's designation of corresponding features on each.
  • the object is shown with the af fine- transformed texture image displayed on its surface while the user designates points on the object. If the texture image obscures features on the object, however, it may be desirable to designate the points on the object without the image being displayed thereon.
  • the user can be provided with an option to toggle between the two views, namely the object with the texture image on its surface and without the texture image. Such toggling can be carried out through actuation of a designated key on the keyboard 24, for example.
  • the designated points on the three-dimensional object represent the amount of displacement that is needed for the corresponding points in the texture image.
  • the user might designate U,V position (1,1) on the texture image, and location (2,3) on the three-dimensional object. These designations indicate that the display value at position (1,1) in the texture image must be displaced one unit in the U direction and two units in the V direction.
  • the corresponding points are designated on both the texture image and the three-dimensional surface in this manner, the original texture image is warped.
  • the designated points on the texture image comprise source locations, and the corresponding designated points on the object form the respective destination locations.
  • the warped two-dimensional image for the examples of Figures 2 and 3 is illustrated in Figure 10.
  • This warped image can be mapped onto the surface of the three-dimensional object, with the final result as depicted in Figure 11.
  • the texture image is warped as each pair of corresponding points is respectively designated on the image and the object. In this manner, the user is provided instantaneous, interactive feedback for each designation as it occurs.
  • Delaunay triangulation can be used to interpolate the displacement of the pixels within the image.
  • FIGs. 12a-12d An example of this type of interpolation is illustrated with reference to Figs. 12a-12d.
  • Figure 12a illustrates a picture of a checkerboard, which defines a texture pattern. Six feature points are defined on this pattern, namely the four corners and two points within the checkerboard, respectively depicted by white and black dots.
  • the Delaunay triangulation can be calculated for these six feature points, and is illustrated in Figure 12b. Reference is made to F. Preparata et al, "Computational Geometry, an Introduction", Springer Verlag, 1985, for a description of the manner in which the Delaunay triangulation is calculated.
  • the user can specify that the two internal feature points be moved, as indicated by the arrows in Figure 12a. Their destination positions are depicted in Figure 12c.
  • the image is then warped using Delaunay triangulation, for example, as described in Wolberg, G., Digital Image Warping. 1990, IEEE Computer Society Press.
  • the resulting warped image is depicted in Figure 12d.
  • the Delaunay triangulation provides a rather simple interpolate for the wa ⁇ ing technique. As such, it may be suitable for systems where the available processing power is limited. In other environments, where more computing power is available, it may be desirable to use other wa ⁇ ing techniques which provide a smoother result. Examples of smoother wa ⁇ ing techniques are described in the foregoing article by G. Wolberg, as well as in Litwinowicz, P. et al, "Animating Images With Drawings", SIGGRAPH 94 Proceedings.
  • a combination of UV image buffering and image deformation make it possible to wa ⁇ a texture image directly onto the surface of a three-dimensional object.
  • the user first designates a feature on the texture image.
  • the user designates a corresponding feature on the object itself, rather than moving the feature in the image plane as in traditional wa ⁇ ing applications.
  • the displacement coordinate for the corresponding feature in the texture image is determined, and the image is wa ⁇ ed before being mapped onto the object.
  • the user can drag a feature around on the surface of the object, and see the resulting texture mapped onto the object at interactive speeds.

Abstract

Morphing techniques are employed to enable a user to locally deform a texture image on a three-dimensional object, and thereby align image features in a texture map with geometric features of the object. An affine transformation can be applied to the texture map to provide a rough fit of the texture image to the geometric model. The transformed texture image is placed on the geometric model and the user designates corresponding features on the texture image and the geometric model. Once the designations have been completed, the texture image is warped into a final, deformed image, which is then mapped onto the three-dimensional object. With this approach, the user can apply pre-existing images to three-dimensional models, without being required to repaint any portion of the image.

Description

METHOD AND SYSTEM FOR THE PLACEMENT OF TEXTURE ON THREE-DIMENSIONAL OBJECTS
BACKGROUND OF THE INVENTION
The present invention is directed to the computer generation of images, and more particularly to the placement of texture on three-dimensional objects. In the generation of images on a computer, it is desirable to place texture on three-dimensional objects, to enhance surface detail. For example, to generate an image of a globe, a map of the world can be placed on a sphere. Similarly, it may be desirable to place a two-dimensional image of a person from a scanned photograph onto a three-dimensional model of a human head. Generally speaking, the placement of texture from a two dimensional image onto a three-dimensional object involves mapping appearance values from the image to corresponding locations on the surface of the object. Typically, the appearance values represent color, although they can also pertain to other visual aspects, for example surface perturbations such as bumps or the like. If the texture image is specifically designed for the object, the mapping of the appearance values can be carried out in a straightforward manner and produce an acceptable result. Where the texture image and the three-dimensional object are created independently of one another, however, a direct mapping from the texture image onto the surface of the object may not result in the desired effect. For example, if a scanned photograph of an animal is mapped onto a three- dimensional model of that animal, the size and/or orientation of the animal in the photograph may not correspond with those of the model. In such a case, the texture image must be revised to fit onto the model. In one approach to this problem, the texture image is globally manipulated by applying user-designated offsets, rotation and scaling. Examples of this approach are described in Rogers, D. , Procedural Elements for Computer Graphics. McGraw Hill Book Co., 1985, Section 5-11, pp. 354- 355. The purpose of this global manipulation is to resize and reorient the texture image to provide a good fit with the surface of the model. The manipulated texture image is then applied to the three-dimensional model. This approach does not assure that all of the features in the texture image will be aligned with corresponding features on the three-dimensional model, however. For example, if a texture image of a person's face is manipulated so that, overall, the face fits onto a three-dimensional mask, individual features of the face, such as the eyes or the mouth, may not line up exactly with corresponding features on the mask. In such a case, the user may be required to manually repaint portions of the texture image, until the features match. This painting of the image is carried out in a separate two-dimensional window, rather than on the three-dimensional object itself. As a result, this procedure can be tedious, since the changes that need to be made are not always apparent to the user.
In an alternative approach, texture can be painted directly onto the surface of the three-dimensional object. An example of this approach is described in P. Hanrahan et al, "Direct WYSIWYG Painting and Texturing on 3D Shapes", Computer Graphics. Vol. 24, No. 4, August 1990, pp. 215-223. While this technique is useful, it requires painting skills on the part of the user. Furthermore, it does not facilitate the application of pre-existing textures to a new model.
Accordingly, it is desirable to provide a technique which allows users to apply previously scanned or painted images to three-dimensional models, without the need to repaint any portion of the image to align particular features in the texture and the model.
BRIEF STATEMENT OF THE INVENTION
In accordance with the present invention, image warping or "morphing" techniques are employed by a user to locally deform an image on a three- dimensional object, and thereby align features in a texture image with geometric features of the object. In the implementation of the invention, an affine transformation can be first applied to the texture map to provide a rough fit of the texture map to the geometric model. The transformed texture image is placed on the geometric model and the user then designates corresponding portions of the texture image and the geometric model. Once the designations have been completed, the transformed texture image is warped into a final, deformed image, which is then mapped onto the three-dimensional object.
With this approach, the user can apply pre-existing images to three- dimensional models, without being required to repaint any portion of the image. The user is not required to work on an untextured object to do so. Rather, the interaction between the user and the image is carried out by dragging texture in an interactive fashion.
Further features of the invention, as well as the advantages offered thereby, are explained in detail hereinafter with reference to specific embodiments of the invention illustrated in the accompanying drawings.
BRIEF DESCRIPTION OF THE DRAWINGS
Figure 1 is a block diagram for a general computer system of the type in which the present invention can be implemented; Figure 2 is an illustration of a three-dimensional object;
Figure 3 is an illustration of a texture image, comprising a picture of an animal;
Figure 4 is another illustration of the three-dimensional object, with a UV parameterization grid overlaid on its surface; Figure 5 is the UV parameterization grid for the texture image;
Figure 6 is an illustration of a direct mapping of the texture image of Figure 3 onto the object of Figure 2;
Figure 7 is an illustration of an affine transformed version of the texture image of Figure 3 mapped onto the surface of the three-dimensional object; Figure 8 is another illustration of the texture image of Figure 3, showing user-designated feature points;
Figure 9 is an illustration of the corresponding feature points on the three-dimensional surface;
Figure 10 is an illustration of the warped texture image; Figure 11 is an illustration of the warped texture image as mapped onto the three-dimensional surface; and
Figures 12a-12d are illustrations of the steps in a warping technique based upon Delaunay triangulation.
DETAILED DESCRIPTION
The present invention is directed to the generation of images in a computer, for display on a display device, such as a monitor, and/or printing in a document. While the particular hardware components of a computer system do not form a part of the invention itself, they are briefly described herein to provide a thorough understanding of the manner in which the features of the invention cooperate with the components of a computer system to produce the desired results.
Referring to Figure 1, the computer system includes a computer 10 having a variety of external peripheral devices 12 connected thereto. The computer 10 includes a central processing unit 14 and associated memory. This memory generally includes a main memory which is typically implemented in the form of a random access memory 16, a static memory that can comprise a read only memory 18, and a permanent storage device, such as a magnetic or optical disk 20. The CPU 14 communicates with each of these forms of memory through an internal bus 22. The peripheral devices 12 include a data entry device such as a keyboard 24, and a pointing or cursor control device 26 such as a mouse, trackball, pen or the like. A display device 28, such as a CRT monitor or an LCD screen, provides a visual display of the information that is being processed within the computer, for example the contents of a document or a computer-generated image. A hard copy of this information can be provided through a printer 30, or similar such device. Each of these external peripheral devices communicates with the CPU 14 by means of one or more input/output ports 32 on the computer.
To facilitate an understanding of the principles which underlie the present invention, it will be described hereinafter with reference to a particular example in which a texture image of a cat's face is placed on a three- dimensional model of a cat's head. An example of a suitable three-dimensional model is depicted in Figure 2, and the two-dimensional texture image is shown in Figure 3. In this particular example, the texture image of Figure 3 is a scanned photograph. It will be appreciated, however, that images derived from other suitable sources, such as those generated with painting and drawing programs, can also be used.
Each of the three-dimensional surface and the texture image can be characterized by UV parameters. In essence, locations on the three-dimensional surface and within the texture image are specified according to their position in a UV coordinate space. Figure 4 illustrates the three-dimensional object of Figure 2 with a UV coordinate grid overlaid on its surface. Figure 5 illustrates the UV coordinate grid for the texture image of Figure 3. Each location on the surface of the three-dimensional object and in the texture image can be represented by three parameters, namely its U coordinate, its V coordinate and a display value. For the three-dimensional object, its display value can be an illumination brightness that represents the light and shaded portions of the surface, as determined by a light source located at an arbitrary position. If it is assumed that the light source remains fixed relative to the object, these values can be precomputed and stored in a buffer contained within the memory 16 of the computer system.
For the texture image, the display values can represent texture color or other texture parameters, such as displacement vectors or normal surface perturbations. In the following description, only color will be referred to as the display value, although it will be appreciated that other characteristics can be taken into account as well. Again, these display values can be stored in a memory buffer, along with the associated U and V coordinate values.
To apply the texture image to the three-dimensional surface, the display value, e.g. color, for each U,V location in the texture image is mapped to a corresponding U,V location in the coordinate space of the three-dimensional model. The resulting display value is determined by multiplying the illumination brightness for the object surface by the texture color for the texture image. These values are used to control the individual pixels in a display device, e.g., the computer monitor 28, for display of the resulting image. Figure 6 illustrates the result of a direct one-to-one mapping of the texture image of Figure 3 onto the surface model of Figure 2. As can be seen, the image of the cat's face does not fit properly on the model. This is due to the fact that the texture image, i.e. the photograph of the cat, was created independently of the three-dimensional model. To correct for differences in the size and/or shape of the texture image relative to the geometric model in this type of situation, an affine transformation can be applied to the texture image. In essence, an affine transformation comprises any combination of rotation, scaling and translation of the texture image. In the specific example illustrated in Figs. 2 and 3, it is desirable to enlarge and rotate the image so that the area of the face corresponds to the size and position of the object. To do so, the user can place the texture image on the object and interactively designate the appropriate scaling, rotation and translation that cause the desired portion of the texture image to fit into the corresponding portion of the object, as described in the previously cited reference by D. Rogers.
When this transformed image is applied to the three-dimensional model, the results are as shown in Figure 7. As can be seen therefrom, the overall size and orientation of the texture image corresponds to that of the three- dimensional model. However, individual features within the image do not match the corresponding features in the model. For example, the cat's nose is not shown at the proper location on the object. Similarly, the shapes of the ears do not match those on the object.
In the past, in order to correct for misalignment between the texture image and the three-dimensional surface, it was necessary to repaint portions of the texture image. For example, using a painting program, the position of the cat's nose could be moved to the left, until it coincided with that of the object. Similarly, the shapes of the ears could be changed with the painting program. In accordance with the present invention, however, the need for painting to align features of the texture image with those on the three-dimensional surface can be avoided, by using image warping techniques of the type conventionally applied to two-dimensional images. To do so in the context of the invention, the user designates feature on the original texture image. This can be done with the cursor control device 26 while the image is displayed on the monitor 28. These features can be defined by individual points, lines, splines or regions of the texture image. In the following description, features are designated by points, although it will be appreciated that other delineations of the image can be employed for the same purpose.
Representative feature points for the texture image are illustrated in Figure 8. For example, the feature points could comprise the corners of the eyes and mouth, the edges of the ears, and the centers of the nose and forehead. Corresponding feature points are also designated in the coordinate space for the three-dimensional surface, as shown in Figure 9. Preferably, the texture image and the three-dimensional object are shown side-by-side on the display monitor, to facilitate the user's designation of corresponding features on each. In the example of Figure 9, the object is shown with the af fine- transformed texture image displayed on its surface while the user designates points on the object. If the texture image obscures features on the object, however, it may be desirable to designate the points on the object without the image being displayed thereon. Most preferably, the user can be provided with an option to toggle between the two views, namely the object with the texture image on its surface and without the texture image. Such toggling can be carried out through actuation of a designated key on the keyboard 24, for example.
The designated points on the three-dimensional object represent the amount of displacement that is needed for the corresponding points in the texture image. For example, the user might designate U,V position (1,1) on the texture image, and location (2,3) on the three-dimensional object. These designations indicate that the display value at position (1,1) in the texture image must be displaced one unit in the U direction and two units in the V direction. After the corresponding points are designated on both the texture image and the three-dimensional surface in this manner, the original texture image is warped. In the warping process, the designated points on the texture image comprise source locations, and the corresponding designated points on the object form the respective destination locations. The warped two-dimensional image for the examples of Figures 2 and 3 is illustrated in Figure 10. This warped image can be mapped onto the surface of the three-dimensional object, with the final result as depicted in Figure 11. Preferably, the texture image is warped as each pair of corresponding points is respectively designated on the image and the object. In this manner, the user is provided instantaneous, interactive feedback for each designation as it occurs.
Any suitable warping technique can be employed to conform the texture image to the three-dimensional surface. In one implementation of the invention, Delaunay triangulation can be used to interpolate the displacement of the pixels within the image. An example of this type of interpolation is illustrated with reference to Figs. 12a-12d. Figure 12a illustrates a picture of a checkerboard, which defines a texture pattern. Six feature points are defined on this pattern, namely the four corners and two points within the checkerboard, respectively depicted by white and black dots. The Delaunay triangulation can be calculated for these six feature points, and is illustrated in Figure 12b. Reference is made to F. Preparata et al, "Computational Geometry, an Introduction", Springer Verlag, 1985, for a description of the manner in which the Delaunay triangulation is calculated.
The user can specify that the two internal feature points be moved, as indicated by the arrows in Figure 12a. Their destination positions are depicted in Figure 12c. The image is then warped using Delaunay triangulation, for example, as described in Wolberg, G., Digital Image Warping. 1990, IEEE Computer Society Press. The resulting warped image is depicted in Figure 12d. The Delaunay triangulation provides a rather simple interpolate for the waφing technique. As such, it may be suitable for systems where the available processing power is limited. In other environments, where more computing power is available, it may be desirable to use other waφing techniques which provide a smoother result. Examples of smoother waφing techniques are described in the foregoing article by G. Wolberg, as well as in Litwinowicz, P. et al, "Animating Images With Drawings", SIGGRAPH 94 Proceedings.
From the foregoing, it can be seen that a combination of UV image buffering and image deformation make it possible to waφ a texture image directly onto the surface of a three-dimensional object. In practice, the user first designates a feature on the texture image. The user then designates a corresponding feature on the object itself, rather than moving the feature in the image plane as in traditional waφing applications. When the user designates the feature on the object, the displacement coordinate for the corresponding feature in the texture image is determined, and the image is waφed before being mapped onto the object. In practice, the user can drag a feature around on the surface of the object, and see the resulting texture mapped onto the object at interactive speeds.
It will be appreciated by those of ordinary skill in the art that the present invention can be embodied in other forms without departing from the spirit or essential characteristics thereof. For example, waφing techniques other than the Delaunay triangulation approach described above can be employed. Similarly, it is not necessary to apply an affine transformation to the texture image prior to waφing. Rather, the user can designate corresponding features along the edge of the image and the boundary of the object, for example, to provide an initial fit of the image on the object. The scope of the invention, therefore, is indicated by the appended claims, rather than the foregoing description, and all changes and equivalents that come within their scope are intended to embraced therein.

Claims

WHAT IS CLAIMED IS:
1. A method for interactively placing texture on a geometric surface, comprising the steps of: defining a texture image and a geometric surface each within a respective coordinate space; designating corresponding features on each of the texture image and the geometric surface; waφing the texture image so that the designated features on the image are located at the same positions within the coordinate space of the image as the corresponding designated features are located in the coordinate space for the geometric surface; mapping the waφed texture image onto the geometric surface; and controlling a display device in accordance with the mapped image to display a resulting three-dimensional image.
2. The method of claim 1 wherein each coordinate point within the geometric surface has an illumination value and each coordinate point within the texture image has a display value, and wherein said step of mapping comprises multiplying the display value for a coordinate point of the texture image by the illumination value for the corresponding coordinate point of the geometric surface.
3. The method of claim 2 wherein said display value represents color.
4. The method of claim 2 wherein said display value represents a displacement vector.
5. The method of claim 2 wherein said display value represents a normal surface perturbation.
6. The method of claim 1 wherein said waφing step employs Delaunay triangulation to inteφolate displacements between corresponding designated points on the texture image and the geometric surface.
7. The method of claim 1 further including the step of globally transforming the texture image to fit it to the geometric surface prior to designating the corresponding features on the texture image and the geometric surface.
8. The method of claim 1 wherein said designated features comprise points on the texture image and the object.
9. The method of claim 1 wherein said designated features comprise lines on the texture image and the object.
10. The method of claim 1 wherein said designated features comprise regions of the texture image and the object.
11. A system for generating an image composed of texture placed on the surface of a geometric object, comprising: means for storing a parametric representation of the geometric object; means for storing a parametric representation of a texture image; means for designating corresponding features on each of the geometric object and the texture image; means for determining a displacement value for each pair of corresponding features respectively located on the geometric object and the texture image; means for waφing the texture image in accordance with said displacement values; means for mapping the waφed texture image on the surface of the geometric object; and means for displaying the mapped image.
12. The system of claim 11 wherein the parametric representation of the geometric object comprises position coordinates with associated illumination values, and the parametric representation of the texture image comprises position coordinates with associated display values.
13. The system of claim 12 wherein said display values represent color.
14. The system of claim 12 wherein said display values represent displacement vectors.
15. The system of claim 12 wherein said display values represent normal surface perturbations.
16. The system of claim 12 wherein said mapping means includes means for multiplying the display value for a coordinate point of the texture image by the illumination value for a corresponding coordinate point of the geometric object.
17. The system of claim 11 wherein said designated features comprise points on the texture image and the object.
18. The system of claim 11 wherein said designated features comprise lines on the texture image and the object.
19. The system of claim 11 wherein said designated features comprise regions of the texture image and the object.
PCT/US1995/009209 1994-07-22 1995-07-21 Method and system for the placement of texture on three-dimensional objects WO1996003717A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
AU31392/95A AU3139295A (en) 1994-07-22 1995-07-21 Method and system for the placement of texture on three-dimensional objects

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US27920694A 1994-07-22 1994-07-22
US08/279,206 1994-07-22

Publications (1)

Publication Number Publication Date
WO1996003717A1 true WO1996003717A1 (en) 1996-02-08

Family

ID=23068075

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/US1995/009209 WO1996003717A1 (en) 1994-07-22 1995-07-21 Method and system for the placement of texture on three-dimensional objects

Country Status (3)

Country Link
US (1) US5995110A (en)
AU (1) AU3139295A (en)
WO (1) WO1996003717A1 (en)

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO1998047106A1 (en) * 1997-04-16 1998-10-22 British Telecommunications Public Limited Company Display terminal
EP1215629A2 (en) * 2000-12-11 2002-06-19 K-Plex Inc. Three-dimensional model simulator
US6452905B1 (en) 1995-03-08 2002-09-17 British Telecommunications Public Limited Company Broadband switching system
FR2838846A1 (en) * 2002-04-22 2003-10-24 Delphine Software Internat Real time 3D image generation system uses detailed projected two dimensional image on solid model with moving parts having erased relief
GB2473503A (en) * 2009-09-15 2011-03-16 Metail Ltd Image processing with keying of foreground objects

Families Citing this family (24)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO1999019840A1 (en) * 1997-10-15 1999-04-22 Electric Planet, Inc. A system and method for generating an animatable character
US6456288B1 (en) * 1998-03-31 2002-09-24 Computer Associates Think, Inc. Method and apparatus for building a real time graphic scene database having increased resolution and improved rendering speed
US6697062B1 (en) * 1999-08-06 2004-02-24 Microsoft Corporation Reflection space image based rendering
US6906732B1 (en) * 1999-12-07 2005-06-14 Nintendo Co., Ltd. Texture morphing process provided by the preferred embodiment of the present invention
US6608631B1 (en) * 2000-05-02 2003-08-19 Pixar Amination Studios Method, apparatus, and computer program product for geometric warps and deformations
JP3597792B2 (en) * 2001-04-05 2004-12-08 コナミ株式会社 3D image processing method, apparatus, 3D image processing program, and video game apparatus
US6853373B2 (en) * 2001-04-25 2005-02-08 Raindrop Geomagic, Inc. Methods, apparatus and computer program products for modeling three-dimensional colored objects
JP4046233B2 (en) * 2001-06-21 2008-02-13 株式会社エイチアイ Information processing device
CN1313979C (en) * 2002-05-03 2007-05-02 三星电子株式会社 Apparatus and method for generating 3-D cartoon
US8043357B2 (en) 2003-10-10 2011-10-25 Cook Medical Technologies Llc Ring stent
US20070100351A1 (en) * 2005-10-31 2007-05-03 Deffenbaugh Daren L Multiple suture anchor delivery device, suture anchor delivery kit and associated method
US20070100352A1 (en) * 2005-10-31 2007-05-03 Deffenbaugh Daren L Cartridge suture anchor delivery device, suture anchor delivery device and associated method
US20070100350A1 (en) * 2005-10-31 2007-05-03 Deffenbaugh Daren L Suture anchor cartridge holder, suture anchor cartridge and associated method
US8368695B2 (en) * 2007-02-08 2013-02-05 Microsoft Corporation Transforming offline maps into interactive online maps
KR101631912B1 (en) * 2009-11-03 2016-06-20 엘지전자 주식회사 Mobile terminal and control method thereof
JP5463866B2 (en) * 2009-11-16 2014-04-09 ソニー株式会社 Image processing apparatus, image processing method, and program
KR101308946B1 (en) * 2012-02-02 2013-09-24 한국과학기술연구원 Method for reconstructing three dimensional facial shape
US9504925B2 (en) 2014-02-14 2016-11-29 Right Foot Llc Doll or action figure with facial features customized to a particular individual
US20150234942A1 (en) * 2014-02-14 2015-08-20 Possibility Place, Llc Method of making a mask with customized facial features
US10173027B2 (en) 2015-10-07 2019-01-08 Cook Medical Technologies Llc Methods, medical devices and kits for modifying the luminal profile of a body vessel
US10339704B2 (en) * 2017-12-04 2019-07-02 Axell Corporation Image data processing method in image processor and computer readable medium storing program therefor for rendering a texture based on a triangulation pattern
CN108031588A (en) * 2017-12-29 2018-05-15 深圳海桐防务装备技术有限责任公司 Automatic spray apparatus and use its automatic painting method
US11727166B2 (en) 2018-05-08 2023-08-15 Autodesk, Inc. Techniques for generating graph-based representations of complex mechanical assemblies
US11191620B1 (en) 2021-06-03 2021-12-07 Oxilio Ltd Systems and methods for generating an augmented 3D digital model of an anatomical structure of a subject

Family Cites Families (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4888713B1 (en) * 1986-09-05 1993-10-12 Cdi Technologies, Inc. Surface detail mapping system
US5107444A (en) * 1988-09-13 1992-04-21 Computer Design, Inc. Method and apparatus for flattening three-dimensional surfaces
JP3024145B2 (en) * 1989-07-12 2000-03-21 株式会社日立製作所 Texture mapping method
US5255352A (en) * 1989-08-03 1993-10-19 Computer Design, Inc. Mapping of two-dimensional surface detail on three-dimensional surfaces
US5175808A (en) * 1989-09-12 1992-12-29 Pixar Method and apparatus for non-affine image warping
CA2040273C (en) * 1990-04-13 1995-07-18 Kazu Horiuchi Image displaying system
US5187754A (en) * 1991-04-30 1993-02-16 General Electric Company Forming, with the aid of an overview image, a composite image from a mosaic of images
US5404316A (en) * 1992-08-03 1995-04-04 Spectra Group Ltd., Inc. Desktop digital video processing system
US5448053A (en) * 1993-03-01 1995-09-05 Rhoads; Geoffrey B. Method and apparatus for wide field distortion-compensated imaging

Non-Patent Citations (3)

* Cited by examiner, † Cited by third party
Title
HECKBERT: "SURVEY OF TEXTURE MAPPING", IEEE COMPUTER GRAPHICS AND APPLICATIONS, vol. 6, no. 11, NEW YORK US, pages 56 - 67, XP000002233 *
TREVETT N ET AL: "Graphics and imaging come together", IMAGE PROCESSING, WINTER 1990, UK, vol. 2, no. 5, pages 38 - 40 *
WYVILL: "SOLID TEXTURING OF SOFT OBJECTS", IEEE COMPUTER GRAPHICS AND APPLICATIONS, vol. 7, no. 12, NEW YORK US, pages 20 - 26 *

Cited By (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6452905B1 (en) 1995-03-08 2002-09-17 British Telecommunications Public Limited Company Broadband switching system
WO1998047106A1 (en) * 1997-04-16 1998-10-22 British Telecommunications Public Limited Company Display terminal
US6331858B2 (en) 1997-04-16 2001-12-18 British Telecommunications Public Limited Company Display terminal user interface with ability to select remotely stored surface finish for mapping onto displayed 3-D surface
EP1215629A2 (en) * 2000-12-11 2002-06-19 K-Plex Inc. Three-dimensional model simulator
EP1215629A3 (en) * 2000-12-11 2004-04-07 K-Plex Inc. Three-dimensional model simulator
FR2838846A1 (en) * 2002-04-22 2003-10-24 Delphine Software Internat Real time 3D image generation system uses detailed projected two dimensional image on solid model with moving parts having erased relief
GB2473503A (en) * 2009-09-15 2011-03-16 Metail Ltd Image processing with keying of foreground objects
US8605148B2 (en) 2009-09-15 2013-12-10 Metail Limited System and method for image processing and generating a body model
GB2473503B (en) * 2009-09-15 2015-02-11 Metail Ltd System and method for image processing
US9591236B2 (en) 2009-09-15 2017-03-07 Metail Limited System and method for image processing and generating a body model
US10037618B2 (en) 2009-09-15 2018-07-31 Metail Limited System and method for image processing and generating a body model

Also Published As

Publication number Publication date
US5995110A (en) 1999-11-30
AU3139295A (en) 1996-02-22

Similar Documents

Publication Publication Date Title
US5995110A (en) Method and system for the placement of texture on three-dimensional objects
Williams Performance-driven facial animation
Phong Illumination for computer generated pictures
US5592597A (en) Real-time image generation system for simulating physical paint, drawing media, and feature modeling with 3-D graphics
US5561745A (en) Computer graphics for animation by time-sequenced textures
Johnston Lumo: Illumination for cel animation
US5673377A (en) Method and system for displaying a representation of a three-dimensional object with surface features that conform to the surface of the three-dimensional object
US6097396A (en) Method and apparatus for creating lifelike digital representation of hair and other fine-grained images
US8988461B1 (en) 3D drawing and painting system with a 3D scalar field
US20070103466A1 (en) System and Computer-Implemented Method for Modeling the Three-Dimensional Shape of An Object by Shading of a Two-Dimensional Image of the Object
JPH06231275A (en) Picture simulation method
US6724383B1 (en) System and computer-implemented method for modeling the three-dimensional shape of an object by shading of a two-dimensional image of the object
Yau et al. A Texture Mapping Approach to 3‐D Facial Image Synthesis
Litwinowicz et al. Efficient techniques for interactive texture placement
Pighin et al. Realistic facial animation using image-based 3D morphing
US6791563B2 (en) System, method and computer program product for global rendering
Sandnes Sketching 3D immersed experiences rapidly by hand through 2D cross sections
EP2260403B1 (en) Mesh transfer
JP2832463B2 (en) 3D model reconstruction method and display method
Durand The “TOON” project: requirements for a computerized 2D animation system
CN115861525A (en) Multi-view face reconstruction method based on parameterized model
GB2342026A (en) Graphics and image processing system
CA2282240C (en) System and computer-implemented method for modeling the three-dimensional shape of an object by shading of a two-dimensional image of the object
Mukaigawa et al. Face synthesis with arbitrary pose and expression from several images: An integration of image-based and model-based approaches
GB2359971A (en) Image processing system using hierarchical set of functions

Legal Events

Date Code Title Description
AK Designated states

Kind code of ref document: A1

Designated state(s): AM AT AU BB BG BR BY CA CH CN CZ DE DK EE ES FI GB GE HU IS JP KE KG KP KR KZ LK LR LT LU LV MD MG MN MW MX NO NZ PL PT RO RU SD SE SG SI SK TJ TM TT UA UG US UZ VN

AL Designated countries for regional patents

Kind code of ref document: A1

Designated state(s): KE MW SD SZ UG AT BE CH DE DK ES FR GB GR IE IT LU MC NL PT SE BF BJ CF CG CI CM GA GN ML MR NE SN TD TG

DFPE Request for preliminary examination filed prior to expiration of 19th month from priority date (pct application filed before 20040101)
121 Ep: the epo has been informed by wipo that ep was designated in this application
REG Reference to national code

Ref country code: DE

Ref legal event code: 8642

122 Ep: pct application non-entry in european phase