Back to Adaptive Vision Studio website

You are here: Start » Filter Reference » Camera Calibration » DetectPointSegments

DetectPointSegments


Detect points that lie along multiple segments.

Name Type Range Description
inPoints Point2DArray Points to connect
inMaxDistance Real 0.0 - Maximum distance between connected points
inMaxRank Integer 1 - Maximum number of segments coming from one point
inMaxRelativeDistance Real* 1.0 - Maximum distance in relation to the shortest distance for a point
inMaxTurnAngle Real 0.0 - 90.0 Maximum angle between consecutive path segments
inMinPointCount Integer 2 - Minimum number of points in one path
outPointSegments Segment2DArray Segments connecting first and last point of each path
outPaths PathArray Paths of connected points

Errors

This filter can throw an exception to report error. Read how to deal with errors here: Error Handling

Error type Description
RuntimeError Assertion failed.

Complexity Level

This filter is available on Advanced Complexity Level.