VTK/NextGen: Difference between revisions
From KitwarePublic
< VTK
Jump to navigationJump to search
Daviddoria (talk | contribs) m (→Matured) |
Daviddoria (talk | contribs) (→Ideas) |
||
Line 38: | Line 38: | ||
| Approximate nearest neighbors algorithm || || || | | Approximate nearest neighbors algorithm || || || | ||
|- | |- | ||
| Mean shift clustering || David Doria || || | | Mean shift clustering || David Doria || [git@github.com:daviddoria/vtkMeanShiftClustering.git] || | ||
|- | |- | ||
| EM Clustering || David Doria || || | | EM Clustering || David Doria || || |
Revision as of 13:41, 19 August 2010
Introduction
This section is put together to share code / examples for cutting edge ideas / work related to VTK.
Topics
Matured
Topic | Collaborators | Code Location | Description |
---|---|---|---|
Boolean Surface Operations | Bryn Lloyd | http://www.midasjournal.org/browse/publication/726 | Perform Boolean operations (Intersection, Union) between surfaces. |
Bezier surfaces | Prashanth Udupa | http://sourceforge.net/projects/vtkdesigner/ | Fit Bezier surfaces to a point set |
Point set processing | David Doria, Arnaud Gelas | http://www.insight-journal.org/browse/publication/708 | Normal estimation, normal orientation, "Curvature" estimation, Outlier removal |
Work In Progress
Topic | Collaborators | Code Location | Description |
---|
Ideas
Topic | Collaborators | Code Location | Description |
---|---|---|---|
Approximate nearest neighbors algorithm | |||
Mean shift clustering | David Doria | [git@github.com:daviddoria/vtkMeanShiftClustering.git] | |
EM Clustering | David Doria | ||
Image inpainting |