Extracting surface information from STL file [closed]

asked 2016-11-16 10:55:29 -0500

ghkraju gravatar image

Hi, I am using PCL to load my STL file into a Polygonmesh. My main aim is to group the polygons of same surface into one and extract the point information from it. For example, I have an object with 5 faces (lets say curved faces with many polygons) I want to group the polygons of one face into one mesh by this I have to get 5 different meshes.

I have been searching in the internet for surface reconstruction but all of them are starting from PointCloud data and then Normal estimation, cluster extraction and segmentation. I think since we already have the mesh there is no need for this procedure i guess. I am not sure how to work further with this requirement.

Any ideas would be much appreciated. Thanks in advance.

edit retag flag offensive reopen merge delete

Closed for the following reason PCL Question: The PCL community prefers to answer questions at http://www.pcl-users.org/ by gvdhoorn
close date 2016-11-17 02:19:15.314538

Comments

I'm sorry, but this is more a PCL question than a ROS one, so I'm closing it. We try to keep ROS Answers as on-topic as possible, so please re-open this question over at the linked PCL support site.

Thanks.

gvdhoorn gravatar image gvdhoorn  ( 2016-11-17 02:19:59 -0500 )edit