Main Content

findPointsInsideCuboid

(Removed) Find points enclosed by cuboid model

Since R2020b

findPointsInsideCuboid function has been removed. Use findPointsInModel (since R2024a) instead.

Description

indices = findPointsInsideCuboid(model,ptCloudIn) returns the linear indices of the points enclosed by a cuboid model, model, in an input point cloud, ptCloudIn.

Input Arguments

collapse all

Cuboid model, specified as a cuboidModel object.

Point cloud, specified as a pointCloud object.

Output Arguments

collapse all

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.

Extended Capabilities

C/C++ Code Generation
Generate C and C++ code using MATLAB® Coder™.

Version History

Introduced in R2020b

expand all

R2024b: findPointsInsideCuboid has been removed

The findPointsInsideCuboid function has been removed. To find points enclosed by the cuboid model, use the findPointsInModel function instead.

See Also

Functions

Objects

Go to top of page