Select points in point cloud
returns
a ptCloudOut
= select(ptCloud
,indices
) pointCloud
object containing only the points that are selected using linear
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
.