CogLineMaxEdgePoint ProjectionRegionIndex Property Cognex VisionPro 9.22 SR1
Gets the index of the projection region containing the edge point.

Namespace: Cognex.VisionPro.LineMax
Assembly: Cognex.VisionPro.LineMax (in Cognex.VisionPro.LineMax.dll) Version: 87.1.0.0
Syntax

public int ProjectionRegionIndex { get; }

Property Value

Type: Int32
The zero-based index.
Remarks

Use this property to assess the continuity of inlier edge points along a line result.

For example, consider a single line fit to the collinear stripes on a road. ProjectionRegionIndex values of the line inliers could be post-processed to find the approximate start and end points of each stripe, and perhaps estimate the average interval between stripes. Such post-processing might further be used to filter out false line results that do not correspond to stripes on the road.

See Also