This application is a US national entry application of PCT/FR2016/051030, entitled, “METHOD OF SIMPLIFYING A GEOMETRY MODEL,” filed May 2, 2016, the disclosure of which is incorporated by reference herein which claims priority to 15 54109 (FR), filed May 7, 2015, the disclosure of which is incorporated by reference herein.
The present invention relates to the field of object modeling and in particular the field of simplification of geometry models (mesh or point cloud, for example) for objects modeled in three dimensions.
When modeling objects in three dimensions based on real objects, the point models obtained or the mesh models (for example triangular faces) may be present in very large numbers (for example several million faces/triangles) in order to represent the geometry of the object in intricate detail.
Three-dimensional modeling (3D) of these real objects can in particular be carried out with the aid of techniques using 3D scanners. A 3D scanner is a device that analyzes objects or their surroundings in order collect precise information about their shape and possibly their appearance (color, texture . . . ). These three-dimensional scanners may use various technologies such as light (for example laser, structured light, modulated light), ultrasound, or X-rays. An example of a 3D scanner intended for the general public is the Google Tango tablet or the Microsoft Kinect product. Any photo sensor is a potential 3D scanner, only requiring the addition of a stereovision program which reconstructs a 3D shape from a series of photos.
Whether digitized or created virtually, digital 3D objects can be of different types and uses, including:
However, the 3D models resulting from these modeling tools are often very complex and therefore very cumbersome. It can be complicated to manipulate/view these models on computer equipment of low computing power (such as a smartphone). In addition, limited network capacity (such as poor quality WiFi networks, mobile networks) can prevent instant and convenient downloading of these cumbersome models.
To adapt these models to such constrained contexts, existing methods of geometric simplification are based primarily on two broad categories of techniques:
These algorithms are relatively slow and can consume a large amount of memory. Their application to large models can therefore be difficult. In addition, for some partitioning algorithms, convergence of the algorithms may not be guaranteed.
There is therefore a need to simplify, effectively and realistically, the large and complex models that can be produced by 3D modeling tools.
In addition, there is also a need to perform this simplification very rapidly in order to be able to simplify the models in near real-time (for example, fast response is needed in cases of a request for simplification, transmission of a model during movement).
Of course, although this simplification must be fast, it must also avoid degrading the quality of the simplified models as much as possible, so that the original shape is best preserved.
The present invention improves the situation.
To this end, the present invention provides a method of simplifying a geometry model that is effective and optimized for parallel calculations.
The present invention therefore relates to a method of simplifying a geometry model, the method comprising:
A “geometry model” may for example be a mesh or a point cloud. For simplicity, the term “mesh” is used below rather than “geometry model.”
Most often, the “error ratings” are represented using a function, a matrix (for example 4×4) representing a quadric. From a given error rating, it is possible to calculate an error value (∈).
Of course, the terms “lower”, “greatest”, “smallest” are to be interpreted according to a given order relation (in the mathematical sense). Therefore, the term “lower” or “less than” within the meaning of this order relation may very well mean “higher” or “greater than” in the “natural” order relation (i.e. the one to which we are accustomed, for example 1<2). Thus, the given order relation may be the “natural” order relation (i.e. 001100<110101) or may be the reverse of this “natural” order relation (i.e. 001100>110101).
As will be explained below, it is possible to perform the determination of step /c/ by identifying the parent node that is common to the set of points in a k-d tree.
In addition, the error rating associated with a current point of the plurality can be a function of a quadric representative of faces of the model for which at least one of the vertices is said current point or is at a distance less than a predetermined distance from said current point.
The predetermined distance may be chosen as less than a face size (for example 30% of the smallest dimension among the faces of the model or among nearby faces in the model).
In one particular embodiment, the error rating associated with a current point of the plurality may be a function of the color of the faces of the model for which at least one of the vertices is said current point.
This consideration of color in determining the error rating can prevent excessive simplifications in areas of the mesh having significant color changes.
Additionally or alternatively, the error rating associated with a current point of the plurality may be a function of a quadric representative of a normal vector associated with said current point.
This consideration of normal vectors in determining the error rating can prevent excessive simplifications in areas of the mesh having significant geometric patterns of small amplitudes (for example a region containing hair, or a region containing fiber structures, etc.).
In addition, the method may comprise:
It is thus possible to deduplicate very similar points in the mesh. Indeed, the associated Morton code may have a lower precision than the precision of the spatial coordinates (i.e. the number of bits used for the Morton code is less than three times the number of bits used for each of the coordinates). Consequently, two different points of the model may have the same Morton code.
In one embodiment, said new point may be a function of the points of the set. For example, this new point may be a centroid (possibly weighted) of the points of this set.
Additionally or alternatively, said new point may be determined by a minimization of a value that is a function of said difference. For example, if the difference is a quadric Q and if the new point is denoted p, it is possible to minimize (p,1)TQ(p,1). This minimization may be iterative (i.e. modifying the value of p many times to move towards a minimum value), formal (i.e. solving a minimization equation), or even semi-formal (solving an equation giving a result close to minimization).
The method may further comprise:
The determination of such a tree simplifies the computer implementation of the method described above and facilitates an implementation with parallel processing. The method can then be described by paths in the tree, paths which can be optimized to support static memory allocations (for example only storing the initial (ini) and final (las) leaf nodes to be grouped rather than the list of nodes to be grouped, etc.).
Thus, as said k-d tree has internal nodes, each internal node can be associated with a point. The determination in step /c/ can also be a function of said point and of a transpose of said point.
In one embodiment, the integral error rating for each current point may be calculated as a function of a sum of:
Thus, the number of operations necessary for the calculation of each integral error rating is limited to a single mathematical operation.
If no point having an immediately lower Morton code than the Morton code of the current point exists (i.e. the current point has the smallest Morton code), then the integral error rating is simply the error rating of said current point. This amounts to considering that “the integral error rating of a point having an immediately lower Morton code than the Morton code of the current point” is equal to the zero element (denoted “0”, but possibly corresponding to a zero quadric/matrix).
The present invention also relates to a device for efficient simplification of a geometry model. The device comprises:
A computer program implementing all or part of the method described above, installed on existing equipment, is in itself advantageous, since it allows effective simplification of a geometry model.
The present invention therefore also relates to a computer program comprising instructions for implementing the method described above when the program is executed by one or more processors.
This program may use any programming language (for example an object-oriented language or other), and may be in the form of an interpretable source code, partially compiled code, or fully compiled code.
Other features and advantages of the invention will become apparent upon reading the following description. This is purely illustrative and is to be read with reference to the accompanying drawings in which:
Morton coding is a coding that enables representing a set of coordinates with a single integer.
As an illustration, if a point p is associated with a set of three coordinates (x,y,z) in a space E, it is possible to represent these coordinates by using an integer pM representative of a Morton code (pM is called the “Morton code” of p).
It is assumed here that the value of x is expressed in binary form using three bits x1 x2 x3 (where x1 is the value of the first bit of x, x2 the value of the second bit of x, and x3 the value of the third bit of x). Similarly, it is assumed that the value of y is expressed in binary form using three bits y1 y2 y3 (where y1 is the value of the first bit of y, y2 the value of the second bit of y, and y3 the value of the third bit of y). Finally, it is assumed that the value of z is expressed in binary form using three bits z1 z2 z3 (where z1 is the value of the first bit of z, z2 the value of the second bit of z, and z3 the value of the third bit of z).
Therefore the Morton code of the coordinates of p can be calculated (step 100) by successively concatenating the first bit of x, then the first bit of y, the first bit of z. This concatenation is continued by taking the seconds bit of each coordinate, and so on. In the example in
Thus, if two items have a similar Morton code (particularly the first bits), these points will usually be close within the space E. The reverse is not necessarily true.
We use the term “Morton truncated code of order 1” for the value of a Morton code pM in which the final bit is deleted/ignored. This value is denoted pM-1.
We use the term “Morton truncated code of order N” (where N is a natural number) for the value of a Morton code pM in which the N final bits are deleted/ignored. This value is denoted pM-N.
Thus, if the Morton code pM is x1 y1 z1 x2 y2 z2 x3 y3 z3 in binary, then pM-1 is x1 y1 z1 x2 y2 z2 x3 y3 and pM-2 is x1 y1 z1 x2 y2 z2 x3.
A k-d tree (for “k-dimensional tree”) is a binary tree in which each node contains a point in dimension k. Each “non-terminal” (or “non-leaf” or “internal”) node divides the space into two half-spaces.
In the example of
To facilitate the process described below, the “leaf” nodes are organized in ascending order from left to right according to their Morton code. It is quite possible to organize these nodes in a different order (for example descending order).
Of course, the precision of the Morton code may be lower than the precision of the coordinates of the model. It is then possible for two “leaf” nodes to be associated with the same Morton code: in this case, one simply needs to traverse the ordered “leaf” nodes and if a duplicate is detected, these two nodes (consecutive since the leaf nodes are ordered) are then combined into a single node.
The terms “parent”/“internal” node refer to a node of the tree that is not a leaf node. All parents are internal nodes. For example, node 209 is the parent node of the two leaf nodes 205 and 206, and node 211 is the parent node of parent node 209.
The term “descendant node of a given node” refers to a node associated with a Morton code having the Morton code of the given node as a prefix. Thus, node 205 is a descendant node of node 209 and again of node 211.
The term “child node of a given node” refers to a descendant node of said given node that is directly connected in the k-d tree. Thus, node 205 is a child node of node 209, but is not a child node of node 211.
The term “descendant leaf node of a given node” refers to a descendant node of the given node where this descendant node is also a “leaf” node. A “leaf” node has no child.
Parent nodes correspond to a truncated Morton code: this Morton code is the longest prefix common to the “descendant” nodes. Thus, “parent” node 207 has two “descendants” 201 and 202 and corresponds to Morton code “000” (i.e. the truncated Morton code of order 1 of the Morton code associated with node 201 or with node 202). Similarly, parent node 208 has two descendants 203 and 204 and corresponds to Morton code “01” (i.e. the truncated Morton code of order 2 of the Morton code associated with node 203 or with node 204, the truncated Morton code of order 1 of the Morton code associated with node 203 and node 204 being different).
The “root” node 212 (RAC) is not associated with any Morton code, but represents the termination of the tree associating the two nodes of the tree that have no parents.
To enable an algorithm to traverse the k-d tree efficiently, it is possible to define, for each node of the tree (excluding “leaf” nodes), the “descendant” nodes (dividing the space into two at most).
In addition, it is possible to define, for each leaf node, i a quadric Qi for quantifying a geometric error associated with this node i. For “leaf” nodes, this quadric Qi can be determined on the basis of the algorithm presented by Michael Garland et al. (1997, Surface Simplification Using Quadric Error Metrics, Section 5) and as described in relation to
For each leaf node i, it is possible to determine a quadric Qi in the form of a symmetric matrix of size 4×4.
For example, to calculate the quadric associated with node 302, one calculates the quadrics of the faces of the mesh having among their vertices the point associated with node 302: in the case of
If a planar face is described by the equation ax+by+cz+d=0 or by the vector [a, b, c, d]T, then the quadric associated with this face is of the form:
Moreover, for a given point v in the space, the square of the distance from that point to the quadric (or to the plane, if in a planar context) is given by the formula:
(v, 1) is a vector of size 4 comprising the three coordinates of point v followed by the digit 1. This notation allows writing the point v in homogeneous coordinates.
In addition, as the sum of quadrics is a quadric, it is possible to associate with node 302 the quadric Q302 defined as the sum of the quadrics of the faces of the mesh having as a vertex at least the point associated with node 302, meaning in this example Q302=Q311+Q312. The quadric Q302 can be represented by curve 352.
Similarly, it is possible to associate with node 303 the quadric Q303 defined as the sum of the quadrics of the faces of the mesh having as a vertex at least the point associated with node 303, meaning in this example Q303=Q312+Q313. The quadric Q303 can be represented by curve 351.
Assuming that the two points 302 and 303 represent two points of the k-d tree having the same parent, it may be desirable to calculate the quadric associated with this parent (i.e. Qparent). It would be possible to calculate this quadric Qparent as the sum of the quadrics of the faces having as a vertex a point associated with a descendant “leaf” node i.e. associated with node 302 or with node 303, i.e.:
The quadric Qparent can be represented by curve 353.
Furthermore, for internal nodes (i.e. non-“leaf” nodes), it is possible to associate a point v referred to as “representative”. This “representative” point may be, for a given parent node:
To illustrate, the “representative” point associated with the parent node of the two descendant nodes 302 and 303 can be point 321.
However, this heuristic requires, for each parent node of the k-d tree, traversing the tree to the descendant “leaf” nodes of that parent node, identifying the mesh faces having as vertices at least one of these leaf nodes, determining the associated quadrics, calculating n sums (integer n, where n can be large depending on the number of quadrics determined), etc.
This heuristic can therefore be very complex (2n
In addition, to carry out this heuristic it may be useful, for a computer implementation, to dynamically allocate memory blocks for storing each of the quadrics of the descendant leaf nodes before performing the sum. Dynamic memory allocation is not efficient from an algorithmic standpoint in a parallel context. It is not possible to perform static memory allocation here, because the number of quadrics to be considered for calculation of the quadric of the parent node is not known in advance and it is not possible to perform a static allocation of memory corresponding to the largest possible number of descendant leaf nodes as this could fill the memory.
This heuristic is therefore not suitable for efficient parallel calculation. An improved heuristic is presented with reference to
The description given in relation to
In particular, for a node 401 of the mesh, it is possible to take into account the quadrics associated with adjacent faces of this point 401 (i.e. faces t1, t2, and t6): thus the quadric associated with point 401 can be Qt1+Qt2+Qt6. For a node 402 of the mesh, it is possible to take into account the quadrics associated with adjacent faces of this point 402 (i.e. faces t1, t2, t3, t4, and t5): thus the quadric associated with point 402 can be Qt1+Qt2+Qt3+Qt4+Qt5.
For the parent node of the two nodes 401 and 402 (assuming these two leaf nodes have the same parent), the associated quadric Q can be Qt1+Qt2+Qt3+Qt4+Qt5+Qt6 or else 2Qt1+2Qt2+Qt3+Qt4+Qt5+Qt6.
Furthermore, the “representative” point of this parent node can be, as before, a point minimizing quadric Q (through inversion or pseudo-inversion of a matrix that is a function of matrix Q) or a point that is a function of points 401 and 402 (or else a function of points 401 to 406).
As indicated above, it can be complex and cumbersome to determine the quadrics of internal nodes in the k-d tree.
To simplify the process of calculating these quadrics, once the “leaf” nodes have been sorted according to their Morton code (see
We refer to QiS as the “integral quadric” associated with node i.
If Qi-1S is not defined, we can consider its value to be zero.
These integral quadrics enable very simple calculation of any quadric associated with an internal node, merely by knowing its descendant leaf node having the smallest Morton code among the descendant leaf nodes (index imin) and of its descendant leaf node having the greatest Morton code among the descendant leaf nodes (index imax): in fact, the value of the quadric of this internal node can be calculated as the difference of Qi
This heuristic allows performing only one mathematical operation (i.e. the difference of 4×4 matrices) for each of the internal nodes. Consequently, only 2n
Upon receipt of N points {p1, p2, . . . , pN} of the mesh (601) describing the model, it is possible to convert the coordinates of these points into Morton code as described in relation to
Once a Morton code is associated with each of these points, it is possible to order these points (or leaf nodes) according to this associated Morton code, as described in relation to
If two leaf nodes have two identical Morton codes (due to the finite resolution used for the Morton code), it is possible to deduplicate these nodes by combining them into one leaf node (step 604).
Next, it is possible to create a k-d tree (606) on the basis of the ordered leaf nodes as described in relation to
Once the k-d tree has been determined, it is possible to associate (step 607) with each leaf node i of the tree (i being an index of the leaf node in the Morton order)
For reasons of algorithmic efficiency, it is possible to store the values of the integral quadratic in a table for which each value of QiS is accessible via the index i. Indeed, the values of the integral quadratic can be accessed on a regular basis (see below).
In addition, it is possible to associate (step 608) with each internal node j of the tree 606:
The nodes of the k-d tree 609 are thus enriched with additional information
If an error value ∈ (610) is indicated, it is possible to initialize (step 611) the algorithm for the identification of nodes to be kept for the simplified model.
To do this, it is possible to launch N calculation processes in parallel (N being the number of leaf nodes of the k-d tree), each parallel calculation process i being associated with a leaf node pi (6121, . . . 612i, . . . , 612N).
These parallel calculation processes will traverse the tree from the root node (RAC) to the associated node {pi} unless “terminated” before reaching that node (see below). For example, if a process is associated with node 202 of
Of course, in this embodiment, some processes will traverse the same nodes, but it has been found that trying to limit such multiple visits can be disadvantageous to the algorithmic efficiency of the overall process in many situations.
For each parallel calculation process, the process is positioned at the root node of the k-d tree 609 (recall that this node is not associated with a Morton code), then travels up one node towards the leaf node associated with the process. The node where the process is positioned is called the “current node of the process.”
For the current node of the process, an error value ∈′ is determined (step 613). This error value ∈′ is calculated as ∈′=({circumflex over (p)}, 1)Q({circumflex over (p)}, 1)T if a point {circumflex over (p)} is defined for this node (see description below in relation to
If the determined error value ∈′ is greater than the indicated error value ∈ (test 614, OK outcome), this means that point {circumflex over (p)} or {acute over (p)} is not acceptable for simplification of the mesh: therefore the process advances a node toward the leaf node associated with the process (step 615).
Otherwise (test 614, KO outcome), the node is selected/marked as acceptable for simplification of the mesh and the process is “ended” (step 616).
If the process reaches a leaf node, it is not necessary to calculate ∈′ because, under this assumption, this leaf node is then selected/marked as acceptable for simplification of the mesh.
In this example, and after execution of the process described in
If a face of the initial model was described by the points (p) associated with nodes 202, 203, and 204, the new mesh is then described by the points ({circumflex over (p)} or {acute over (p)} or p) associated with nodes 207, 203, and 204. In general, the new face is described by the selected parent nodes that have at least one descendant leaf node describing the initial face.
If a face of the initial model was described by the points (p) associated with nodes 201, 202, and 203, the face is said to be degenerate: as it is now only described by two points (i.e. associated with nodes 207 and 203), this face is removed from the model. This can happen when two (or more) leaf nodes describing the same face are descendant leaf nodes of a same selected/marked parent node.
Sometimes it also happens that some faces are “turned around” during simplification. It is possible to check for this by comparing the average of the normal vectors of the initial faces (i.e. those which will be replaced) to the normal vector of the new face: if the direction of the normal vector changes significantly, it is possible to “turn around” the final face in order to ensure consistency of the model.
For illustrative purposes, different algorithms were tested on a mesh model 801 containing 28 million faces, in order to obtain a simplified mesh model having about 116 thousand faces.
Mesh 802 is an example of simplification performed with an algorithm based on uniform partitioning (grid) according to the method proposed by Decoro and Tatarchuk (Real-time mesh simplification using the gpu, 2007), in 121 ms.
Mesh 803 is an example of simplification performed with the algorithm presented above, in 222 ms.
Mesh 804 is an example of simplification performed with an algorithm based on the method proposed by Michael Garland et al. (1997, Surface Simplification Using Quadric Error Metrics), in 234,985 ms.
One will note that the quality of the simplification proposed by Garland is better, but it is unsuitable for real-time constraints (simplification over 1000 times slower than the simplification proposed above).
Although the simplification proposed by Decoro and Tatarchuk is faster, the quality of the simplification is also lower.
Various algorithms were also tested on a mesh model 811 containing 770 thousand faces, in order to obtain a simplified mesh model having about 18 thousand faces.
Mesh 812 is an example of simplification performed with an algorithm based on uniform partitioning (grid) according to the method proposed by Decoro and Tatarchuk, in 8 ms.
Mesh 813 is an example of simplification performed with the algorithm presented above, in 18 ms.
Mesh 814 is an example of simplification performed with an algorithm based on the method proposed by Michael Garland et al. (1997, Surface Simplification Using Quadric Error Metrics), in 7544 ms.
In this embodiment, the device includes a computer 900 comprising a memory 905 for storing instructions enabling the implementation of the method, the rating data received, and temporary data for carrying out the various steps of the method as described above.
The computer further comprises a circuit 904. This circuit may be, for example:
This computer includes an input interface 903 for receiving the mesh points, and an output interface 906 for providing the simplified mesh to a remote computer for example 907. Finally, the computer may include, for easy interaction with a user, a screen 901 and a keyboard 902. Of course, the keyboard is optional, particularly in the context of a computer in the form of a touchscreen tablet for example.
Furthermore, the diagram presented in
Of course, the present invention is not limited to the embodiments described above by way of example; it extends to other variants.
Other embodiments are possible.
For example, it is possible, for calculating the error ∈′ based on the quadric associated with the node, to also take into account:
To do this, in the process described in
It is also possible to calculate integral average colors ColiS in the same manner as the integral quadrics are calculated in relation to
The sum of the surface areas of faces adjacent to the point associated with this leaf node is denoted Ai. It is also possible to calculate integral surface areas AiS in the same manner as the integral quadrics are calculated in relation to
The values of ColiS and AiS, are associated with leaf node i.
Furthermore, for each internal node j of the k-d tree, it is possible to determine a color value Colj as being:
When calculating the error ∈′ in step 613 of
The value of ∈′ can be a weighted sum of the geometric error (presented above) and of the value of δCj. Consideration of δCj enables better consideration of color and thus avoids the deletion of faces in areas having a strong color variation.
For consideration of a normal (vector indicating the orientation of the plane tangent to the surface at the point, which may result from a process of capturing/calculating/modeling that is different from the one which led to the position of the point, and giving more precise information on the geometry), it is also possible to associate with each leaf node a second quadric representative of a normal at the point associated with this leaf node. Then various calculations are performed in the process proposed in
A k-d tree is only one simple representation of the points of a mesh (simplified access based on associated Morton codes, optimized traversal, ease of computer implementation, etc.). It is quite possible not to use this type of tree to implement the invention: a more global approach is possible as described above.
Number | Date | Country | Kind |
---|---|---|---|
15 54109 | May 2015 | FR | national |
Filing Document | Filing Date | Country | Kind |
---|---|---|---|
PCT/FR2016/051030 | 5/2/2016 | WO | 00 |
Publishing Document | Publishing Date | Country | Kind |
---|---|---|---|
WO2016/177959 | 11/10/2016 | WO | A |
Number | Name | Date | Kind |
---|---|---|---|
5929860 | Hoppe | Jul 1999 | A |
6198486 | Junkins | Mar 2001 | B1 |
6771261 | MacPherson | Aug 2004 | B2 |
7876322 | Xie et al. | Jan 2011 | B2 |
8525848 | Janson | Sep 2013 | B2 |
8760450 | DeCoro et al. | Jun 2014 | B2 |
8780112 | Kontkanen | Jul 2014 | B2 |
9373192 | Wei | Jun 2016 | B2 |
20030112239 | Shin et al. | Jun 2003 | A1 |
Number | Date | Country |
---|---|---|
101650838 | Feb 2010 | CN |
101853485 | Oct 2010 | CN |
101853525 | Oct 2010 | CN |
102509339 | Jun 2012 | CN |
103136535 | Jun 2013 | CN |
103268634 | Aug 2013 | CN |
103530899 | Jan 2014 | CN |
103996221 | Aug 2014 | CN |
1 793 348 | Jun 2007 | EP |
2 533 213 | Dec 2012 | EP |
2 817 783 | Dec 2014 | EP |
2333019 | Jul 1999 | GB |
2336979 | Nov 1999 | GB |
10-0810294 | Mar 2008 | KR |
20130084053 | Jul 2013 | KR |
I 280515 | May 2007 | TW |
WO 2012129484 | Sep 2012 | WO |
WO 2013123636 | Aug 2013 | WO |
WO 2016177959 | Nov 2016 | WO |
Entry |
---|
Gobbetti et al. (“Far Voxels: A Multiresolution Framework for Interactive Rendering of Huge Complex 3D Models on Commodity Graphics Platforms”) Visual Computing Group, POLARIS Edificio 09010 Pula, Italy 2005 ACM (Year: 2005). |
Cohen-Streiner, D., et al., “Variational shape approximation,” ACM Transactions on Graphics (TOG), Aug. 2004, v. 23, n.3, 10 pgs. |
Decoro, C., et al., “Real-time mesh simplification using the GPU”, Proceedings of the 2007 Symposium on Interaction 3D Graphics and Games, Seattle, WA, Apr. 10-May 2, 2007, pp. 161-166. |
Garland, M., et al., “Surface simplification using quadric error metrics”, Proceedings of the 24th Annual Conference on Computer Graphics and Interactive Techniques, 1997, pp. 209-216. |
Haselhoff, A., et al., “On filtering by means of generalized integral images: a review and applications”, Multidim Syst Sign Process, 2012, 23(1-2):291-312, XP019997254, 22 pgs. |
Hoppe, H., et al., “Mesh optimization”, Proceedings of the 20th Annual Conference on Computer Graphics and Interactive Techniques, Anaheim, CA, Aug. 2-6, 1993, pp. 19-26. |
Lindstrom, P., et al., “Out-of-core simplification of large polygonal models,” Proceedings for the 27th Annual Conference on Computer Graphics and Interactive Techniques, 2000, pp. 259-262. |
Shaffer, E., et al., “Efficient Adaptive Simplification of Massive Meshes”, Visualization, 2001, IEEE Proceeedings, VIS '01, Jan. 1, 2001, XP031172879, 8 pgs. |
International Search Report and Written Opinion dated Sep. 15, 2016 for Application No. PCT/FR2016/051030, 15 pgs. |
Number | Date | Country | |
---|---|---|---|
20180144545 A1 | May 2018 | US |