PCLVTKToPointCloud¶
-
MLModule
¶ genre PCLVisualization
author Wolf Spindler
package FMEwork/ReleaseMeVis
dll MLPCLVisualization
definition MLPCLVisualization.def see also TestPattern
,PCLBaseListToPointCloud
,PCLPointCloudToXMarkerList
inherits from PCLModule
keywords convert
,vtkPolyData
,vtkPointSet
,vtkDataSet
,points
,clouds
,PCL
,patterngenerator
Purpose¶
PCLVTKToPointCloud
converts a vtkDataSet or s derived object such as vtkPolyData to a point cloud of the type selected in Output Point Cloud Type
. Scalar components of the vtkDataSet components are usually translated to the “intensity replacement” of the corresponding point cloud points and normals to the point normals (if available in the selected point cloud type).
PCLVTKToPointCloud
is especially useful to generate a number of geometric (test) objects since vtk provides a large number of predefined sources, functions, and file formats which can be converted.
Input Fields¶
Output Fields¶
Parameter Fields¶
Visible Fields¶
Output Point Cloud Type¶
-
name:
outputPointCloudType
, type:
Enum
, default:
ML_PCL_POINT_XYZ
¶ Output Point Cloud Type
is a selector for the desired type of the created point cloud. All supported types in the MeVisLab PCL binding are shown.