US20090146998A1 - Computer graphics using coarse level meshes - Google Patents

Computer graphics using coarse level meshes Download PDF

Info

Publication number
US20090146998A1
US20090146998A1 US12/271,963 US27196308A US2009146998A1 US 20090146998 A1 US20090146998 A1 US 20090146998A1 US 27196308 A US27196308 A US 27196308A US 2009146998 A1 US2009146998 A1 US 2009146998A1
Authority
US
United States
Prior art keywords
level mesh
finer
coarse
mesh
points
Prior art date
Legal status (The legal status 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 status listed.)
Abandoned
Application number
US12/271,963
Inventor
Silviu Borac
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Individual
Original Assignee
Individual
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 Individual filed Critical Individual
Priority to US12/271,963 priority Critical patent/US20090146998A1/en
Publication of US20090146998A1 publication Critical patent/US20090146998A1/en
Abandoned legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T17/00Three dimensional [3D] modelling, e.g. data description of 3D objects
    • G06T17/20Finite element generation, e.g. wire-frame surface description, tesselation

Definitions

  • the invention relates generally to the field of computer graphics, and more specifically to generation of meshes representing surfaces of objects.
  • the invention specifically provides a computer graphics system and computer-implemented method for generating a coarse-level mesh from a fine-level mesh, which may be used in multi-resolution surface editing.
  • objects are represented as surfaces, with the surfaces being represented by meshes.
  • a mesh consists of a set of vertices, or points in three-dimensional space, interconnected by edges. The edges define polygonal faces, which may be in the form of triangles, quadrilaterals, and so forth.
  • it is desirable to generate a representation of a surface at a finer resolution than a current representation.
  • There are several popular methodologies for generating a representation of a surface at a finer resolution than a current representation including a Catmull-Clark surface subdivision methodology and a Loop surface subdivision methodology.
  • Taubin's smoothing methodology consists of two linear filtering steps, the first being a low-pass filter step, followed by a high-pass filter step.
  • the high-pass filter step is used to cancel out a mesh-shrinking effect that is induced by the low-pass filter step.
  • the filtering operations described by Taubin have the problem that, as a consequence of the linearity of the filtering procedure, artifacts referred to as Gibbs ripples are introduced in the smoothed mesh as a result of discontinuities in the input mesh.
  • Taubin's filtering When used in generating a coarse level mesh, Taubin's filtering produces Gibbs ripples at the places on the surface where the fine level mesh has sharp variations. Although Taubin's smoothing methodology may be configured with the help of parameters, no filter can play the role of an inverse of the Loop subdivision rule. Accordingly, in a multi-resolution representation of a Loop subdivision surface, there will be redundant detail information.
  • the invention provides a new and improved system and method for generating a coarse-level mesh from a fine-level mesh, which may be used in multi-resolution surface editing.
  • the invention provides an arrangement for generating a coarse (“j”) level mesh representing a surface, from a finer (“j+1”) level mesh surface representation.
  • the arrangement includes an indicator value generator and a coarse level mesh generator.
  • the indicator value generator for respective ones of the points in the finer level mesh surface representation, evaluates an indicator function, the value indicating whether a subdivision-inverse filter methodology or a least-squares optimization methodology is to be used to determine a position for the corresponding point in the coarse level mesh representation.
  • the coarse level mesh generator determines, for each of the points that is to be provided in the coarse level mesh representation, a position in response to the position of the corresponding point in the finer level mesh representation, in accordance with the one of the subdivision-inverse filter methodology or least-squares optimization methodology indicated by the indicator value generated by the indicator value generator.
  • FIG. 1 depicts a computer graphics system including an arrangement for generating a coarse level mesh representation of a surface from a finer level mesh of a surface, constructed in accordance with the invention
  • FIG. 2 depicts a mesh representing a surface to which the Loop surface subdivision methodology has been applied
  • FIG. 3 depicts a mesh representing a surface to which the Catmull-Clark surface subdivision methodology has been applied
  • FIGS. 4 and 5 depict diagrams useful in understanding operations performed by the fine-to-coarse level mesh generating arrangement
  • FIG. 6 depicts a flow chart describing operations performed by the fine-to-coarse level mesh generating arrangement in connection with triangular meshes.
  • FIG. 7 depicts a flow chart describing operations performed by the fine-to-coarse level mesh generating arrangement in connection with quadrilateral meshes.
  • FIG. 1 depicts a computer graphics system 10 including an arrangement for generating a coarse level mesh representation of a surface from a finer level mesh of a surface, constructed in accordance with the invention.
  • the computer graphics system includes a processor module 11 , one or more operator input devices 12 and one or more display devices 13 .
  • the display device(s) 13 will typically comprise a frame buffer, video display terminal or the like, which will display information in textual and/or graphical form on a display screen to the operator.
  • the operator input devices 12 for a computer graphics system 10 will typically include a pen 14 which is typically used in conjunction with a digitizing tablet 15 , and a trackball or mouse device 16 . Generally, the pen 14 and digitizing tablet will be used by the operator in several modes.
  • the pen 14 and digitizing tablet are used to provide updated shading information to the computer graphics system.
  • the pen and digitizing tablet are used by the operator to input conventional computer graphics information, such as line drawing for, for example, surface trimming and other information, to the computer graphics system 10 , thereby to enable the system 10 to perform conventional computer graphics operations.
  • the trackball or mouse device 16 can be used to move a cursor or pointer over the screen to particular points in the image at which the operator can provide input with the pen and digitizing tablet.
  • the computer graphics system 10 may also include a keyboard (not shown) which the operator can use to provide textual input to the system 10 .
  • the processor module 11 generally includes a processor, which may be in the form of one or more microprocessors, a main memory, and will generally include one a mass storage subsystem including one or more disk storage devices.
  • the memory and disk storage devices will generally store data and programs (collectively, “information”) to be processed by the processor, and will store processed data which has been generated by the processor.
  • the processor module includes connections to the operator input device(s) 12 and the display device(s) 13 , and will receive information input by the operator through the operator input device(s) 12 , process the input information, store the processed information in the memory and/or mass storage subsystem.
  • the processor module can provide video display information, which can form part of the information obtained from the memory and disk storage device as well as processed data generated thereby, to the display devices) for display to the operator.
  • the processor module 11 may also include connections (not shown) to hardcopy output devices such as printers for facilitating the generation of hardcopy output, modems and/or network interfaces (also not shown) for connecting the system 10 to the public telephony system and/or in a computer network for facilitating the transfer of information, and the like.
  • the invention provides an arrangement for generating a coarse-level mesh from a finer level mesh.
  • the fine level mesh will continue to be identified by index “j+1,” and the coarse level mesh will continued to be identified by index “j.”
  • two surface subdivision methodologies namely the aforementioned Loop surface subdivision methodology and a Catmull-Clark surface subdivision methodology, which are used to generate a finer (“j+1) level mesh from a coarse (“j”) level mesh.
  • the invention provides an arrangement for essentially performing, in the case of a triangular mesh, operations that generally provide the inverse of Loop's surface subdivision methodology, and, in the case of a quadrilateral mesh, operations that generally provide the inverse of the Catmull-Clark surface subdivision methodology.
  • Loop's surface subdivision methodology will be described in connection with FIG. 2 .
  • each triangular face in the original mesh is split into a plurality of subface, the subfaces defining the finer level mesh.
  • the vertices of the finer level mesh are positioned using weighted averages of the positions of the vertices in the original mesh. More specifically, and with reference to FIG.
  • a mesh 20 at a fine “j” level is depicted that includes a vertex v q 21 ( 0 ) located at position c j (q), and a plurality “K” of surrounding points v q ( 1 ) through v q (K) (generally, v q (k)) 21 ( 1 ) through 21 (K) (generally identified by reference numeral 21 ( k )) located at positions at respective positions c j ( 1 ) through c j (K), the points v q (k) 21 ( k ) being those points in the mesh 20 that are connected to vertex v q by edges.
  • K the number of points connected to vertex v q will sometimes be referred to as the vertex's “valence.”
  • a mesh at the next higher fineness level “j+1” corresponds to vertex v′ q 22 ( 0 ) located at position c j+1 (q) and a set of surrounding points v′ q ( 1 ) 22 ( 1 ) at located at positions c j+1 ( 1 ) and connected to the vertex v′ q 22 ( 0 ).
  • the finer level mesh is constructed by providing the vertex v′ q 22 ( 0 ) at a position c j+1 (q) that is determined by
  • Equations (1) and (2) are applied by selecting each point in the mesh at level “j” as a vertex, to provide points for the mesh at level “j+1.” Loop's surface subdivision methodology can be applied recursively to provide a mesh at any desired degree of fineness. It will be appreciated that equation (2) will provide that the point v′ q ( 1 ) 22 ( 1 ) that is created when the methodology is applied to point v q 21 ( 0 ) as the vertex will be in the same position when the methodology is applied to point v q (k) 21 ( k ) as the vertex.
  • the arrangement processes the points in the finer (“j+1”) level mesh to remove, for each pair of connected points in the finer (“j+1”) level mesh, and determines a position for the remaining point, which will be present in the coarse (“j”) level mesh, based on the positions of surrounding points in the finer (“j+1”) level mesh.
  • the operations performed by the arrangement in determining the position of the point that is to remain in the coarse (“j”) level mesh will be described below.
  • the Catmull-Clark subdivision methodology produces smooth surfaces using a small number of neighboring vertices.
  • the Catmull-Clark surface subdivision methodology will be described in connection with FIGS. 3A through 3E .
  • FIG. 3A that FIG. depicts a mesh 30 consisting of four quadrilaterals 31 ( 1 ) through 31 ( 4 ). Each quadrilateral is referred to as a face.
  • the quadrilaterals are defined by points 32 ( 0 ), which is common to all of the quadrilaterals 31 ( 1 ) through 31 ( 4 ), and other points 32 ( 1 ) through 32 ( 8 ).
  • the Catmull-Clark surface subdivision methodology is performed in a series of iterations, including
  • a face point generation iteration in which, for each face, a face point 33 ( 1 ) through 33 ( 4 ) is generated as the average of the points 32 ( p ) defining the respective face (reference FIG. 3B );
  • a mesh at the next higher fineness level “j+1” is constructed as follows.
  • the face points are generated and located at positions c j+1 (m i ) determined as follows
  • c j + 1 ⁇ ( m i ) 1 4 ⁇ ( c j ⁇ ( q ) + c j ⁇ ( l i ) + c j ⁇ ( l i + 1 ) + c j ⁇ ( r i ) ) , ⁇ m i ⁇ N f ⁇ ( q , j + 1 ) , l i , l i + 1 ⁇ N e ⁇ ( q , j ) , r i ⁇ N f ⁇ ( q , j ) . ( 4 )
  • the edge points are generated and located at positions c j+1 (l 1 ) determined as follows:
  • c j + 1 ⁇ ( l i ) 1 4 ⁇ ( c j ⁇ ( q ) + c j ⁇ ( k i ) + c j + 1 ⁇ ( m i - 1 ) + c j + 1 ⁇ ( m i ) ) , ⁇ l i ⁇ N e ⁇ ( q , j + 1 ) , k i ⁇ N e ⁇ ( q , j ) , m i - 1 , m i ⁇ N f ⁇ ( q , j + 1 ) ( 5 )
  • the new vertex points are generated and located at positions as follows:
  • Equation (8) would correspond to the Catmull-Clark methodology (equation (6)) with
  • the Catmull-Clark surface subdivision methodology applied to a quadrilateral mesh at the coarse (“j”) level will produce a quadrilateral mesh at the finer (“j+1”) level having the same number of points as the mesh at the coarse (“j”) level, but the points in the finer (“j+1”) level may be at different positions than in the coarse (“j”) level.
  • the arrangement processes the points in the finer (“j+1”) level mesh determine a position for each point in the finer (“j+1”) level mesh based on the positions of surrounding points in the finer (“j+1”) level mesh. The operations performed by the arrangement in determining the position of the point in the coarse (“j”) level mesh will be described below.
  • the invention provides an arrangement for generating a coarse (“j) level mesh from a finer (“j+1”) level mesh.
  • an indicator function is used locally in connection with each point that is being processed as a vertex to determine whether, around the respective point, the fine mesh can be derived by subdivision of a coarser mesh using a subdivision inverse filter.
  • the value of the indicator function which will be described below, will be “zero” or close to “zero.”
  • the value of the indicator function will not be close to “zero,” and in that case the coarse mesh will be generated using an approximate solution of a least-squares problem.
  • the indicator function is constructed for each point, selected as a vertex v′ q , using the value of the Laplacian L(k,j+1) of the positions of the point and of the other points in its neighborhood in the finer (j+1) level mesh.
  • L(k,j+1) the Laplacian of the vertex
  • c j+1 (k) is the position of the vertex v′ q in the finer (“j+1) level mesh for which the Laplacian is being generated
  • c j+1 (k ⁇ 1) and c j+1 (k+1) are the positions of the neighboring points v′ q (k ⁇ 1) and v′ q (k+1) in the fine (j+1) level mesh.
  • the Laplacian is, in the case of a vertex v′ q other than on a boundary, crease line or the like, for a regular vertex, that is, for a vertex for which the valence “K” is equal to “six,” the Laplacian is
  • the factor “1 ⁇ 6” reflects the valence of the vertex.
  • the Laplacian is the Laplacian for an irregular vertex, that is, for a vertex for which the valence “K” is not equal to “six,” which may be the case at, for example, edges of the mesh.
  • c j+1 (k) is the position of the vertex v′ q for which the Laplacian is being generated in the finer (“j+1”) level mesh
  • c j+1 (k ⁇ 1) and c j+1 (k+1) are the positions of the neighboring points in the finer (j+1) level mesh.
  • two Laplacians are used, namely a Laplacian L e (k,j+1) using the position c j+1 (k) of the vertex v′ q and the positions of the points whose indices are in the set N e (q,j), and a Laplacian L f (k,j+1) using the position c j+1 (k) and the positions of the vertices whose indices are in the set N f (q,j), as follows
  • the arrangement makes use of values of both Laplacians L e (k,j+1) and L f (k,j+1), and so both values will be generated for each vertex.
  • the arrangement makes use of an indicator function.
  • the indicator function i(q) for a point as vertex v′ q is given by, in the one-dimensional case
  • i ⁇ ( q ) - 6 ⁇ L ⁇ ( q ) + 2 ⁇ ⁇ l ⁇ N ⁇ ( 1 , 0 ) ⁇ ( q ) ⁇ L ⁇ ( l ) - 2 ⁇ ⁇ l ⁇ N ⁇ ( 2 , 0 ) ⁇ ( q ) ⁇ L ⁇ ( l ) + ⁇ l ⁇ N ⁇ ( 2 , 1 ) ⁇ ( q ) ⁇ L ⁇ ( l ) , ( 18 )
  • the arrangement makes use of a linear combination L ind (k,j+1) of the Laplacians L e (k,j+1) and L f (k,j+1) described above (equations (15) and (16), respectively), namely
  • L ind (k,j+1) takes the form
  • L ind reg ⁇ 2 L e ( k,j+ 1)+ L f ( k,j+ 1) (21).
  • the indicator function i(k) for quadrilateral meshes is given by (omitting the index “j+1,” since the indicator function will always be evaluated for vertices in the fine (j+1) level mesh)
  • i ⁇ ( k ) K 4 ⁇ L ind ⁇ ( k ) - ⁇ l ⁇ N ⁇ ( 1 , 0 ) ⁇ ( k ) ⁇ L ind ⁇ ( l ) + 1 2 ⁇ ⁇ l ⁇ N ⁇ ( 2 , 0 ) ⁇ ( k ) ⁇ L ind ⁇ ( l ) + ⁇ l ⁇ N ⁇ ( 2 , 1 ) ⁇ ( k ) ⁇ L ind ⁇ ( l ) - 1 2 ⁇ ⁇ l ⁇ N ⁇ ( 3 , 1 ) ⁇ ( k ) ⁇ L ind ⁇ ( l ) - 1 2 ⁇ ⁇ l ⁇ N ⁇ ( 3 , 2 ) ⁇ ( k ) ⁇ L ind ⁇ ( l ) + 1 4 ⁇ ⁇ l ⁇ N ⁇ ( 4 , 2 ) ⁇ ( k ) ⁇ L ind
  • the fine-to-coarse mesh generating arrangement generates a coarse (“j”) level mesh from a finer (“j+1”) level mesh. For a triangular mesh, the fine-to-coarse mesh generating arrangement determines, for each vertex v′ q located at position c j+1 (k) in the finer (“j+1”) level mesh for which a vertex v q is to appear in the coarse (“j”) level mesh, a position c j (k) for the vertex v q in accordance with
  • L(k,j+1) is the value of the Laplacian generated for the vertex v′ q in the finer (j+1) level mesh.
  • is a parameter whose value are determined as described below
  • L(k,j+1) is the value of the Laplacian generated for the vertex v′ q in the finer (j+1) level mesh.
  • the position c j (k) of the corresponding vertex v q in the coarse (“j”) level mesh can be taken as the position c j+1 (k) of the vertex v′ q .
  • the parameter ⁇ , nor the indicator function i(q) need to be generated.
  • the manner in which parameter ⁇ for use in equation (23) is to be determined will depend on the value of the indicator function, generated as described above in connection with equations (17) and (18) and whether the vertex is on a boundary, crease line or the like, a regular vertex (that is, a vertex v′ q whose valence “K” is “six”) or an irregular vertex (that is, a vertex v′ q whose valence “K” is other than “six”). If the value of the indicator function is zero, or close to zero, for the vertex v′ q , a subdivision-inverse filter is used in which
  • equation (29) reflects the value of the valence “K,” namely, “six.”
  • a vertex v q is provided in the coarser (j) level mesh at a position c j (k) that is determined by
  • ⁇ 1 and ⁇ 2 are parameters whose values are determined as described below, and L e (k,j+1) and L f (k,j+1) are determined as described above in connection with equations (14) through (16).
  • L e (k,j+1) and L f (k,j+1) are determined as described above in connection with equations (14) through (16).
  • L e (k,j+1) and L f (k,j+1) are determined as described above in connection with equations (14) through (16).
  • the position c j (k) of vertex v q in the coarse (“j”) level mesh can be taken as the position c j+1 (k) of vertex v′ q .
  • Equation (34) If the condition in equation (34) does not hold, the values of parameter ⁇ 1 and ⁇ 2 for use in equation (33) will depend on the value of the indicator function. For a vertex v′ q that falls on a boundary, crease line or the like, the value of the parameter ⁇ 1 will be generated in the same manner as in a triangular mesh (reference equations (25) and (28) above). On the other hand, for a vertex v′ q that does not fall on a boundary, crease line or the like, if the value of the indicator function i(k,j+1) generated therefor is near zero, that is, if
  • vertex v′ q is regular, that is, if the vertex's valence “K” is “four,”
  • FIGS. 6 and 7 depict the operations performed by the fine-to-coarse mesh generating arrangement in generating a coarse (“j”) level mesh from a finer (“j+1”) level mesh.
  • the flow chart in FIG. 6 depicts the operations performed in connection with a triangular mesh and the flow chart in FIG. 7 depicts the operations performed in connection with a quadrangular mesh.
  • the arrangement will first perform a series of steps to generate the Laplacian (equations (10) through (12)) for each of the points in the triangular finer (“j+1”) level mesh.
  • the arrangement will select a point in the finer (j+1) level mesh as vertex (step 100 ) and determine whether the point is regular, that is, whether its valence “K” is six, and does not fall on a boundary, crease line or the like (step 101 ). If the arrangement makes a positive determination in step 101 , it proceeds to step 102 in which it generates the Laplacian for the point selected in step 100 in accordance with equation (11).
  • step 101 determines whether the point is irregular, that is, whether its valence “K” is less than six and does not fall on a boundary, crease line or the like (step 103 ). If the arrangement makes a positive determination in step 103 , it proceeds to step 104 in which it generates the Laplacian for the point selected in step 100 in accordance with equation (12).
  • step 103 the arrangement makes a negative determination in step 103 , which will be the case if the point falls on a boundary, crease line or the like, it proceeds to step 105 in which it generates the Laplacian for the point selected in step 100 in accordance with equation (10).
  • step 106 the arrangement will determine whether all of the points have been selected in step 100 (step 106 ). If the arrangement makes a negative determination in step 106 , it will not have generated Laplacians for all of the points in the finer (“j+1”) level mesh, and, in that case, it will return to step 100 to select another point and perform respective steps 101 through 105 in connection therewith.
  • the arrangement performs step 100 and respective steps 101 through 105 through a plurality of iterations, in each iteration selecting and generating the Laplacian for each of the points in the finer (“j+1”) level mesh.
  • the arrangement will make a positive determination in step 106 , at which point it will sequence to a series of steps in which the arrangement determines the positions c j (q) for points in the finer (“j+1”) level mesh that are to be retained in the coarse (“j”) level mesh. In those operations, the arrangement will select a point in the finer (“j+1”) level mesh (step 110 ) and determine whether the point is to be retained in the coarse (“j”) level mesh (step 111 ). If the arrangement makes a negative determination in step 111 , the point is not to be retained in the coarse (“j”) level mesh.
  • the arrangement will sequence to a step 112 in which it determines whether it has selected all of the points in the finer (“j+1”) level mesh. If the arrangement makes a negative determination in step 112 , it will return to step 110 to select another point in the finer (“j+1”) level mesh. On the other hand, if the arrangement makes a positive determination in step 112 , which will be the case if it has processed all of the points in the finer (“j+1”) level mesh, it will exit (step 113 ).
  • the arrangement can make use of any of a number of methodologies in determining whether a point in the finer (“j+1”) level mesh will be retained in the coarse (“j”) level mesh. For example, given a suitable point indexing methodology, as will be apparent to those skilled in the art, the arrangement can determine whether a point in the finer (“j+1”) level mesh will be retained in the coarse (“j”) level mesh.
  • step 111 if the arrangement makes a positive determination in that step, which will be the case if the selected point in the finer (“j+1”) level mesh will be retained, the arrangement sequences to step 115 , in which it determines whether the value of the Laplacian for the point selected in step 110 is less than “ ⁇ ” (reference inequality (24)). If the arrangement makes a positive determination in step 115 , it determines the position c j (q) of the point in the coarse (“j”) level mesh as the position c j+1 (q) of the corresponding point in the finer (“j+1”) level mesh (step 116 ). Following step 116 , the arrangement will sequence to step 112 to determine whether all of the points in the finer (“j+1”) level mesh have been processed, and, if not, return to step 110 to select another point, and, if so, exit.
  • step 115 determines whether the value of the Laplacian for the point selected in step 110 is less than “ ⁇ ” (reference inequality (24)). If the arrangement makes a positive
  • step 115 if the arrangement makes a negative determination in that step, it will sequence to step 117 , in which it will determine whether the point is regular, that is, whether its valence “K” is six, and does not fall on a boundary, crease line or the like. If the arrangement makes a positive determination in that step, it will generate a value for the indicator function (reference equation (18)) (step 118 ). The arrangement will then determine whether the value of the indicator function is zero or close to zero (step 119 ). If the arrangement makes a positive determination in step 119 , it will provide a value for the parameter ⁇ as described above in connection with equation (26) (step 120 ).
  • step 119 if the arrangement makes a negative determination in step 119 , it will provide a value for the parameter ⁇ as described above in connection with equation (29), provided that the value of the parameter ⁇ does not fall below the value specified in equation (26) (step 121 ).
  • step 117 if the arrangement makes a negative determination in that step, it will sequence to step 122 to determine whether the point is irregular, that is, whether its valence “K” is not equal to six, and the point does not fall on a boundary, crease line or the like. If the arrangement makes a positive determination in that step, it will generate a value for the indicator function (reference equation (18)) (step 123 ). The arrangement will then determine whether the value of the indicator function is zero or close to zero (step 124 ). If the arrangement makes a positive determination in step 124 , it will provide a value for the parameter ⁇ as described above in connection with equation (27) (step 125 ).
  • step 124 it will provide a value for the parameter ⁇ as described above in connection with equation (30), provided that the value of the parameter ⁇ does not fall below the value specified in equation (26) (step 126 ).
  • step 122 if the arrangement makes a negative determination in that step, it will sequence to step 127 to determine whether the point falls on a boundary, crease line or the like. If the arrangement makes a positive determination in that step, it will generate a value for the indicator function (reference equation (17)) (step 128 ). The arrangement will then determine whether the value of the indicator function is zero or close to zero (step 129 ). If the arrangement makes a positive determination in step 129 , it will provide a value for the parameter ⁇ as described above in connection with equation (25) (step 130 ).
  • step 129 it will provide a value for the parameter ⁇ as described above in connection with equation (28), provided that the value of the parameter ⁇ does not fall below the value specified in equation (25) (step 131 ).
  • step 132 determines whether the value of the parameter ⁇ generated in the respective step was greater than “one,” and, if so, limit the maximum value of parameter ⁇ to “one” (step 133 ). Thereafter, the arrangement uses equation (23) to determine the position c j+1 (q) of the point in the coarse (“j”) level mesh (step 134 ).
  • step 134 the arrangement the arrangement will sequence to step 112 to determine whether all of the points in the finer (“j+1”) level mesh have been processed, and, if not, return to step 110 to select another point, and, if so, exit.
  • the flow chart in FIG. 7 depicts the operations performed in connection with a quadrangular mesh.
  • the arrangement will first perform a series of steps to generate the Laplacians (equations (14) through (16)) for each of the points in the quadrilateral finer (“j+1”) level mesh. Initially, the arrangement will select a point in the finer (j+1) level mesh as vertex (step 150 ) and determine whether the point does not fall on a boundary, crease line or the like (step 151 ). If the arrangement makes a positive determination in step 151 , it proceeds to step 152 in which it generates the Laplacian for the point selected in step 150 in accordance with equations (15) and (16).
  • step 151 if the arrangement makes a negative determination in step 151 , which will be the case if the point falls on a boundary, crease line or the like, it proceeds to step 153 in which it generates the Laplacian for the point selected in step 150 in accordance with equation (14).
  • step 152 or 153 the arrangement will determine whether all of the points have been selected in step 150 (step 154 ). If the arrangement makes a negative determination in step 154 , it will not have generated Laplacians for all of the points in the finer (“j+1”) level mesh, and, in that case, it will return to step 150 to select another point and perform respective steps 151 through 153 in connection therewith.
  • the arrangement performs step 150 and respective steps 151 through 153 through a plurality of iterations, in each iteration selecting and generating the Laplacian for each of the points in the finer (“j+1”) level mesh.
  • the arrangement will make a positive determination in step 154 , at which point it will sequence to a series of steps in which the arrangement determines the positions c j (q) for respective points in the coarse (“j”) level mesh using the positions c j+1 (q) of the points in the finer (“j+1”) level mesh and the values of parameters to be generated and the Laplacians generated in steps 150 through 153 .
  • the arrangement will select a point in the finer (“j+1”) level mesh (step 160 ) and determine whether the values of both Laplacians L e (k,j+1) and L f (k,j+1) generated for the point selected in step 160 are less than “ ⁇ ” (reference inequality (34)) (step 161 ). If the arrangement makes a positive determination in step 161 , it determines the position c j (q) of the point in the coarse (“j”) level mesh as the position c j+1 (q) of the same point in the finer (“j+1”) level mesh (step 162 ).
  • step 162 the arrangement will sequence to step 163 to determine whether all of the points in the finer (“j+1”) level mesh have been processed, and, if not, return to step 160 to select another point. On the other hand, if the arrangement makes a positive determination in step 163 , it will exit (step 164 ).
  • step 161 if the arrangement makes a negative determination in that step, it will sequence to step 165 , in which it determines whether the determine whether the point is regular, that is, whether its valence “K” is four, and does not fall on a boundary, crease line or the like. If the arrangement makes a positive determination in step 165 , it will generate a value for the indicator function (reference equation (22)) (step 166 ) and determine whether the value of the indicator function is near zero (reference inequality (35)) (step 167 ). If the arrangement makes a positive determination in step 167 , it will generate values for ⁇ 1 and ⁇ 2 as described above in connection with equations (36) (step 168 ).
  • step 167 it will generate values for ⁇ 1 and ⁇ 2 as described above in connection with equations (38)-(40), in the process ensuring that the values of ⁇ 1 and ⁇ 2 are within predetermined limits ( ⁇ 4 ⁇ 1 ⁇ 1 ⁇ 2, 1 ⁇ 4 ⁇ 2 ⁇ 1) (step 169 ).
  • step 165 if the arrangement makes a negative determination in that step, it will sequence to step 170 , in which it determines whether the point is irregular, that is, whether its valence “K” is other than four, and does not fall on a boundary, crease line or the like. If the arrangement makes a positive determination in step 170 , it will generate a value for the indicator function (reference equation (22)) (step 171 ) and determine whether the value of the indicator function is near zero (reference inequality (35)) (step 172 ). If the arrangement makes a positive determination in step 172 , it determine whether the valence “K” of the point is “three” (step 173 ).
  • step 173 If the arrangement makes a positive determination in step 173 , it will generate values for ⁇ 1 and ⁇ 2 as described above in connection with equation (37) (step 174 ). On the other hand, if the arrangement makes a negative determination in step 173 , it will generate values for ⁇ 1 and ⁇ 2 as described above in connection with equation (36) (step 175 ). Returning to step 172 , if the arrangement makes a negative determination in step 172 , which will be the case if the value for the indicator function as generated in step 171 is not near zero, it will generate values for ⁇ 1 and ⁇ 2 as described above in connection with equations (38)-(40), in the process ensuring that the values of ⁇ 1 and ⁇ 2 and are within predetermined limits
  • step 177 determines whether the point falls on a boundary, crease line or the like. If the arrangement makes a positive determination in that step, it will generate a value for the indicator function (reference equation (17)) (step 178 ). The arrangement will then determine whether the value of the indicator function is zero or near zero (reference inequality (35) above) (step 179 ). If the arrangement makes a positive determination in step 179 , it will provide a value for the parameter ⁇ as described above in connection with equation (25) (step 180 ). On the other hand, if the arrangement makes a negative determination in step 179 , it will provide a value for the parameter ⁇ as described above in connection with equation (28) (step 181 ).
  • step 182 the arrangement will sequence to step 182 , in which it uses equation (33) and values for parameters ⁇ 1 and ⁇ 2 generated in the previous steps to determine the position c j+1 (q) of the point in the coarse (“j”) level mesh.
  • step 163 the arrangement will sequence to step 163 to determine whether all of the points in the finer (“j+1”) level mesh have been processed, and, if not, return to step 160 to select another point, and, of so, sequence to step 164 to exit.
  • the invention provides a number of advantages.
  • the invention provides an arrangement for generating a coarse (“j”) level mesh representing a surface, from a finer (“j+1”) level mesh surface representation.
  • the arrangement makes use of an indicator function to provide an indication as to which of several methodologies is be used at respective ones of the points in the finer (“j+1”) level mesh, including a subdivision-inverse filter methodology and a least-squares optimization methodology.
  • a system in accordance with the invention can be constructed in whole or in part from special purpose hardware or a general purpose computer system, or any combination thereof, any portion of which may be controlled by a suitable program.
  • Any program may in whole or in part comprise part of or be stored on the system in a conventional manner, or it may in whole or in part be provided in to the system over a network or other mechanism for transferring information in a conventional manner.
  • the system may be operated and/or otherwise controlled by means of information provided by an operator using operator input elements (not shown) which may be connected directly to the system or which may transfer the information to the system over a network or other mechanism for transferring information in a conventional manner.

