Indices = findPointsInsideCuboid(model,ptCloudIn)
returns the linear indices of to the points enclosed by a cuboid model,
model, in an input point cloud,
ptCloudIn.
Indices — Indices of enclosed points N-element column vector
Indices of enclosed points, returned as 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.
Extended Capabilities
C/C++ Code Generation Generate C and C++ code using MATLAB® Coder™.