PCLPassThrough¶
-
MLModule
¶ genre PCLFilters
author Wolf Spindler
package FMEstable/PCL
dll MLPCLFilters
definition MLPCLFilters.def see also IntervalThreshold
,PCLCropBox
,PCLPointMemberArithmetic
,PCLRadiusOutlierRemoval
,PCLStatisticalOutlierRemoval
inherits from PCLModule
keywords points
,clouds
,PCL
,interval
,threshold
,nan
Purpose¶
Applies the pcl::PassThrough filter to the input point cloud and provides the filter result at the output. See pcl::PassThrough for details. It allows filtering a specific member/field of the points as well as filtering all fields/members at once. Note that points having nan’s in their coordinates will always be filtered out.
Input Fields¶
Output Fields¶
Parameter Fields¶
Field Index¶
Filter Field Name : String |
Limit Max : Float |
Limit Min : Float |
Negative : Bool |
Status : String |
Visible Fields¶
Filter Field Name¶
-
name:
filterFieldName
, type:
String
, default:
x
¶ The name of the point field member to be filtered through the interval, such as “x”, “y”, “z”, “intensity”, “normal_x”, “normal_y”, “normal_z”, “curvature”, “label”, “rgba” etc. If an unknown field name is set then no points are passed through, if no field is specified at all then all fields are filtered.