select
R2026bSelect points in point cloud
Syntax
Description
returns
a ptCloudOut = select(ptCloud,indices) pointCloud object containing only the points that are selected using linear or
logical indices.
returns a ptCloudOut = select(ptCloud,row,column)pointCloud object containing only the points
that are selected using row and column subscripts. This syntax applies only if the input is
an organized point cloud data of size
M-by-N-by-3.
returns the selected points as a ptCloudOut = select(___,OutputSize=outputSize)pointCloud object of size specified by
outputSize.
