Back to Aurora 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
Input value inPointSet Point2DArray Points that will be searched.
Input value inQueries Point2DArray
Output value outPoints Point2DArray For each point in inQueries, the closest point value from inPointSet.
Output value outIndices IntegerArray For each point in inQueries, the closest point index of inPointSet.

Hardware Acceleration

This operation supports automatic parallelization for multicore and multiprocessor systems.

Complexity Level

This filter is available on Advanced Complexity Level.