findNeighborsInRadius
Find neighbors within a radius of a point in the point cloud
Syntax
Description
[
returns the indices
,dists
] = findNeighborsInRadius(ptCloud
,point
,radius
)indices
of neighbors within a radius of a query point in
the input point cloud. ptCloud
can be an unorganized or organized point
cloud. The neighbors within a radius of the query point are computed by using the Kd-tree
based search algorithm.
[
specifies options using one or more name-value pair arguments in addition to the input
arguments in the preceding syntaxes.indices
,dists
] = findNeighborsInRadius(___,Name,Value
)
Input Arguments
Output Arguments
References
[1] Muja, M. and David G. Lowe. "Fast Approximate Nearest Neighbors with Automatic Algorithm Configuration". In VISAPP International Conference on Computer Vision Theory and Applications. 2009. pp. 331–340.