Back to Adaptive Vision Studio website

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

FindClosestPoints


Module: FoundationLite

For each given point, finds the 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 Advanced Complexity Level.