Gets the index of the projection region containing the edge point.
Namespace: Cognex.VisionPro.LineMaxAssembly: Cognex.VisionPro.LineMax (in Cognex.VisionPro.LineMax.dll) Version: 83.0.0.0
Syntax
Property Value
Type: Int32The 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