This invention relates generally to the field of barycentric coordinates for representing interior points of polygons in terms of their boundary vertices, and, more specifically, methods of computing such coordinates, and applications of such coordinates.
Barycentric coefficients are useful for representing interior points of a polygon in terms of the polygon vertices. Barycentric coordinates are weights which, when applied to the vertices of a polygon, and the results added, yield the interior point.
Methods for computing triangular barycentric coordinates have been known for centuries, but efforts to generalize these methods to n-sided polygons have not been entirely successful, in part because the formulations resulting from these efforts are subject to one or more weaknesses which limit their effectiveness and applicability.
For example, in Eugene L. Wachspress, “A Rational Finite Element Basis”, Mathematics in Science and Engineering, Volume 114, Academic Press, 1975, a method for computing barycentric coordinates for n-sided polygons is disclosed which can be explained with reference to
Referring to
where αj refers to the barycentric coordinate applied to the vertex qj. (As used herein, a bolded item refers to a vector, while an unbolded item refers to a scalar).
According to the technique proposed by Wachpress, a weight Wj for vertex qj is derived from the product of the area of the triangle 106 (shaded in
wj=A(qj−1, qj, qj+1)●Πk∉{j,j+1}A(qk−1, qk,p) (2)
where the function A refers to the area of the triangle whose vertices are the arguments of the function.
This formulation is then repeated for each of the vertices in the polygon. The resulting weights may then be normalized in accordance with the following expression to form the barycentric coordinates for the point p:
This formulation, however, is complex since the computation of the barycentric coordinate corresponding to a particular vertex depends on all the vertices of the polygon, and entails repetitive computations of triangle areas. Consequently, the formulation is computationally intensive and therefore unacceptable for applications where a faster approach is needed.
In a first embodiment, the invention provides a method for deriving barycentric coordinates for a point p within an n-sided polygon. For a particular coordinate wj, corresponding to the vertex qj, this method embodies a formula which depends only on the edge pqj, and the two adjacent angles δj and γj. This formula may be expressed as follows:
This computation may be repeated for each of the n polygon vertices to result in barycentric coordinates corresponding to each of the n vertices. If necessary, the coordinates may then be normalized using expression (3).
In one implementation, for accuracy reasons, the cotangent function used in this formula is not computed through a trigonometric function call. Instead, in this implementation, the cotangent is derived from a division between the dot product of two vectors derived from the triangle involved, and the cross product of these two vectors. In particular, for a triangle having vertices abc, the cotangent of the angle at vertex b may be derived using the following formulation:
where ba is the vector a-b, and bc is the vector c-b.
In a second embodiment, the invention provides a method for deriving weights wij for expressing a vertex i in a mesh representation of an object surface in terms of its one-ring neighbors jεN(i). For a particular vertex qj, this method embodies a formula which depends only on the edge qiqj, and the two adjacent angles δj and γj. This formula may be expressed as follows:
This computation may be repeated for each of the vertices in the mesh representation to result in weights allowing each of the vertices to be expressed in terms of its one-ring neighbors. Normalized weights may then be derived from non-normalized weights using an expression analogous to expression (3).
In a third embodiment, the invention provides a method of parameterizing a mesh representation of an object surface using the formulation expressed in (6). This method begins with the step of computing the weights wij in 3D space (in contrast to parameter space) for each of the vertices in the mesh representation. For a vertex i, iε[1 . . . n], the weights wij allow the vertex i to be expressed in terms of its one-ring neighbors jεN(i).
Once the weights have been derived, the method proceeds to fixing the positions of boundary vertices in parameter space, such as by assigning each of these vertices a position on a fixed boundary C. For a boundary vertex i, the position assigned to this vertex in parameter space may be referred to as Cu
Then, the method proceeds to solving the following system of linear equations in order to derive the parameterization of the mesh representation:
where ui is the vertex i in parameter space (and uj is the vertex j in parameter space), and Cu
The result of solving this system of linear equations is the coordinates ui of each of the vertices i in parameter space, iε[1 . . . n].
Other systems, methods, features and advantages of the invention will be or will become apparent to one with skill in the art upon examination of the following figures and detailed description. It is intended that all such additional systems, methods, features and advantages be included within this description, be within the scope of the invention, and be protected by the accompanying claims.
The components in the figures are not necessarily to scale, emphasis instead being placed upon illustrating the principles of the invention. In the figures, like reference numerals designate corresponding parts throughout the different views.
As utilized herein, terms such as “about” and “substantially” are intended to allow some leeway in mathematical exactness to account for tolerances that are acceptable in the trade, e.g., any deviation upward or downward from the value modified by “about” or “substantially” by any value in the range(s) from 1% to 20% of such value.
Referring to
This computation may be repeated for each of the n polygon vertices to result in non-normalized barycentric coordinates corresponding to each of the n vertices. Normalized coordinates may then be derived from the non-normalized coordinates using the following expression:
Compared to the Wachpress formulation (2), this formulation has the advantage that it is local and hence computationally simple: only the edge pqj and its two adjacent angles δj and γj are needed.
The coordinates derived from this formula possess several desirable properties. First, they satisfy the following affine combination property:
This property may be expressed in the following form using the non-normalized coordinates wi:
Second, the coordinates {αj}j=1 n (and the normalized coordinates) are smoothly dependent on p and the vertices of the polygon. This ensures smoothness in the variation of the position of p responsive to any movement in the vertex qj.
Third, if the polygon is convex, the coordinates {αj}j=1 .n satisfy the following convex combination property:
αj≧0∀jε[1 . . . n] (12)
This guarantees no under- and over-shooting in the coordinates: all the coordinates will be between zero and one.
In one implementation, for accuracy reasons, the cotangent function used in the formula (7) is not computed through a trigonometric function call. Instead, in this implementation, the cotangent is derived from a division between the dot product of two vectors derived from the triangle involved, and the cross product of these two vectors. In particular, referring to
where ba is the vector a-b, and bc is the vector c-b.
In one example, the formula (8) may be implemented using the following pseudo-code:
The formula (8), any derivation thereof, and any instructions or program code implementing the same, may be tangibly embodied, through storage or otherwise, on or in a processor readable medium or memory including but not limited to RAM, ROM, PROM, EPROM, EEPROM, hard disk, floppy disk, CD-ROM, DVD, flash memory, etc. For purposes of this disclosure, the term “memory” refers to any medium which is capable of storing data.
Referring to
This computation may be repeated for each of the one-ring neighbors of qi resulting in weights allowing the vertex qi to be expressed in terms of its one-ring neighbors. Normalized weights may then be derived from non-normalized weights using an expression analogous to expression (9).
This series of computations may be repeated for each of the other vertices in the mesh representation, thus allowing each vertex to be expressed in terms of its one-ring neighbors.
Thus, in contrast to the previous embodiment which concerned expressing an interior point of an n-sided polygon in terms of its vertices, in this embodiment, a vertix of an n-sided polygon may be expressed in terms of its one-ring neighbors, which may be vertices of the same or a different polygon.
The formula (14), any derivation thereof, and any instructions or program code implementing the same, may be tangibly embodied, through storage or otherwise, on or in a processor readable medium or memory including but not limited to RAM, ROM, PROM, EPROM, EEPROM, hard disk, floppy disk, CD-ROM, DVD, flash memory, etc.
In a third embodiment, the invention provides a method of parameterizing a mesh representation of an object surface using the formula (14). Referring to
Once the weights have been derived, the method proceeds to step 604, which comprises fixing the positions of boundary vertices in parameter space, such as by assigning each of these vertices a position on a fixed boundary C. For a boundary vertex i, the position assigned to this vertex in parameter space may be referred to as Cu
Then, the method proceeds to step 606, which comprises solving the following system of linear equations in order to derive the parameterization of the mesh representation:
where ui is the vertex i in parameter space (and uj is the vertex j in parameter space), and Cu
The result of solving this system of linear equations is the coordinates ui of each of the vertices in parameter space, iε[1 . . . n]. In the example of
For additional information on parameterization, and the application of formula (14) to parameterization, the reader is referred to Mathieu Desbrun et al. “Intrinsic Parameterization of Surface Meshes,” pp. 1–8, submitted for publication in EUROGRAPHICS 2002, and hereby fully incorporated herein by reference as through set forth in full. See also Mathieu Desbrun et al., “Generalizing Barycentric Coordinates to Irregular N-gons,” pp. 1–5, submitted for publication in EUROGRAPHICS 2002, and hereby fully incorporated herein by reference as through set forth in full.
The foregoing method may be tangibly embodied, through storage of instructions, program code, or the like implementing the method or otherwise, on or in a processor readable medium or memory including but not limited to RAM, ROM, PROM, EPROM, EEPROM, hard disk, floppy disk, CD-ROM, DVD, flash memory, etc.
While various embodiments of the invention have been described, it will be apparent to those of ordinary skill in the art that many more embodiments and implementations are possible that are within the scope of this invention.
This application claims the benefit of U.S. Provisional Application No. 60/267,804, filed Feb. 8, 2001, which is hereby fully incorporated by reference herein as though set forth in full.
The U.S. Government has certain rights in this invention pursuant to Grant number ASC-89-20219 awarded by the National Science Foundation.
Number | Date | Country | |
---|---|---|---|
20030011589 A1 | Jan 2003 | US |
Number | Date | Country | |
---|---|---|---|
60267804 | Feb 2001 | US |