Gets the index of the projection region containing the edge point.
Assembly: Cognex.Vision.LineMax.Net (in Cognex.Vision.LineMax.Net.dll) Version: 9.25.1.0
Syntax
Return 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