Back to Adaptive Vision Studio website

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

CreatePointGraph


Creates a graph of points that lay close to each other.

Name Type Range Description
inPoints Point2DArray Input points
inMaxRank Integer 1 - Maximum connections going out of one point
inMaxDistance Real* 0.0 - Maximum distance between adjacent point in the graph
inMaxRelativeDistance Real* 1.0 - Maximum distance in relation to the shortest distance for a point
outGraph IntegerArrayArray Graph of points (adjacency list)
outDistances RealArrayArray Distances between adjacent points in the graph
diagSegments Segment2DArray Graph edges, useful for visualization

Complexity Level

This filter is available on Expert Complexity Level.