Back to Adaptive Vision Studio website

You are here: Start » Filter Reference » Geometry 2D Relations » FindClosestPoints

FindClosestPoints


For each given point, find a closest point among the given point set.

Name Type Description
inPointSet Point2DArray Points that will be searched.
inQueries Point2DArray
outPoints Point2DArray For each point in inQueries, the closest point value from inPointSet.
outIndices IntegerArray For each point in inQueries, the closest point index of inPointSet.

Complexity Level

This filter is available on Basic Complexity Level.