Commit Graph

7 Commits

Author SHA1 Message Date
Laurent Saboret 0df22bb093 Edited points exist now under 2 forms in CPoissonDoc:
- m_points[] array of points + normals.
- the m_poisson_dt 3D triangulation used by the m_poisson_function implicit function.
Only 1 form is visible on screen and editable at a given time. This is controlled by m_edit_mode.

A new class Point_set_3 represents an array of points + normals of type PointWithNormal_3 (in fact Gyroviz_point_3 to support algorithms specific to Gyroviz). It provides accessors (points and normals iterators, property maps), OpenGL rendering and bounding box.

File >> Open fills the point_set.
Algorithms menu is split into:
- Processing menu which modifies a point,
- Reconstruction >> Poisson sub-menu which converts the point set to a triangulation 3 and then solves the Poisson equation over it.
2008-04-29 10:57:58 +00:00
Pierre Alliez 24d0377019 Reconstruction: rename K to KNN (confusing with kernel)
Added comments to outlier technique + point with normal
2008-04-28 09:23:01 +00:00
Laurent Saboret f6e9627800 Minor changes (mostly replaced tabs by spaces). 2008-04-24 12:18:12 +00:00
Pierre Alliez 1fd7c1f500 surface reconstruction: mutating version of smoothing using jet fitting 2008-04-12 21:52:39 +00:00
Pierre Alliez 1205c5cdfb surface reconstruction: return OutputIterator
still a bug in Monge_fit (size_of_determinant unknown, that's weird)
2008-04-12 21:38:55 +00:00
Pierre Alliez 93b69c4735 surface reconstruction: attempts to fix test suite 2008-04-12 17:36:48 +00:00
Pierre Alliez 86d40006ac surface reconstruction: smoothing using jet fitting 2008-04-10 15:54:32 +00:00