Define CREATE_FILTERED_CLOUD
Defined in File cloud.hpp
Define Documentation
-
CREATE_FILTERED_CLOUD(IN, OUT, KEEP_ORGANIZED, FILTER)
Create a pointcloud that contains a subset of points of
INdefined by the filterFILTER. The result is saved intoOUT.FILTERshould be a boolean expression which can use the following:i: index of the point,x_it, y_it, z_ititerators to XYZ coordinates. Points for which FILTER is true are part of the final pointcloud.