VTK/NextGen: Difference between revisions
From KitwarePublic
< VTK
Jump to navigationJump to search
Daviddoria (talk | contribs) (→Matured: This work on surface intersection/union has been merged into master.) |
Daviddoria (talk | contribs) (→Matured: Removed erroneous '-' which was causing the first item not to be displayed.) |
||
Line 11: | Line 11: | ||
! style="width: 60%;" | Description | ! style="width: 60%;" | Description | ||
|- | |- | ||
| | | Collision detection || || Compute the intersection of two vtkPolyData || http://www.bioengineering-research.com/vtk/vtkCollisionDetectionFilter.htm | ||
|- | |- | ||
| Bezier surfaces || Prashanth Udupa || http://sourceforge.net/projects/vtkdesigner/ || Fit Bezier surfaces to a point set | | Bezier surfaces || Prashanth Udupa || http://sourceforge.net/projects/vtkdesigner/ || Fit Bezier surfaces to a point set |
Revision as of 21:29, 17 January 2012
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 |
---|---|---|---|
Collision detection | Compute the intersection of two vtkPolyData | http://www.bioengineering-research.com/vtk/vtkCollisionDetectionFilter.htm | |
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 |
---|---|---|---|
EM Clustering | David Doria | [git@github.com:daviddoria/ExpectationMaximization.git] |
Ideas
Topic | Collaborators | Code Location | Description |
---|---|---|---|
Approximate nearest neighbors algorithm | |||
Mean shift clustering | David Doria | [git@github.com:daviddoria/vtkMeanShiftClustering.git] | |
Image inpainting | David Doria | [git@github.com:daviddoria/Inpainting.git] |