Abstract

Computer graphics systems, devices and methods adapted to enable display and/or storage of human-perceptible images on a display device include an arrangement for generating a coarse level mesh representing a surface, from a finer level mesh surface representation. The arrangement includes an indicator value generator and a coarse level mesh generator. The indicator value generator, for respective ones of the points in the finer level mesh surface representation, evaluates an indicator function, the value indicating whether a subdivision-inverse filter methodology or a least-squares optimization methodology is to be used to determine a position for the corresponding point in the coarse level mesh representation. The coarse level mesh generator determines, for each of the points that is to be provided in the coarse level mesh representation, a position in response to the position of the corresponding point in the finer level mesh representation, in accordance with the one of the subdivision-inverse filter methodology and least-squares optimization methodology indicated by the indicator value generated by the indicator value generator.

Description

    CROSS REFERENCE TO RELATED APPLICATIONS
  • This application for patent is a Continuation of U.S. patent application Ser. No. 11/623,883 filed Jan. 17, 2007 (Atty. Dkt. MENT-060-CON), which is a Continuation of U.S. patent application Ser. No. 09/852,906 filed May 9, 2001 (issued Feb. 7, 2007 as U.S. Pat. No. 7,184,039), which claims priority from U.S. Provisional Patent App. 60/203,158 filed May 9, 2000 (expired).
  • FIELD OF THE INVENTION
  • The invention relates generally to the field of computer graphics, and more specifically to generation of meshes representing surfaces of objects. The invention specifically provides a computer graphics system and computer-implemented method for generating a coarse-level mesh from a fine-level mesh, which may be used in multi-resolution surface editing.
  • BACKGROUND OF THE INVENTION
  • Generally, in computer graphics, objects are represented as surfaces, with the surfaces being represented by meshes. A mesh consists of a set of vertices, or points in three-dimensional space, interconnected by edges. The edges define polygonal faces, which may be in the form of triangles, quadrilaterals, and so forth. In some computer graphic operations, it is desirable to generate a representation of a surface at a finer resolution than a current representation. There are several popular methodologies for generating a representation of a surface at a finer resolution than a current representation, including a Catmull-Clark surface subdivision methodology and a Loop surface subdivision methodology. In other operations, it can also be desirable to generate from a mesh representing a surface at one level of resolution, a mesh at a coarser resolution. A methodology for generating a representation of a surface at a coarser resolution than a current representation, and a methodology for generating such a surface representation, based on the Loop methodology, is described in D. Zorin, et al., “Interactive Multiresolution Mesh Editing, SIGGRAPH 1997, Computer Graphics Proceedings, pp. 259-268, particularly p. 262.
  • The methodology described in Zorin relics on a method for smoothing triangular meshes that is described in G. Taubin, “A signal processing approach to fair surface design,” SIGGRAPH 1995, Computer Graphics Conference Proceedings, pp. 351-358. Taubin's smoothing methodology consists of two linear filtering steps, the first being a low-pass filter step, followed by a high-pass filter step. The high-pass filter step is used to cancel out a mesh-shrinking effect that is induced by the low-pass filter step. The filtering operations described by Taubin have the problem that, as a consequence of the linearity of the filtering procedure, artifacts referred to as Gibbs ripples are introduced in the smoothed mesh as a result of discontinuities in the input mesh. When used in generating a coarse level mesh, Taubin's filtering produces Gibbs ripples at the places on the surface where the fine level mesh has sharp variations. Although Taubin's smoothing methodology may be configured with the help of parameters, no filter can play the role of an inverse of the Loop subdivision rule. Accordingly, in a multi-resolution representation of a Loop subdivision surface, there will be redundant detail information.
  • SUMMARY OF THE INVENTION
  • The invention provides a new and improved system and method for generating a coarse-level mesh from a fine-level mesh, which may be used in multi-resolution surface editing.
  • In brief summary, the invention provides an arrangement for generating a coarse (“j”) level mesh representing a surface, from a finer (“j+1”) level mesh surface representation. The arrangement includes an indicator value generator and a coarse level mesh generator. The indicator value generator, for respective ones of the points in the finer level mesh surface representation, evaluates an indicator function, the value indicating whether a subdivision-inverse filter methodology or a least-squares optimization methodology is to be used to determine a position for the corresponding point in the coarse level mesh representation. The coarse level mesh generator determines, for each of the points that is to be provided in the coarse level mesh representation, a position in response to the position of the corresponding point in the finer level mesh representation, in accordance with the one of the subdivision-inverse filter methodology or least-squares optimization methodology indicated by the indicator value generated by the indicator value generator.
  • BRIEF DESCRIPTION OF THE DRAWINGS
  • This invention is pointed out with particularity in the appended claims. The above and further advantages of this invention may be better understood by referring to the following description taken in conjunction with the accompanying drawings, in which:
  • FIG. 1 depicts a computer graphics system including an arrangement for generating a coarse level mesh representation of a surface from a finer level mesh of a surface, constructed in accordance with the invention;
  • FIG. 2 depicts a mesh representing a surface to which the Loop surface subdivision methodology has been applied;
  • FIG. 3 depicts a mesh representing a surface to which the Catmull-Clark surface subdivision methodology has been applied;
  • FIGS. 4 and 5 depict diagrams useful in understanding operations performed by the fine-to-coarse level mesh generating arrangement;
  • FIG. 6 depicts a flow chart describing operations performed by the fine-to-coarse level mesh generating arrangement in connection with triangular meshes; and
  • FIG. 7 depicts a flow chart describing operations performed by the fine-to-coarse level mesh generating arrangement in connection with quadrilateral meshes.
  • DETAILED DESCRIPTION OF AN ILLUSTRATIVE EMBODIMENT
  • FIG. 1 depicts a computer graphics system 10 including an arrangement for generating a coarse level mesh representation of a surface from a finer level mesh of a surface, constructed in accordance with the invention. With reference to FIG. 1, the computer graphics system includes a processor module 11, one or more operator input devices 12 and one or more display devices 13. The display device(s) 13 will typically comprise a frame buffer, video display terminal or the like, which will display information in textual and/or graphical form on a display screen to the operator. The operator input devices 12 for a computer graphics system 10 will typically include a pen 14 which is typically used in conjunction with a digitizing tablet 15, and a trackball or mouse device 16. Generally, the pen 14 and digitizing tablet will be used by the operator in several modes. In one mode, the pen 14 and digitizing tablet are used to provide updated shading information to the computer graphics system. In other modes, the pen and digitizing tablet are used by the operator to input conventional computer graphics information, such as line drawing for, for example, surface trimming and other information, to the computer graphics system 10, thereby to enable the system 10 to perform conventional computer graphics operations. The trackball or mouse device 16 can be used to move a cursor or pointer over the screen to particular points in the image at which the operator can provide input with the pen and digitizing tablet. The computer graphics system 10 may also include a keyboard (not shown) which the operator can use to provide textual input to the system 10.
  • The processor module 11 generally includes a processor, which may be in the form of one or more microprocessors, a main memory, and will generally include one a mass storage subsystem including one or more disk storage devices. The memory and disk storage devices will generally store data and programs (collectively, “information”) to be processed by the processor, and will store processed data which has been generated by the processor. The processor module includes connections to the operator input device(s) 12 and the display device(s) 13, and will receive information input by the operator through the operator input device(s) 12, process the input information, store the processed information in the memory and/or mass storage subsystem. In addition, the processor module can provide video display information, which can form part of the information obtained from the memory and disk storage device as well as processed data generated thereby, to the display devices) for display to the operator. The processor module 11 may also include connections (not shown) to hardcopy output devices such as printers for facilitating the generation of hardcopy output, modems and/or network interfaces (also not shown) for connecting the system 10 to the public telephony system and/or in a computer network for facilitating the transfer of information, and the like.
  • The invention provides an arrangement for generating a coarse-level mesh from a finer level mesh. In the following, the fine level mesh will continue to be identified by index “j+1,” and the coarse level mesh will continued to be identified by index “j.” Before describing the operations performed by the fine-to-coarse mesh generating arrangement in connection with generating a coarse level mesh from a current representation, it would be helpful to describe two surface subdivision methodologies, namely the aforementioned Loop surface subdivision methodology and a Catmull-Clark surface subdivision methodology, which are used to generate a finer (“j+1) level mesh from a coarse (“j”) level mesh. The invention provides an arrangement for essentially performing, in the case of a triangular mesh, operations that generally provide the inverse of Loop's surface subdivision methodology, and, in the case of a quadrilateral mesh, operations that generally provide the inverse of the Catmull-Clark surface subdivision methodology.
  • Loop's surface subdivision methodology will be described in connection with FIG. 2. Generally, in Loop's surface subdivision methodology, each triangular face in the original mesh is split into a plurality of subface, the subfaces defining the finer level mesh. The vertices of the finer level mesh are positioned using weighted averages of the positions of the vertices in the original mesh. More specifically, and with reference to FIG. 2, a mesh 20 at a fine “j” level is depicted that includes a vertex vq 21(0) located at position cj(q), and a plurality “K” of surrounding points vq(1) through vq(K) (generally, vq(k)) 21(1) through 21(K) (generally identified by reference numeral 21(k)) located at positions at respective positions cj(1) through cj(K), the points vq(k) 21(k) being those points in the mesh 20 that are connected to vertex vq by edges. (“K,” the number of points connected to vertex vq will sometimes be referred to as the vertex's “valence.”) Denoting the set of the indices of the points vq(k) in the mesh that are connected to vertex vq by N(q,j), a mesh at the next higher fineness level “j+1” corresponds to vertex v′q 22(0) located at position cj+1(q) and a set of surrounding points v′q(1) 22(1) at located at positions cj+1(1) and connected to the vertex v′q 22(0). The finer level mesh is constructed by providing the vertex v′q 22(0) at a position cj+1(q) that is determined by
  • c j + 1 ( q ) = ( 1 - a ( K ) ) c j ( q ) + a ( K ) K k N ( q , j ) c j ( k ) . ( 1 )
  • and points v′q(1) 22(1) at positions cj+1(1) that are determined by
  • c j + 1 ( l ) = 3 8 [ c j ( q ) + c j ( k ) ] + 1 8 [ c j ( k - 1 ) + c j ( k + 1 ) ] , k = 1 , , K , ( 2 )
  • where the weighting factor a(K) is given by
  • a ( K ) = 5 8 - ( 3 + 2 cos ( 2 π K ) 8 ) 2 . ( 3 )
  • Equations (1) and (2) are applied by selecting each point in the mesh at level “j” as a vertex, to provide points for the mesh at level “j+1.” Loop's surface subdivision methodology can be applied recursively to provide a mesh at any desired degree of fineness. It will be appreciated that equation (2) will provide that the point v′q(1) 22(1) that is created when the methodology is applied to point vq 21(0) as the vertex will be in the same position when the methodology is applied to point vq(k) 21(k) as the vertex.
  • It will be appreciated that, the Loop surface subdivision methodology provides
  • (i) one new point, at location cj+1(1) in the finer (“j+1”) level mesh, for, and generally somewhere between, each pair of points in the coarse (“j”) level mesh, and
  • (ii) a relocated point, at location cj+1(q) in the finer (“j+1”) level mesh for, and generally somewhat near, each point in the coarse (“j”) level mesh,
  • which are interconnected to form the finer (“j+1) level mesh. Accordingly, in performing the inverse, that is, processing a finer (“j+1”) level mesh to generate a coarse (“j”) level mesh, the arrangement processes the points in the finer (“j+1”) level mesh to remove, for each pair of connected points in the finer (“j+1”) level mesh, and determines a position for the remaining point, which will be present in the coarse (“j”) level mesh, based on the positions of surrounding points in the finer (“j+1”) level mesh. The operations performed by the arrangement in determining the position of the point that is to remain in the coarse (“j”) level mesh will be described below.
  • The Catmull-Clark subdivision methodology produces smooth surfaces using a small number of neighboring vertices. The Catmull-Clark surface subdivision methodology will be described in connection with FIGS. 3A through 3E. With reference to FIG. 3A, that FIG. depicts a mesh 30 consisting of four quadrilaterals 31(1) through 31(4). Each quadrilateral is referred to as a face. The quadrilaterals are defined by points 32(0), which is common to all of the quadrilaterals 31(1) through 31(4), and other points 32(1) through 32(8). Generally, the Catmull-Clark surface subdivision methodology is performed in a series of iterations, including
  • (i) a face point generation iteration, in which, for each face, a face point 33(1) through 33(4) is generated as the average of the points 32(p) defining the respective face (reference FIG. 3B);
  • (ii) an edge point generation iteration in which, for each edge, a new edge point 34(1) through 34(4) is generated as the average of the midpoint of the original edge with the two new face points of the faces adjacent to the edge (reference FIG. 3C; the face points generated during the face point generation iteration are shown as circles);
  • (iii) a vertex point iteration in which a vertex point 35 is generated in relation to the positions of the new face points generated in iteration (i) for faces that are adjacent to the original vertex point, the positions of the midpoints of the original edges that are incident on the original vertex point, the position of the original vertex point, and the valence of the original vertex point (reference FIG. 3D; the face and edge points generated during the face point and edge point generation iterations are shown as circles); and
  • (iv) a mesh connection step (reference FIG. 3E) in which:
      • (a) each new face point is connected to the edge points of the edges defining the original face; and
      • (b) each new vertex point is connected to the new edge points of all original edges incident on the original vertex point.
  • More specifically, in the Catmull-Clark subdivision methodology, denoting, for a vertex vq at location cj(q),
  • (i) the set of indices of neighboring points cj(1) that are connected thereto (for example, for point 32(0), point 32(2) and 32(8)) by Ne(q,j), and
  • (ii) the set of indices of second-order neighboring points that are opposite to vertex cj(q) with respect to the level “j” faces (for example, for point 32(0), point 32(1)) that are incident with vertex cj(q) by Nf(q,j)
  • a mesh at the next higher fineness level “j+1” is constructed as follows. In the face point generation iteration, the face points are generated and located at positions cj+1(mi) determined as follows
  • c j + 1 ( m i ) = 1 4 ( c j ( q ) + c j ( l i ) + c j ( l i + 1 ) + c j ( r i ) ) , m i N f ( q , j + 1 ) , l i , l i + 1 N e ( q , j ) , r i N f ( q , j ) . ( 4 )
  • In the edge point generation iteration, the edge points are generated and located at positions cj+1(l1) determined as follows:
  • c j + 1 ( l i ) = 1 4 ( c j ( q ) + c j ( k i ) + c j + 1 ( m i - 1 ) + c j + 1 ( m i ) ) , l i N e ( q , j + 1 ) , k i N e ( q , j ) , m i - 1 , m i N f ( q , j + 1 ) ( 5 )
  • In the vertex point generation iteration, the new vertex points are generated and located at positions as follows:
  • c j + 1 ( q ) = K - 2 K c j ( q ) + 1 K 2 i = 0 K - 1 c j ( l i ) + 1 K 2 i = 0 K - 1 c j + 1 ( m i ) l i N e ( j + 1 , q ) , m i N f ( j + 1 , q ) . ( 6 )
  • In terms of only points cj, that is substituting for the last term in equation (6),
  • c j + 1 ( q ) = ( 1 - 7 4 K ) c j ( q ) + 3 2 1 K 2 l N e ( q , j ) c j ( l ) + 1 4 K 2 m N f ( q , j ) c j ( m ) . ( 7 )
  • Generally, for quadrilateral meshes, the arrangement makes use of the Catmull-Clark methodology, except for the case of K=3 in equation (6). In that case, the arrangement makes use of
  • c j + 1 ( q ) = ( 1 - 8 γ ) c j ( q ) + 4 γ 1 K l N e ( q , j ) c j ( l ) + 4 γ 1 K m N f ( q , j + 1 ) c j + 1 ( m ) , ( 8 )
  • where
  • γ = 3 38 .
  • Equation (8) would correspond to the Catmull-Clark methodology (equation (6)) with
  • γ = 1 4 K ,
  • except that, for K=3,
  • γ = 3 38
  • instead of
  • 1 12 .
  • In terms of only points cj (compare equation (7))
  • c j + 1 ( q ) = ( 1 - 7 γ ) c j ( q ) + 6 γ 1 K l N e ( q , j ) c j ( l ) + γ 1 K m N f ( q , j ) c j ( m ) . ( 9 )
  • As is apparent from the above discussion, the Catmull-Clark surface subdivision methodology applied to a quadrilateral mesh at the coarse (“j”) level will produce a quadrilateral mesh at the finer (“j+1”) level having the same number of points as the mesh at the coarse (“j”) level, but the points in the finer (“j+1”) level may be at different positions than in the coarse (“j”) level. Accordingly, in performing the inverse, that is, processing a finer (“j+1”) level mesh to generate a coarse (“j”) level mesh, the arrangement processes the points in the finer (“j+1”) level mesh determine a position for each point in the finer (“j+1”) level mesh based on the positions of surrounding points in the finer (“j+1”) level mesh. The operations performed by the arrangement in determining the position of the point in the coarse (“j”) level mesh will be described below.
  • As noted above, the invention provides an arrangement for generating a coarse (“j) level mesh from a finer (“j+1”) level mesh. In generating a coarse mesh from a fine mesh, an indicator function is used locally in connection with each point that is being processed as a vertex to determine whether, around the respective point, the fine mesh can be derived by subdivision of a coarser mesh using a subdivision inverse filter. If so, the value of the indicator function, which will be described below, will be “zero” or close to “zero.” On the other hand, if the fine mesh cannot be derived by subdivision of a coarser mesh in the region around the respective vertex using a subdivision inverse filter, the value of the indicator function will not be close to “zero,” and in that case the coarse mesh will be generated using an approximate solution of a least-squares problem.
  • The indicator function is constructed for each point, selected as a vertex v′q, using the value of the Laplacian L(k,j+1) of the positions of the point and of the other points in its neighborhood in the finer (j+1) level mesh. For triangular meshes, in the one-dimensional case, for example, for a vertex v′q on a boundary, crease line or the like in the finer (“j+1”) level mesh, the Laplacian for the vertex is
  • L ( k , j + 1 ) = 1 2 [ c j + 1 ( k - 1 ) + c j + 1 ( k + 1 ) ] - c j + 1 ( k ) , ( 10 )
  • where cj+1(k) is the position of the vertex v′q in the finer (“j+1) level mesh for which the Laplacian is being generated, and cj+1(k−1) and cj+1(k+1) are the positions of the neighboring points v′q(k−1) and v′q(k+1) in the fine (j+1) level mesh. In the two-dimensional case, that is, in the case of a vertex v′q other than on a boundary, crease line or the like, for a regular vertex, that is, for a vertex for which the valence “K” is equal to “six,” the Laplacian is
  • L ( k , j + 1 ) = 1 6 ( l N ( k , j + 1 ) c j + 1 ( l ) ) - c j + 1 ( k ) , ( 11 )
  • where the factor “⅙” reflects the valence of the vertex. Also in the two-dimensional case, for an irregular vertex, that is, for a vertex for which the valence “K” is not equal to “six,” which may be the case at, for example, edges of the mesh, the Laplacian is
  • L ( k , j + 1 ) = ρ [ 1 K l N ( k , j + 1 ) c j + 1 ( l ) - c j + 1 ( k ) ] , where ( 12 ) ρ = 3 + 8 a ( K ) 3 ( - 5 + 8 a ( K ) ) , ( 13 )
  • where a(K) is defined in equation (3) above.
  • For quadrilateral meshes, in the one-dimensional case, that is, for a vertex v′q on a boundary, crease line, or the like in the finer (“j+1”) level mesh, the Laplacian L(k,j+1) for the vertex v′q is
  • L ( k , j + 1 ) = 1 2 ( c j + 1 ( k - 1 ) + c j + 1 ( k + 1 ) ) - c j + 1 ( k ) ( 14 )
  • where cj+1(k) is the position of the vertex v′q for which the Laplacian is being generated in the finer (“j+1”) level mesh, and cj+1(k−1) and cj+1(k+1) are the positions of the neighboring points in the finer (j+1) level mesh. In the two-dimensional case, that is, in the case of a vertex v′q other than on a boundary, crease line or the like, two Laplacians are used, namely a Laplacian Le(k,j+1) using the position cj+1(k) of the vertex v′q and the positions of the points whose indices are in the set Ne(q,j), and a Laplacian Lf(k,j+1) using the position cj+1(k) and the positions of the vertices whose indices are in the set Nf(q,j), as follows
  • L e ( k , j + 1 ) = 1 K ( l N e ( k , j + 1 ) c j + 1 ( l ) ) - c j + 1 ( k ) and ( 15 ) L f ( k , j + 1 ) = 1 K ( l N f ( k , j + 1 ) c j + 1 ( l ) ) - c j + 1 ( k ) . ( 16 )
  • As will be described below, the arrangement makes use of values of both Laplacians Le(k,j+1) and Lf(k,j+1), and so both values will be generated for each vertex.
  • As noted above, the arrangement makes use of an indicator function. For triangular meshes, the indicator function i(q) for a point as vertex v′q is given by, in the one-dimensional case
  • i ( q ) = L ( q ) - ( L ( q - 1 ) + L ( q + 1 ) ) + 1 2 ( L ( q - 2 ) + L ( q + 2 ) ) ( 17 )
  • and, for the two-dimensional case
  • i ( q ) = - 6 L ( q ) + 2 l N ( 1 , 0 ) ( q ) L ( l ) - 2 l N ( 2 , 0 ) ( q ) L ( l ) + l N ( 2 , 1 ) ( q ) L ( l ) , ( 18 )
  • where the indices for the sums in equation (18) are in the neighborhood of the vertex for which the indicator function is being evaluated are as depicted in FIG. 4.
  • In generating the values of the indicator function for quadrilateral meshes, the arrangement makes use of a linear combination Lind(k,j+1) of the Laplacians Le(k,j+1) and Lf(k,j+1) described above (equations (15) and (16), respectively), namely
  • L ind ( k , j + 1 ) = 2 K - 5 K - 3 L e ( k , j + 1 ) + 1 K - 3 L f ( k , j + 1 ) ( 19 )
  • for vertices for which valence “K” is not equal to “three.” For vertices for which the valence “K” does equal “three,” Lind(k,j+1) takes the form
  • L ind ( k , j + 1 ) = - 22 3 L e ( k , j + 1 ) + 2 L f ( k , j + 1 ) . ( 20 )
  • For regular vertices, that is, for vertices for which the valence “K” equals “four,” equation (19) becomes

  • L ind reg=−2L e(k,j+1)+L f(k,j+1)  (21).
  • With this background, the indicator function i(k) for quadrilateral meshes is given by (omitting the index “j+1,” since the indicator function will always be evaluated for vertices in the fine (j+1) level mesh)
  • i ( k ) = K 4 L ind ( k ) - l N ( 1 , 0 ) ( k ) L ind ( l ) + 1 2 l N ( 2 , 0 ) ( k ) L ind ( l ) + l N ( 2 , 1 ) ( k ) L ind ( l ) - 1 2 l N ( 3 , 1 ) ( k ) L ind ( l ) - 1 2 l N ( 3 , 2 ) ( k ) L ind ( l ) + 1 4 l N ( 4 , 2 ) ( k ) L ind ( l ) , ( 22 )
  • where the vertex neighborhoods for the respective sums are as shown in FIG. 5.
  • As noted above, the fine-to-coarse mesh generating arrangement generates a coarse (“j”) level mesh from a finer (“j+1”) level mesh. For a triangular mesh, the fine-to-coarse mesh generating arrangement determines, for each vertex v′q located at position cj+1(k) in the finer (“j+1”) level mesh for which a vertex vq is to appear in the coarse (“j”) level mesh, a position cj(k) for the vertex vq in accordance with

  • c j(k)=c j+1(k)+λL(k,j+1)  (23),
  • where λ is a parameter whose value are determined as described below and L(k,j+1) is the value of the Laplacian generated for the vertex v′q in the finer (j+1) level mesh. As noted above, not all of the vertices in the finer (“j+1”) level mesh will have corresponding vertices in the coarse (“j”) level mesh. If the value of the Laplacian L(k,j+1) generated for a vertex v′q in the finer (“j+1”) level mesh is relatively small, that is, if

  • |L(k,j+1)|<ε  (24)
  • for a selected small ε, then for equation (23), the position cj(k) of the corresponding vertex vq in the coarse (“j”) level mesh can be taken as the position cj+1(k) of the vertex v′q. In that case, neither the parameter λ, nor the indicator function i(q) (equations (17) and (18)), need to be generated.
  • If the value of the Laplacian L(k,j+1) is not small, that is, if the condition in equation (24) does not hold, the manner in which parameter λ for use in equation (23) is to be determined will depend on the value of the indicator function, generated as described above in connection with equations (17) and (18) and whether the vertex is on a boundary, crease line or the like, a regular vertex (that is, a vertex v′q whose valence “K” is “six”) or an irregular vertex (that is, a vertex v′q whose valence “K” is other than “six”). If the value of the indicator function is zero, or close to zero, for the vertex v′q, a subdivision-inverse filter is used in which
  • (i) if the vertex is on a boundary, crease line or the like

  • λ=−1  (25),
  • (ii) if the vertex v′q is regular, that is, if its valence “K” is equal to “six,” and is not on a boundary, crease line or the like
  • λ = - 3 2 , and ( 26 )
  • (iii) if the vertex v′q is irregular, that is, if its valence “K” is not equal to “six,” and is not on a boundary, crease fine or the like
  • λ = 8 a ( K ) - 5 + 8 a ( K ) , ( 27 )
  • where a(K) is as defined above in connection with equation (3).
  • On the other hand, if the value of the indicator function i(q) is not zero or close to zero, a least-squares optimization is used in which
  • (i) if the vertex is on a boundary, crease line or the like
  • λ = 1 L ( k ) [ b 0 1 D L ( k ) + 1 2 b 1 1 D ( L ( k - 1 ) + L ( k + 1 ) ) ] where b 0 1 D = - 12 35 and b 1 1 D = - 23 49 . ( 28 ) ,
  • (ii) if the vertex v′q is regular, that is, if its valence “K” is equal to “six,” and the vertex is not on a boundary, crease line or the like
  • λ = 1 L ( k ) [ b 0 reg L ( k ) + 1 6 b 1 reg l N ( k , j + 1 ) L ( l ) ] , ( 29 )
  • where
  • b 0 reg = - 61 5720 and b 1 reg = - 14403 5720 ;
  • it will be appreciated that the factor
  • 1 6
  • in equation (29) reflects the value of the valence “K,” namely, “six.”
  • (iii) if the vertex v′q is irregular, that is, if its valence “K” is not equal to “six,” and the vertex is not on the boundary, crease line or the like
  • λ = 1 L ( k ) [ b 0 irreg L ( k ) + 1 K b 1 irreg l N ( k , j + 1 ) L ( l ) ] , where ( 30 ) b 0 irreg = 2 ( 5 - 8 a ( K ) ) ( 14647 K - 391848 a ( K ) + 391848 a ( k ) 2 ) 715 ( 3 + 8 a ( k ) ) ( 256 + 41 K - 512 a ( k ) + 256 a ( k ) 2 ) and ( 31 ) b 1 irreg = 16 ( - 5531 K - 24521 a ( K ) + 24521 a ( K ) 2 ) 715 ( 256 + 41 K - 512 a ( K ) + 25 a ( K ) 2 ) , ( 32 )
  • where, for both equations (31) and (32), “K” corresponds to the valence of the irregular vertex, and a(K) is as defined in equation (3).
  • For a quadrilateral mesh, for each vertex v′q located at position cj+1(k) in the finer (j+1) level mesh, a vertex vq is provided in the coarser (j) level mesh at a position cj(k) that is determined by

  • c j(k)=c j+1(k)+λ1 L e(k,j+1)+λ2 L f(k,j+1)  (33),
  • where λ1 and λ2 are parameters whose values are determined as described below, and Le(k,j+1) and Lf(k,j+1) are determined as described above in connection with equations (14) through (16). In the one-dimensional case, that is, for vertices on a boundary, crease line or the like, since only Laplacian Le is used, only one parameter λ1 need be generated for use in equation (33). On the other hand for vertices that are not on a boundary, crease line, or the like, since both Laplacians Le and Lf are used, both parameters λ1 and λ2 are generated for use in equation (33). As with the triangular mesh, if the values of Le(k,j+1) and Lf(k,j+1) are relatively small, that is, if for a vertex v′q in the fine (“j+1”) level mesh

  • max(|L e(k,j+1)|,|L f(k,j+1)|)<ε  (34)
  • for a selected small ε, then for equation (34), the position cj(k) of vertex vq in the coarse (“j”) level mesh can be taken as the position cj+1(k) of vertex v′q. In that case, neither the parameters λ1 and λ2, nor the indicator function i(k,j+1) (equation (22)), need to be generated.
  • If the condition in equation (34) does not hold, the values of parameter λ1 and λ2 for use in equation (33) will depend on the value of the indicator function. For a vertex v′q that falls on a boundary, crease line or the like, the value of the parameter λ1 will be generated in the same manner as in a triangular mesh (reference equations (25) and (28) above). On the other hand, for a vertex v′q that does not fall on a boundary, crease line or the like, if the value of the indicator function i(k,j+1) generated therefor is near zero, that is, if

  • |i(k,j+1)|≦ε·max(|L e(k,j+1)|,|L f(k,j+1)|)  (35)
  • a subdivision-inverse filter is used in which, if the valence “K” of the vertex not equal to “three,”
  • λ 1 = - 4 K - 3 λ 2 = 1 K - 3 , ( 36 )
  • and, if the valence “K” for the vertex is equal to “three,”

  • λ1=−8, λ2=2  (37).
  • On the other hand, if, for a vertex v′q, the value of the indicator function i(k,j+1) is not near zero, that is, if the condition in inequality (35) is not satisfied,
  • λ 1 = 1 L e ( k , j + 1 ) [ b 10 cc L c ( k , j + 1 ) + 1 K b 11 cc l N ( k , j + 1 ) L e ( l , j + 1 ) ] , and ( 38 ) λ 2 = 1 L f ( k , j + 1 ) [ b 20 cc L f ( k , j + 1 ) + 1 K b 21 cc l N f ( k , j + 1 ) L f ( l , j + 1 ) ] , ( 39 )
  • which reflect a least squares optimization. If vertex v′q is regular, that is, if the vertex's valence “K” is “four,”
  • b 10 cc = - 9946871 4862025 b 11 cc = - 1024 405 b 20 cc = 1644032 972405 b 21 cc = - 1338874 972405 . ( 40 )
  • On the other hand, if the vertex v′q is irregular, that is, if the vertex's valence “K” is other than “four,”
  • b 10 cc = 162307143936 - 92746939392 K - 8924282387 K 3 4862025 ( 12544 - 14336 K + 4096 K 2 + 901 K 3 ) b 11 cc = 1024 ( 2793728 - 1596416 K - 244001 K 3 ) 99225 ( 12544 - 14336 K + 4096 K 2 + 901 K 3 ) b 20 cc = 512 ( - 113305472 + 64745984 K + 17391149 K 3 ) 4862025 ( 12544 - 14336 K + 4096 K 2 + 901 K 3 ) b 21 cc = 4 ( 8660934688 - 4949105536 K - 1876158821 K 3 ) 4862025 ( 12544 - 14336 K + 4096 K 2 + 901 K 3 ) . ( 41 )
  • The following are approximations for equations (40) that are used in one embodiment of the arrangement:

  • b 10 cc=−2.04583

  • b 11 cc=−25284  (42),

  • b20 cc=1.69069

  • b 21 cc=−1.37687
  • and the following are approximations for equations (41) that are used in the same embodiment:
  • b 10 cc = 1623.07 - 927.469 K - 89.2428 K 3 609.892 - 697.02 K + 199.149 K 2 + 43.8068 K 3 b 11 cc = 28.6078 - 16.3473 K - 2.49857 K 3 12.4468 - 14.2249 K + 4.06426 K 2 + 0.894017 K 3 b 20 cc = - 580.124 + 331.499 K + 89.0427 K 3 609.892 - 697.02 K + 199.149 K 2 + 43.8068 K 3 b 21 cc = 346.437 - 197.964 K - 75.0464 K 3 609.892 - 697.02 K + 199.149 K 2 + 43.8068 K 3 . ( 43 )
  • With this background, the operations performed by the fine-to-coarse mesh generating arrangement in generating a coarse (“j”) level mesh from a finer (“j+1”) level mesh will be described in connection with the flow charts in FIGS. 6 and 7. The flow chart in FIG. 6 depicts the operations performed in connection with a triangular mesh and the flow chart in FIG. 7 depicts the operations performed in connection with a quadrangular mesh. With reference initially to FIG. 6, the arrangement will first perform a series of steps to generate the Laplacian (equations (10) through (12)) for each of the points in the triangular finer (“j+1”) level mesh. Initially, the arrangement will select a point in the finer (j+1) level mesh as vertex (step 100) and determine whether the point is regular, that is, whether its valence “K” is six, and does not fall on a boundary, crease line or the like (step 101). If the arrangement makes a positive determination in step 101, it proceeds to step 102 in which it generates the Laplacian for the point selected in step 100 in accordance with equation (11).
  • On the other hand, if the arrangement makes a negative determination in step 101, it will determine whether the point is irregular, that is, whether its valence “K” is less than six and does not fall on a boundary, crease line or the like (step 103). If the arrangement makes a positive determination in step 103, it proceeds to step 104 in which it generates the Laplacian for the point selected in step 100 in accordance with equation (12).
  • Finally, if the arrangement makes a negative determination in step 103, which will be the case if the point falls on a boundary, crease line or the like, it proceeds to step 105 in which it generates the Laplacian for the point selected in step 100 in accordance with equation (10).
  • Following step 102, 104 or 105, the arrangement will determine whether all of the points have been selected in step 100 (step 106). If the arrangement makes a negative determination in step 106, it will not have generated Laplacians for all of the points in the finer (“j+1”) level mesh, and, in that case, it will return to step 100 to select another point and perform respective steps 101 through 105 in connection therewith. The arrangement performs step 100 and respective steps 101 through 105 through a plurality of iterations, in each iteration selecting and generating the Laplacian for each of the points in the finer (“j+1”) level mesh.
  • After all of the points have been selected and Laplacians generated therefor, the arrangement will make a positive determination in step 106, at which point it will sequence to a series of steps in which the arrangement determines the positions cj(q) for points in the finer (“j+1”) level mesh that are to be retained in the coarse (“j”) level mesh. In those operations, the arrangement will select a point in the finer (“j+1”) level mesh (step 110) and determine whether the point is to be retained in the coarse (“j”) level mesh (step 111). If the arrangement makes a negative determination in step 111, the point is not to be retained in the coarse (“j”) level mesh. In that case, the arrangement will sequence to a step 112 in which it determines whether it has selected all of the points in the finer (“j+1”) level mesh. If the arrangement makes a negative determination in step 112, it will return to step 110 to select another point in the finer (“j+1”) level mesh. On the other hand, if the arrangement makes a positive determination in step 112, which will be the case if it has processed all of the points in the finer (“j+1”) level mesh, it will exit (step 113). The arrangement can make use of any of a number of methodologies in determining whether a point in the finer (“j+1”) level mesh will be retained in the coarse (“j”) level mesh. For example, given a suitable point indexing methodology, as will be apparent to those skilled in the art, the arrangement can determine whether a point in the finer (“j+1”) level mesh will be retained in the coarse (“j”) level mesh.
  • Returning to step 111, if the arrangement makes a positive determination in that step, which will be the case if the selected point in the finer (“j+1”) level mesh will be retained, the arrangement sequences to step 115, in which it determines whether the value of the Laplacian for the point selected in step 110 is less than “ε” (reference inequality (24)). If the arrangement makes a positive determination in step 115, it determines the position cj(q) of the point in the coarse (“j”) level mesh as the position cj+1(q) of the corresponding point in the finer (“j+1”) level mesh (step 116). Following step 116, the arrangement will sequence to step 112 to determine whether all of the points in the finer (“j+1”) level mesh have been processed, and, if not, return to step 110 to select another point, and, if so, exit.
  • Returning to step 115, if the arrangement makes a negative determination in that step, it will sequence to step 117, in which it will determine whether the point is regular, that is, whether its valence “K” is six, and does not fall on a boundary, crease line or the like. If the arrangement makes a positive determination in that step, it will generate a value for the indicator function (reference equation (18)) (step 118). The arrangement will then determine whether the value of the indicator function is zero or close to zero (step 119). If the arrangement makes a positive determination in step 119, it will provide a value for the parameter λ as described above in connection with equation (26) (step 120). Oh the other hand, if the arrangement makes a negative determination in step 119, it will provide a value for the parameter λ as described above in connection with equation (29), provided that the value of the parameter λ does not fall below the value specified in equation (26) (step 121).
  • Returning to step 117, if the arrangement makes a negative determination in that step, it will sequence to step 122 to determine whether the point is irregular, that is, whether its valence “K” is not equal to six, and the point does not fall on a boundary, crease line or the like. If the arrangement makes a positive determination in that step, it will generate a value for the indicator function (reference equation (18)) (step 123). The arrangement will then determine whether the value of the indicator function is zero or close to zero (step 124). If the arrangement makes a positive determination in step 124, it will provide a value for the parameter λ as described above in connection with equation (27) (step 125). On the other hand, if the arrangement makes a negative determination in step 124, it will provide a value for the parameter λ as described above in connection with equation (30), provided that the value of the parameter λ does not fall below the value specified in equation (26) (step 126).
  • Returning to step 122, if the arrangement makes a negative determination in that step, it will sequence to step 127 to determine whether the point falls on a boundary, crease line or the like. If the arrangement makes a positive determination in that step, it will generate a value for the indicator function (reference equation (17)) (step 128). The arrangement will then determine whether the value of the indicator function is zero or close to zero (step 129). If the arrangement makes a positive determination in step 129, it will provide a value for the parameter λ as described above in connection with equation (25) (step 130). On the other hand, if the arrangement makes a negative determination in step 129, it will provide a value for the parameter λ as described above in connection with equation (28), provided that the value of the parameter λ does not fall below the value specified in equation (25) (step 131).
  • Following step 120, 121, 125, 126, 130, or 131, the arrangement will sequence to step 132, in which it determines whether the value of the parameter λ generated in the respective step was greater than “one,” and, if so, limit the maximum value of parameter λ to “one” (step 133). Thereafter, the arrangement uses equation (23) to determine the position cj+1(q) of the point in the coarse (“j”) level mesh (step 134).
  • Following step 134, the arrangement the arrangement will sequence to step 112 to determine whether all of the points in the finer (“j+1”) level mesh have been processed, and, if not, return to step 110 to select another point, and, if so, exit.
  • The flow chart in FIG. 7 depicts the operations performed in connection with a quadrangular mesh. With reference to FIG. 7, the arrangement will first perform a series of steps to generate the Laplacians (equations (14) through (16)) for each of the points in the quadrilateral finer (“j+1”) level mesh. Initially, the arrangement will select a point in the finer (j+1) level mesh as vertex (step 150) and determine whether the point does not fall on a boundary, crease line or the like (step 151). If the arrangement makes a positive determination in step 151, it proceeds to step 152 in which it generates the Laplacian for the point selected in step 150 in accordance with equations (15) and (16).
  • On the other hand, if the arrangement makes a negative determination in step 151, which will be the case if the point falls on a boundary, crease line or the like, it proceeds to step 153 in which it generates the Laplacian for the point selected in step 150 in accordance with equation (14).
  • Following step 152 or 153, the arrangement will determine whether all of the points have been selected in step 150 (step 154). If the arrangement makes a negative determination in step 154, it will not have generated Laplacians for all of the points in the finer (“j+1”) level mesh, and, in that case, it will return to step 150 to select another point and perform respective steps 151 through 153 in connection therewith. The arrangement performs step 150 and respective steps 151 through 153 through a plurality of iterations, in each iteration selecting and generating the Laplacian for each of the points in the finer (“j+1”) level mesh.
  • After all of the points have been selected and Laplacians generated therefor, the arrangement will make a positive determination in step 154, at which point it will sequence to a series of steps in which the arrangement determines the positions cj(q) for respective points in the coarse (“j”) level mesh using the positions cj+1(q) of the points in the finer (“j+1”) level mesh and the values of parameters to be generated and the Laplacians generated in steps 150 through 153. Initially, the arrangement will select a point in the finer (“j+1”) level mesh (step 160) and determine whether the values of both Laplacians Le(k,j+1) and Lf(k,j+1) generated for the point selected in step 160 are less than “ε” (reference inequality (34)) (step 161). If the arrangement makes a positive determination in step 161, it determines the position cj(q) of the point in the coarse (“j”) level mesh as the position cj+1(q) of the same point in the finer (“j+1”) level mesh (step 162). Following step 162, the arrangement will sequence to step 163 to determine whether all of the points in the finer (“j+1”) level mesh have been processed, and, if not, return to step 160 to select another point. On the other hand, if the arrangement makes a positive determination in step 163, it will exit (step 164).
  • Returning to step 161, if the arrangement makes a negative determination in that step, it will sequence to step 165, in which it determines whether the determine whether the point is regular, that is, whether its valence “K” is four, and does not fall on a boundary, crease line or the like. If the arrangement makes a positive determination in step 165, it will generate a value for the indicator function (reference equation (22)) (step 166) and determine whether the value of the indicator function is near zero (reference inequality (35)) (step 167). If the arrangement makes a positive determination in step 167, it will generate values for λ1 and λ2 as described above in connection with equations (36) (step 168). On the other hand, if the arrangement makes a negative determination in step 167, it will generate values for λ1 and λ2 as described above in connection with equations (38)-(40), in the process ensuring that the values of λ1 and λ2 are within predetermined limits (−4≦λ1≦½, ¼≦λ2≦1) (step 169).
  • Returning to step 165, if the arrangement makes a negative determination in that step, it will sequence to step 170, in which it determines whether the point is irregular, that is, whether its valence “K” is other than four, and does not fall on a boundary, crease line or the like. If the arrangement makes a positive determination in step 170, it will generate a value for the indicator function (reference equation (22)) (step 171) and determine whether the value of the indicator function is near zero (reference inequality (35)) (step 172). If the arrangement makes a positive determination in step 172, it determine whether the valence “K” of the point is “three” (step 173). If the arrangement makes a positive determination in step 173, it will generate values for λ1 and λ2 as described above in connection with equation (37) (step 174). On the other hand, if the arrangement makes a negative determination in step 173, it will generate values for λ1 and λ2 as described above in connection with equation (36) (step 175). Returning to step 172, if the arrangement makes a negative determination in step 172, which will be the case if the value for the indicator function as generated in step 171 is not near zero, it will generate values for λ1 and λ2 as described above in connection with equations (38)-(40), in the process ensuring that the values of λ1 and λ2 and are within predetermined limits
  • ( - 4 K - 3 λ 1 1 2 , 1 4 λ 2 1 K - 3 ) . ( step 176 )
  • Returning to step 170, if the arrangement makes a negative determination in that step, it will sequence to step 177 to determine whether the point falls on a boundary, crease line or the like. If the arrangement makes a positive determination in that step, it will generate a value for the indicator function (reference equation (17)) (step 178). The arrangement will then determine whether the value of the indicator function is zero or near zero (reference inequality (35) above) (step 179). If the arrangement makes a positive determination in step 179, it will provide a value for the parameter λ as described above in connection with equation (25) (step 180). On the other hand, if the arrangement makes a negative determination in step 179, it will provide a value for the parameter λ as described above in connection with equation (28) (step 181).
  • Following step 168, 169, 174, 175, 180, or 181, the arrangement will sequence to step 182, in which it uses equation (33) and values for parameters λ1 and λ2 generated in the previous steps to determine the position cj+1(q) of the point in the coarse (“j”) level mesh. Following step 182, the arrangement will sequence to step 163 to determine whether all of the points in the finer (“j+1”) level mesh have been processed, and, if not, return to step 160 to select another point, and, of so, sequence to step 164 to exit.
  • The arrangement provides a number of advantages. In particular, the invention provides an arrangement for generating a coarse (“j”) level mesh representing a surface, from a finer (“j+1”) level mesh surface representation. The arrangement makes use of an indicator function to provide an indication as to which of several methodologies is be used at respective ones of the points in the finer (“j+1”) level mesh, including a subdivision-inverse filter methodology and a least-squares optimization methodology.
  • It will be appreciated that numerous changes and modifications may be made to the arrangement as described herein. For example, it will be appreciated that, although the arrangement has been described in connection with meshes of triangular and quadrangular faces, it will be appreciated that the arrangement may find utility in connection with meshes having faces of different polygonal structures. In addition, although equations for generating the indicator functions and parameters may differ than the specific ones described herein.
  • It will be appreciated that a system in accordance with the invention can be constructed in whole or in part from special purpose hardware or a general purpose computer system, or any combination thereof, any portion of which may be controlled by a suitable program. Any program may in whole or in part comprise part of or be stored on the system in a conventional manner, or it may in whole or in part be provided in to the system over a network or other mechanism for transferring information in a conventional manner. In addition, it will be appreciated that the system may be operated and/or otherwise controlled by means of information provided by an operator using operator input elements (not shown) which may be connected directly to the system or which may transfer the information to the system over a network or other mechanism for transferring information in a conventional manner.
  • The foregoing description has been limited to a specific embodiment of this invention. It will be apparent, however, that various variations and modifications may be made to the invention, with the attainment of some or all of the advantages of the invention. It is the object of the appended claims to cover these and such other variations and modifications as come within the true spirit and scope of the invention.

Claims (3)

1. A fine-to-coarse level mesh generating arrangement for generating a coarse level mesh representation representing a surface, from a finer level mesh representation comprising:
A. an indicator value generator module configured to, for respective ones of the points in the finer level surface representation, evaluate an indicator function to generate an indicator value, the indicator value indicating whether one of a subdivision-inverse filter methodology or a least-squares optimization methodology is to be used to determine a position for a corresponding point in the coarse level mesh representation; and
B. a coarse level mesh generator module configured to determine, for each of the points that are to be provided in the coarse level mesh representation, a position in the coarse level mesh representation in response to the position of the corresponding point in the finer level mesh representation, in accordance with the one of the subdivision-inverse filter methodology and least-squares optimization methodology as indicated by the indicator value generated by the indicator value generator module.
2. A method of generating a coarse level mesh representation representing a surface, from a finer level mesh representation, the method comprising:
A. an indicator value generator process of, for respective ones of the points in the finer level mesh representation, evaluating an indicator function to generate an indicator value, the indicator value indicating whether one of a subdivision-inverse filter methodology or a least-squares optimization methodology is to be used to determine a position for a corresponding point in the coarse level mesh representation: and
B. a coarse level mesh generator process for determining, for each of the points that are to be provided in the coarse level mesh representation, a position in the coarse level mesh representation in response to the position of the corresponding point in the finer level mesh representation, in accordance with the one of the subdivision-inverse filter methodology and least-squares optimization methodology as indicated by the indicator value generated during the indicator value generator process.
3. A computer program product for use in connection with a computer to provide a fine-to-coarse level mesh generating arrangement for generating a coarse level mesh representation representing a surface, from a finer level mesh representation, the computer program product comprising a computer-readable medium having encoded thereon:
A. indicator value generator computer program code readable by the computer and operable to enable the computer to for respective ones of the points in the finer level surface representation, evaluate an indicator function to generate an indicator value, the indicator value indicating whether one of a subdivision-inverse filter methodology or a least-squares optimization methodology is to be used to determine a position for a corresponding point, in the coarse level mesh representation; and
coarse level mesh generator computer program code readable by the computer and operable to enable the computer to determine, for each of the points that are to be provided in the coarse level mesh representation, a position in the coarse level mesh representation in response to the position of the corresponding point in the finer level mesh representation, in accordance with the one of the subdivision-inverse filter methodology and least-squares optimization methodology as indicated by the indicator value.
US12/271,963 2000-05-09 2008-11-17 Computer graphics using coarse level meshes Abandoned US20090146998A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US12/271,963 US20090146998A1 (en) 2000-05-09 2008-11-17 Computer graphics using coarse level meshes

Applications Claiming Priority (4)

Application Number Priority Date Filing Date Title
US20315800P 2000-05-09 2000-05-09
US09/852,906 US7184039B2 (en) 2000-05-09 2001-05-09 Computer-implemented method for generating coarse level meshes for multi-resolution surface editing
US11/623,883 US7453457B2 (en) 2000-05-09 2007-01-17 Computer graphics using coarse level meshes
US12/271,963 US20090146998A1 (en) 2000-05-09 2008-11-17 Computer graphics using coarse level meshes

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
US11/623,883 Continuation US7453457B2 (en) 2000-05-09 2007-01-17 Computer graphics using coarse level meshes

Publications (1)

Publication Number Publication Date
US20090146998A1 true US20090146998A1 (en) 2009-06-11

Family

ID=22752754

Family Applications (3)

Application Number Title Priority Date Filing Date
US09/852,906 Active 2024-09-17 US7184039B2 (en) 2000-05-09 2001-05-09 Computer-implemented method for generating coarse level meshes for multi-resolution surface editing
US11/623,883 Expired - Fee Related US7453457B2 (en) 2000-05-09 2007-01-17 Computer graphics using coarse level meshes
US12/271,963 Abandoned US20090146998A1 (en) 2000-05-09 2008-11-17 Computer graphics using coarse level meshes

Family Applications Before (2)

Application Number Title Priority Date Filing Date
US09/852,906 Active 2024-09-17 US7184039B2 (en) 2000-05-09 2001-05-09 Computer-implemented method for generating coarse level meshes for multi-resolution surface editing
US11/623,883 Expired - Fee Related US7453457B2 (en) 2000-05-09 2007-01-17 Computer graphics using coarse level meshes

Country Status (4)

Country Link
US (3) US7184039B2 (en)
EP (1) EP1292920A2 (en)
AU (1) AU2001264175A1 (en)
WO (1) WO2002023486A2 (en)

Families Citing this family (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP1292920A2 (en) * 2000-05-09 2003-03-19 Mental Images GmbH &amp; Co. KG. Generating coarse-level meshes from fine-level meshes
JP4468409B2 (en) * 2007-06-11 2010-05-26 株式会社日立製作所 Analysis mesh generator
US7843456B2 (en) * 2007-06-29 2010-11-30 Microsoft Corporation Gradient domain editing of animated meshes
US9520001B2 (en) * 2014-01-21 2016-12-13 Adobe Systems Incorporated 3D model enhancement

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5506947A (en) * 1994-09-22 1996-04-09 International Business Machines Corporation Curve and surface smoothing without shrinkage
US6009435A (en) * 1997-11-21 1999-12-28 International Business Machines Corporation Progressive compression of clustered multi-resolution polygonal models
US6266062B1 (en) * 1997-10-08 2001-07-24 Maria-Cecilia Rivara Longest-edge refinement and derefinement system and method for automatic mesh generation
US7453457B2 (en) * 2000-05-09 2008-11-18 Mental Images Gmbh Computer graphics using coarse level meshes

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5963209A (en) * 1996-01-11 1999-10-05 Microsoft Corporation Encoding and progressive transmission of progressive meshes

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5506947A (en) * 1994-09-22 1996-04-09 International Business Machines Corporation Curve and surface smoothing without shrinkage
US6266062B1 (en) * 1997-10-08 2001-07-24 Maria-Cecilia Rivara Longest-edge refinement and derefinement system and method for automatic mesh generation
US6009435A (en) * 1997-11-21 1999-12-28 International Business Machines Corporation Progressive compression of clustered multi-resolution polygonal models
US7453457B2 (en) * 2000-05-09 2008-11-18 Mental Images Gmbh Computer graphics using coarse level meshes

Also Published As

Publication number Publication date
US20050276518A1 (en) 2005-12-15
WO2002023486A2 (en) 2002-03-21
US20070176930A1 (en) 2007-08-02
AU2001264175A1 (en) 2002-03-26
US7184039B2 (en) 2007-02-27
EP1292920A2 (en) 2003-03-19
WO2002023486A3 (en) 2002-06-27
US7453457B2 (en) 2008-11-18

Similar Documents

Publication Publication Date Title
Duchaineau et al. ROAMing terrain: Real-time optimally adapting meshes
Pauly et al. Spectral processing of point-sampled geometry
Alexa et al. Point set surfaces
JP4237806B2 (en) Progressive mesh adaptive subdivision method and apparatus
Turk Re-tiling polygonal surfaces
Haber et al. Smooth approximation and rendering of large scattered data sets
US6285372B1 (en) Multiresolution adaptive parameterization of surfaces
US7129942B2 (en) System and method for performing domain decomposition for multiresolution surface analysis
US6208997B1 (en) Rapid production of optimal-quality reduced-resolution representations of very large databases
Kalaiah et al. Modeling and rendering of points with local geometry
EP0976056A2 (en) Method and system for adaptive refinement of progressive meshes
Brunnett et al. Geometric modeling for scientific visualization
Velho et al. A unified approach for hierarchical adaptive tesselation of surfaces
US20090309877A1 (en) Soft shadow rendering
EP0782105B1 (en) Processing image data
US20090146998A1 (en) Computer graphics using coarse level meshes
US6693631B2 (en) System and method for multi-resolution fairing of non-manifold models
Fournier et al. Chebyshev polynomials for boxing and intersections of parametric curves and surfaces
Moorhead et al. Signal processing aspects of scientific visualization
Moore et al. Mesh displacement: An improved contouring method for trivariate data
JP2837584B2 (en) How to create terrain data
Azuma et al. View-dependent refinement of multiresolution meshes with subdivision connectivity
Enger Interval ray tracing—a divide and conquer strategy for realistic computer graphics
Garcia et al. Approximation and processing of intensity images with discontinuity-preserving adaptive triangular meshes
EP0596666B1 (en) Processing image data

Legal Events

Date Code Title Description
STCB Information on status: application discontinuation

Free format text: ABANDONED -- FAILURE TO RESPOND TO AN OFFICE ACTION