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