Main Content
select
Syntax
Description
returns
a ptCloudOut
= select(ptCloud
,indices
) pointCloud
object containing only the points that are selected using linear
indices. This function requires a Computer Vision Toolbox™ license.
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
.
Input Arguments
Output Arguments
Extended Capabilities
Version History
Introduced in R2022a