Proposals:LiDAR Data Support
From KitwarePublic
Revision as of 16:18, 9 August 2009 by Daviddoria (talk | contribs) (New page: As LiDAR sensors become cheaper and more readily available, it seems important for ITK to support data acquired by these sensors. New functionality can include *PTX IO - Leica scanners ou...)
As LiDAR sensors become cheaper and more readily available, it seems important for ITK to support data acquired by these sensors.
New functionality can include
- PTX IO - Leica scanners output data in this format.
- Other scanner file formats (Velodyne, etc.)
- itkGridMesh - a class that combines the neighborhood functionality of itkImage (getUpperNeighbor, getLowerNeighbor, getRightNeighbor, getLeftNeighbor) with the 3D mesh type operations (FindPointsInRadius(center, radius), etc)
- Ray/Triangle (Ray/Mesh) intersections
- Normal estimation
- LiDAR segmentation
- Region growing (possibly on the proposed itkGridMesh structure? Or on a standard itk Vector Image?)
- LiDAR/3D Model registration
- Spin Images
- ICP (already some ICP methods in ITK)