CogLineMaxEdgePoint ProjectionLengthInPixels Property Cognex VisionPro 9.10
Gets the projection length used during edge point detection. This length is along the expected line tangent direction.

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

public double ProjectionLengthInPixels { get; }

Property Value

Type: Double
The length in pixels.
Remarks

See CogLineMaxEdgeDetectionParams.ProjectionLengthInPixels for more information.
See Also