Paolo Cignoni cignoni
|
e004a7c813
|
corrected a small bug in the OccupancyGrid that prevented in some case to find some legal arcs to be used for the alignment.
|
2012-02-02 10:15:02 +00:00 |
|
Paolo Cignoni cignoni
|
64f97b3d5b
|
Updated the refine functor to fit the new constructor that need a mesh object
|
2012-01-25 10:37:36 +00:00 |
|
Paolo Cignoni cignoni
|
4b1378cde6
|
Corrected a small bug in the uniform mesh resampling (the volume bbox was wrong for large offset)
|
2012-01-25 10:37:05 +00:00 |
|
Paolo Cignoni cignoni
|
1c38f68e20
|
Changed all the MeshType::HasSomething() into the now standard tri::HasSomething(MeshType &m)
|
2012-01-25 10:35:52 +00:00 |
|
Paolo Cignoni cignoni
|
0628cf4344
|
Updated the refine functor to fit the new constructor that need a mesh object
|
2012-01-25 10:28:32 +00:00 |
|
Paolo Cignoni cignoni
|
64e1e7020a
|
Changed all the MeshType::HasSomething() into the now standard tri::HasSomething(MeshType &m)
|
2012-01-23 07:11:44 +00:00 |
|
Paolo Cignoni cignoni
|
5089a085f8
|
small changes due to recent vcg renaming (IsOriented -> OrientCoherently, SignedDistancePlanePoint etc)
|
2012-01-18 15:36:16 +00:00 |
|
Paolo Cignoni cignoni
|
39bac37563
|
added show edge label
|
2012-01-18 14:52:17 +00:00 |
|
Marco Callieri mcallieri
|
2df76655a9
|
update to alpha masking for image weighting
|
2012-01-18 12:59:05 +00:00 |
|
Marco Callieri mcallieri
|
8db8e30cb0
|
added alpha masking for image weighting (still to be tested), commented out some problematic QWarning
|
2012-01-16 18:06:27 +00:00 |
|
Matteo Dellepiane matteodelle
|
6842332be7
|
dellepiane: new experiments on graph analysis
|
2012-01-12 16:24:22 +00:00 |
|
Marco Callieri mcallieri
|
c476e3d942
|
added alpha channel weight for image color projection
|
2012-01-12 11:29:31 +00:00 |
|
Marco Callieri mcallieri
|
4bc7242419
|
to remove some of the filters from the clogged COLOR submenu, removed the "gamma" filter: gamma can stillb e changed from the "level adjustement" and "contrast, brightness, gamma" filters...
|
2012-01-03 15:53:41 +00:00 |
|
Marco Callieri mcallieri
|
189c82b839
|
removed "per vertex quality function" and "per face quality function" from the COLOR submenu, because it's getting a bit too clogged. Since coloring is a side-effect of these filters, it is better to leave them just in the QUALITY submenu
|
2012-01-03 14:14:11 +00:00 |
|
Paolo Cignoni cignoni
|
06756878c6
|
other few changes connected to the disappearing of the hated faceprojection flags...
|
2011-12-14 08:22:06 +00:00 |
|
Paolo Cignoni cignoni
|
e0ef26f48d
|
updated to reflect the UpdateSelection name changes.
|
2011-12-14 08:21:19 +00:00 |
|
Paolo Cignoni cignoni
|
6fcd3ca7ac
|
updated to reflect the UpdateSelection name changes.
|
2011-12-13 22:54:12 +00:00 |
|
Paolo Cignoni cignoni
|
78b8d392f4
|
other few changes connected to the disappearing of the hated faceprojection flags...
|
2011-12-13 15:07:46 +00:00 |
|
Paolo Cignoni cignoni
|
6b8fa50873
|
other few changes connected to the disappearing of the hated faceprojection flags...
|
2011-12-13 14:45:48 +00:00 |
|
Paolo Cignoni cignoni
|
665710069e
|
Small changes to the img_patch_param filter to ensure gcc compatibility
|
2011-12-13 14:25:45 +00:00 |
|
Paolo Cignoni cignoni
|
2faaa9ba31
|
removed a few 'updateFlags::FaceProjection" that are no more needed.
|
2011-12-13 14:09:39 +00:00 |
|
Paolo Cignoni cignoni
|
e1fea02b52
|
changed pro and code to refer the same GPU code of the corresponding filter
|
2011-12-13 14:07:15 +00:00 |
|
Paolo Cignoni cignoni
|
6553531ae4
|
updated to reflect the UpdateSelection name changes.
|
2011-12-13 10:15:52 +00:00 |
|
Marco Callieri mcallieri
|
687f976ceb
|
added XYZ export, fixed bugs in the XYZ import
|
2011-12-07 11:14:59 +00:00 |
|
Paolo Cignoni cignoni
|
746a4babd6
|
Filter added for the texturing of 3D models by extracting patches from registered images (see Callieri et al. VMV2002).
|
2011-11-29 13:41:29 +00:00 |
|
Paolo Cignoni cignoni
|
cc68190ec5
|
Decorator filter added for the visualization of registered rasters back-projected onto the associated mesh.
|
2011-11-29 13:33:17 +00:00 |
|
Marco Callieri mcallieri
|
c8161df145
|
corrected two bugs in the floatbuffer border operations
|
2011-11-22 17:11:57 +00:00 |
|
Marco Callieri mcallieri
|
4834a3a305
|
added the possibility of slightly changing the light direction while picking points: light is changed using CTRL + ALT (like main window) but is restricted to the front hemisphere of view-space
|
2011-11-21 14:58:05 +00:00 |
|
Marco Callieri mcallieri
|
a03589e216
|
changed a call from Distance to DistancePlanePoint to avoid overloading problems
|
2011-11-21 13:17:26 +00:00 |
|
Marco Callieri mcallieri
|
50e38f63b3
|
added support for per-vertex color. Now lambertian radiance scaling uses per-vertex color
|
2011-11-18 15:00:32 +00:00 |
|
Marco Callieri mcallieri
|
08493c72f2
|
cahnged translation key from G (blender style) to T (everyone else in the world)
|
2011-11-09 14:19:04 +00:00 |
|
Marco Callieri mcallieri
|
e9acfa6500
|
During alignment, you can pick points on two meshes rendering their original per-vertex color (if present), using the "use false color" button on the align dialog
|
2011-11-09 13:52:24 +00:00 |
|
Marco Callieri mcallieri
|
7f16b222e2
|
first draft of filters for the procedural generation of simple wind instruments, to be 3D printed. still under development
|
2011-11-08 18:07:39 +00:00 |
|
Marco Callieri mcallieri
|
f481178caf
|
improved manipulators, almost finished
|
2011-11-08 18:05:40 +00:00 |
|
Matteo Dellepiane matteodelle
|
b7b6c42ee4
|
dellepiane: improving the filter
|
2011-11-07 07:46:38 +00:00 |
|
Guido Ranzuglia granzuglia
|
9698478134
|
added support for interruptible filters
|
2011-11-04 10:35:17 +00:00 |
|
Paolo Cignoni cignoni
|
8e77482fa9
|
Better comments in the smoothing filters descriptions
|
2011-10-28 12:04:09 +00:00 |
|
Paolo Cignoni cignoni
|
5dd7f6da12
|
Added parameters for Radius and Subdivision level to Sphere creating filter
|
2011-10-28 05:39:38 +00:00 |
|
Paolo Cignoni cignoni
|
35c3470661
|
corrected two small bugs in the rotate to fit plane filter
|
2011-10-27 23:39:34 +00:00 |
|
Matteo Dellepiane matteodelle
|
76e5209ce3
|
dellepiane: small improvements in the code
|
2011-10-25 16:39:12 +00:00 |
|
Guido Ranzuglia granzuglia
|
c4e07c7bcb
|
corrected my grammatical mistake: Ariety -> Arity
|
2011-10-24 08:45:31 +00:00 |
|
Paolo Cignoni cignoni
|
0284b13e41
|
Forgot to add the xml in last commit...
|
2011-10-24 08:11:04 +00:00 |
|
Matteo Dellepiane matteodelle
|
f356549b59
|
dellepiane: improvement in mutualinfo e mutualglobal
|
2011-10-21 19:32:56 +00:00 |
|
Paolo Cignoni cignoni
|
0fa9c49d92
|
Committed the first version of the totally re factored measure plugin. Now it follows the new xml-based structure of the plugins
|
2011-10-21 05:52:56 +00:00 |
|
Paolo Cignoni cignoni
|
886a648760
|
forgot a commit when added user defined back and fore color
|
2011-10-21 05:46:27 +00:00 |
|
Paolo Cignoni cignoni
|
bbce7f043d
|
corrected after the moving of voronoi_clustering.h
|
2011-10-20 22:43:44 +00:00 |
|
Paolo Cignoni cignoni
|
5a5676fdee
|
moved from meshlab to vcglib voronoi_clustering.h
|
2011-10-20 22:27:28 +00:00 |
|
Matteo Dellepiane matteodelle
|
77fdef6ba6
|
dellepiane: improved getTheRightNode
|
2011-10-14 12:03:17 +00:00 |
|
Marco Callieri mcallieri
|
29de1999ba
|
bug fixing on color_projection filter... still under development
|
2011-10-13 08:59:25 +00:00 |
|
Paolo Cignoni cignoni
|
f9fc625563
|
added parameter to OpenCTM io plugin to control precision error.
|
2011-10-13 08:53:44 +00:00 |
|