indices = findPointsInModel(model,ptCloudIn)
returns the linear indices of the points enclosed by a cuboid model,
model, in an input point cloud, ptCloudIn.
Indices of enclosed points, returned as an N-element column
vector. N is the number of enclosed points. Use the select function to select the corresponding points in the input point
cloud ptCloudIn.