LineMaxEdgePoint ProjectionRegionIndex Property Cognex VisionPro 9.21

Gets the index of the projection region containing the edge point.

Namespace: Cognex.Vision.LineMax
Assembly: Cognex.Vision.LineMax.Net (in Cognex.Vision.LineMax.Net.dll) Version: 9.21.0.0
Syntax

public int ProjectionRegionIndex { get; }

Return 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