granzuglia
|
6ff4909253
|
from Visitor -> XMLVisitor
|
2009-09-01 09:08:07 +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 |
Paolo Cignoni
|
415228fcd4
|
Added some missing importLocal functions
|
2009-08-30 13:54:06 +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 |
Paolo Cignoni
|
b998bbea6a
|
Corrected the previously committed version that was a un-compilable conflicted file.
|
2009-08-29 21:56:02 +00:00 |
Marco Di Benedetto
|
be1d887db6
|
Renamed LeftT to RightT, added some checks and fixed method name.
|
2009-08-28 15:26:40 +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 |
Paolo Cignoni
|
9fc361301d
|
Added missing Plane3::Import
|
2009-08-26 00:10:32 +00:00 |
Paolo Cignoni
|
077294b03e
|
added the common TexCoord2f and TexCoord2d typenames that where strangely missing...
|
2009-08-25 22:32:20 +00:00 |
Paolo Cignoni
|
144a816862
|
added basic filter sample for image module
|
2009-08-25 16:53:04 +00:00 |
Paolo Cignoni
|
f44a3cfa78
|
Added support to additional per-face data in stl files. Code patch initially contributed by Tommy Odom (thanks!)
|
2009-08-23 07:16:49 +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 |
mtarini
|
7f83000b93
|
fixed a nasty bug in Matrix44<T>::ToEulerAngles (but it still suffers from Gimbal Lock)
|
2009-08-21 12:42:16 +00:00 |
Paolo Cignoni
|
4c778ca971
|
removed small bug that caused the duplicate loading of the last vertex of a asc file
|
2009-08-18 00:01:47 +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 |
Federico Ponchio
|
4ebe3bfd8b
|
changed qgetopt... might be working now.
|
2009-08-05 10:48:11 +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
|
fa287ce0ab
|
added support for dump of attributes (see wrap/io_trimesh/[import | export]_VMI.h )
|
2009-07-29 15:45:56 +00:00 |
ganovelli
|
2c26fa34d4
|
missing test on cb==NULL added
|
2009-07-29 13:47:04 +00:00 |
ganovelli
|
8484f4522e
|
added support for vertex attributes
experimental. next: test / factorize / extend to faces and edges
|
2009-07-29 13:44:00 +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
|
7396c30640
|
Added second version of crosshairs in svg Thanks to Lorenzo Marchi
|
2009-07-22 05:57:25 +00:00 |
Paolo Cignoni
|
9608ec798b
|
compilation fixes with Eigen
|
2009-07-21 07:29:13 +00:00 |
Paolo Cignoni
|
1608800d69
|
fix wrong link to Eigen
|
2009-07-20 14:09:22 +00:00 |
Paolo Cignoni
|
531c8927d6
|
update svn:external to Eigen
|
2009-07-20 14:02:11 +00:00 |
Nico Pietroni
|
66ae917613
|
commented "int _t2=clock();" call in Crease function, it is unuseful and requires to include time.h
|
2009-07-17 17:44:40 +00:00 |
Nico Pietroni
|
7aefe275b3
|
added #include<stdio> because of fprintf call on Histogram<ScalarType>::FileWrite function
|
2009-07-17 17:42:51 +00:00 |
Paolo Cignoni
|
3e6ced9eae
|
Added management of both confidence and intensity in ply storing range maps
|
2009-07-17 14:43:57 +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
|
b686bd1d31
|
changes in order to compile with gcc 3.x
|
2009-07-15 16:29:10 +00:00 |
granzuglia
|
bb97c3a1ec
|
changes in order to compile with gcc 3.x
|
2009-07-15 16:27:29 +00:00 |
granzuglia
|
79b3238e27
|
changes in order to compile with gcc 3.x
|
2009-07-15 16:26:14 +00:00 |
granzuglia
|
14eb3697ec
|
changes in order to compile with gcc 3.x
|
2009-07-15 16:25:25 +00:00 |
Paolo Cignoni
|
1739c3221d
|
added qt wrappers for img module
|
2009-07-14 14:45:06 +00:00 |
Paolo Cignoni
|
1b9bcde35a
|
added img module
|
2009-07-14 14:43:19 +00:00 |
Paolo Cignoni
|
08c2cae985
|
created img module
|
2009-07-14 14:40:57 +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
|
abf6773153
|
corrected a small bug in the progress bar of large files
|
2009-07-14 08:58:48 +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 |
Paolo Cignoni
|
a5cb113561
|
added a method for getting the center of a grid cell
|
2009-07-14 08:55:20 +00:00 |