|
View:
New views
6 Messages
—
Rating Filter:
Alert me
|
|
|
extract curvatures from cloud points
_______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the VTK FAQ at: http://www.vtk.org/Wiki/VTK_FAQ Follow this link to subscribe/unsubscribe: http://www.vtk.org/mailman/listinfo/vtkusers |
||
|
|
Re: extract curvatures from cloud pointsOn Mon, Nov 9, 2009 at 4:29 PM, sara shafaei <sara_shafaei@...> wrote:
You need to create a mesh from the points before you can use the vtkCurvatures filter. This is typically not very easy to do. You may want to look at using some local information on the point cloud to estimate an indicator of the curvature - something like for each point: 1) find all points in some specified radius 2) fit a plane through those points 3) compute the average distance of all the points in the radius to the plane This will give you a reasonable sense if the point is on a flat surface or a non-flat surface. Does this sound like a reasonable approach to anyone else? Should I make a vtkPointCloudCurvatureEstimation class? Thanks, David _______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the VTK FAQ at: http://www.vtk.org/Wiki/VTK_FAQ Follow this link to subscribe/unsubscribe: http://www.vtk.org/mailman/listinfo/vtkusers |
||
|
|
Re: extract curvatures from cloud points
I went ahead and made this into a filter. It is available here: http://www.vtk.org/Wiki/images/9/9a/VtkPointSetCurvatureEstimation.zip Hope it helps! Thanks, David _______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the VTK FAQ at: http://www.vtk.org/Wiki/VTK_FAQ Follow this link to subscribe/unsubscribe: http://www.vtk.org/mailman/listinfo/vtkusers |
||
|
|
Re: extract curvatures from cloud points
_______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the VTK FAQ at: http://www.vtk.org/Wiki/VTK_FAQ Follow this link to subscribe/unsubscribe: http://www.vtk.org/mailman/listinfo/vtkusers |
||
|
|
|
|
Thank you David for your time to make the curvature class. I was trying to use it with my data but it didn't work. actually, I put my data in vtkpolydata format and gave to CurvatureEstimation->SetInput(poly) as input but it caused error. I also have question about he output, Is it giving Gussian and mean curvature? Thank you so much for your help. Sara |
and here is the code.
| Free embeddable forum powered by Nabble | Forum Help |