PCLBaseListToPointCloud¶
-
MLModule
¶ genre PCLMLAdapters
author Wolf Spindler
package FMEstable/PCL
dll MLPCLMLAdapters
definition MLPCLMLAdapters.def see also PCLPointCloudToXMarkerList
,PCLMLImageToPointCloud
inherits from PCLModule
keywords points
,clouds
,XMarkerList
,XMarkerListContainer
,PointList
,VectorList
,PCL
,convert
,translate
Purpose¶
PCLBaseListToPointCloud
converts an input base object of type PointList, VectorList, XMarkerList, or XMarkerListContainer to a point list of the type selected in Output Point Cloud Type
. Note that point clouds only operate with float values; therefore the precision of coordinates and other values of the input cannot be maintained. Also note that contents of input items usually cannot be represented exactly in points of the output cloud. For example points in a point cloud with pcl::PointXYZ points can only store the three x,y,z coordinates, but no vector or label. Only if the points of the cloud have appropriate members, then the vector and type contents will be converted. For example point clouds with pcl::PointXYZLNormal points store the three vector components in the point data_n and the label members.
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.