Nico Pietroni
|
01f772d7f8
|
corrected order of operations of decrease-increase valencies
|
2009-10-14 15:15:32 +00:00 |
Nico Pietroni
|
8c67be5617
|
added interpolator class for refinement
|
2009-10-14 15:05:08 +00:00 |
mtarini
|
2f1c77c69a
|
Added a flag to choose whether to use Length based criteria or Quality based ones.
|
2009-10-14 14:35:25 +00:00 |
mtarini
|
7c78d81cdc
|
added importance weighting.
|
2009-10-14 14:32:55 +00:00 |
Nico Pietroni
|
a60c31845c
|
added function HasConsistentEdges
|
2009-10-14 13:56:06 +00:00 |
Nico Pietroni
|
810c3df9a4
|
Changed TestVertexFace function in order to test if the each face is effectively added to the VF list of a vertex.
|
2009-10-14 13:54:39 +00:00 |
ganovelli
|
b902431bc1
|
extended support to dump attributes (see wrap/io_trimesh/[import | export]_VMI.h )
It was only for vertices, now it is also for faces and mesh attributes.
Compiled gcc and .net. Tested only on toy exmaples
|
2009-10-07 11:05:29 +00:00 |
Paolo Cignoni
|
06bda0acae
|
corrected the use of default copy constructor with the more or less standard importLocal
|
2009-10-05 22:46:32 +00:00 |
Paolo Cignoni
|
ca16dcdf52
|
added management of faux edges in functions that retrieve the set of edges
|
2009-10-02 14:13:04 +00:00 |
Paolo Cignoni
|
a35120d9d9
|
added faux edge sampling management
|
2009-10-02 14:11:34 +00:00 |
mtarini
|
5acb759d8e
|
Removed a rarely expressed bug on CollapseDiag
|
2009-09-24 16:12:57 +00:00 |
Paolo Cignoni
|
d2edfc1f4d
|
removed two dummy useless functions
|
2009-09-22 22:36:22 +00:00 |
Paolo Cignoni
|
022df4f59a
|
Added ComputePerVertexQualityDistribution
|
2009-09-22 16:42:59 +00:00 |
Paolo Cignoni
|
1b7adbe035
|
Hole filling now returns the number of closed holes
|
2009-09-12 05:20:32 +00:00 |
mtarini
|
beb12f0b7c
|
|
2009-09-09 12:26:04 +00:00 |
mtarini
|
88ef8fa03b
|
minor performance optimizations.
|
2009-09-07 17:54:39 +00:00 |
mtarini
|
7e3ad9eced
|
|
2009-09-07 16:44:01 +00:00 |
mtarini
|
15f6f89d06
|
Added a few convenience methods to Pos.
|
2009-09-07 15:53:28 +00:00 |
mtarini
|
a2e777fd9a
|
|
2009-09-04 16:49:41 +00:00 |
Nico Pietroni
|
5846e9a86d
|
added initial #define to avoid multiple inclusion
|
2009-09-04 15:52:21 +00:00 |
mtarini
|
2c3a92242b
|
Added working valency in flags computations (and used to detect singlets/doublets quicker)
|
2009-09-03 22:35:28 +00:00 |
mtarini
|
b4b6e596eb
|
|
2009-09-02 17:25:17 +00:00 |
Nico Pietroni
|
e43cfa5f43
|
corrected bugs in Iterator
|
2009-09-02 13:28:37 +00:00 |
Nico Pietroni
|
c1daa656fe
|
corrected bug in returning value of MarkSmallestEdgeOrDiag
|
2009-09-02 13:27:30 +00:00 |
Nico Pietroni
|
672cb554b1
|
added Initial #define to exclusive inclusion
|
2009-09-01 18:23:50 +00:00 |
mtarini
|
8f89da47ef
|
Now collapse methods (diagonal, counter-diag, and edge) return bool success and take optional parameter of type Pos (around which to rotate to find all affected quads). Also added an iterator that goes around Pos that returns quads (only once per quad).
|
2009-09-01 17:14:35 +00:00 |
Nico Pietroni
|
37c11749f7
|
changed flags of vertices in case of modifications
|
2009-08-31 18:45:58 +00:00 |
mtarini
|
d3232eb472
|
Added keep track Valency (in flags. For now, uses hard-wired flag interval 24-28.).
Valency used to detect Singlet, Doublets. Marks vertex flag V in affected Quads in all basic operations (method MarkFaceF)
|
2009-08-31 14:58:57 +00:00 |
Nico Pietroni
|
733caf9478
|
changed TestEdgeRotation() and quadQuality() from private to public
|
2009-08-30 10:04:21 +00:00 |
Paolo Cignoni
|
b14cd10824
|
Added management of per-vertex quality values during simplification to amplify initial quadric values
|
2009-08-30 09:35:36 +00:00 |
mtarini
|
d231b9d021
|
Encapsulated everything in a static class. Also, templated with Interpolator "single-method static class" functor to make custom vertex interpolations during collapses.
|
2009-08-28 15:17:23 +00:00 |
mtarini
|
ecd1de4d94
|
added UpdateQualityAsBitQuadValency
|
2009-08-21 18:46:51 +00:00 |
mtarini
|
8e081cde43
|
Now BitQuadMarkVertexRotations rotates all profitable ones (not just the 1st)
|
2009-08-21 18:46:05 +00:00 |
Paolo Cignoni
|
b9ad0d4aa2
|
A function inside AddPointSet() was templated on CMeshO instead of the general type MeshType. This could lead to errors at compile time. CMeshO has been replaced with MeshType and now works fine.
|
2009-08-07 13:56:38 +00:00 |
Paolo Cignoni
|
b54b74e103
|
changed doxigen comments.
|
2009-08-04 21:10:08 +00:00 |
Paolo Cignoni
|
b507e2e8f7
|
added comments in doxygen style.
|
2009-08-02 21:43:13 +00:00 |
ganovelli
|
286ac9162a
|
added cr at the end
|
2009-07-29 12:48:30 +00:00 |
ganovelli
|
f1b1220225
|
small changes to enable the mesh dumping on VMI file (see wrap/io_trimesh/[import | export]_VMI.h )
and HandlesWrapper renamed to PointerToAttribute
|
2009-07-29 12:46:46 +00:00 |
Paolo Cignoni
|
4e1b6897b1
|
class that provides an estimation of the overlap of two meshes. It works as follow: it samples N points in a normal equalized manner on the Mov mesh, then count how many points of the Fix mesh are in consensus with the sampled points. To be in consensus means: distance between points is <= param.consensusDistance AND the angle between points normals is <= param.normalAngle. This works for point clouds too. comments will be added in next commit.
|
2009-07-28 23:07:26 +00:00 |
Paolo Cignoni
|
44fd7bb2ba
|
slightly changed the trivial sampler to make simpler to use all the sampling strategies to just get a coord vector.
|
2009-07-22 05:59:03 +00:00 |
Paolo Cignoni
|
9608ec798b
|
compilation fixes with Eigen
|
2009-07-21 07:29:13 +00:00 |
granzuglia
|
b41603d086
|
added missing #include file update/topology.h
|
2009-07-17 08:22:38 +00:00 |
Paolo Cignoni
|
7e5a7630f2
|
-added CountPointSet() to clustering
-ComputePerVertexQualityHistogram() modified; added a parameter to compute histogram taking into account just selected vertexes.
|
2009-07-16 10:16:39 +00:00 |
granzuglia
|
bb97c3a1ec
|
changes in order to compile with gcc 3.x
|
2009-07-15 16:27:29 +00:00 |
Nico Pietroni
|
046558798a
|
lien 242 added cast to ScalarType on "2.0" to avoid warning in case of float usage
|
2009-07-14 14:33:00 +00:00 |
Nico Pietroni
|
61d4d72c4c
|
removed closests[i]->C()=Color4b::Green; form MergeCloseVertex function
|
2009-07-14 14:31:20 +00:00 |
Paolo Cignoni
|
15531646b5
|
better comment in assert of finding nan in histograms
|
2009-07-14 09:00:23 +00:00 |
Paolo Cignoni
|
d71d110703
|
Heavily restructured clustering class to allow also a subsampling strategy that allow the fast extraction of a well spaced subset of vertices
|
2009-07-14 08:57:05 +00:00 |
Marco Di Benedetto
|
a79d8f9bd8
|
changed field order in PointerUpdater to prevent constructor warning (in initialization list).
|
2009-07-08 16:12:46 +00:00 |
mtarini
|
ec1c94cee2
|
Added a few seek-best-op (and-do-it) operations (MarkSmallestEdgeOrDiag... etc)
|
2009-07-07 15:25:13 +00:00 |