Gets the projection length used during edge point detection. This length is along the expected line tangent direction.
Namespace: Cognex.Vision.LineMaxAssembly: Cognex.Vision.LineMax.Net (in Cognex.Vision.LineMax.Net.dll) Version: 9.24.0.0
public double ProjectionLengthInPixels { get; }public double ProjectionLengthInPixels { get; }Public ReadOnly Property ProjectionLengthInPixels As Double
Get
Public ReadOnly Property ProjectionLengthInPixels As Double
Get
public:
property double ProjectionLengthInPixels {
double get ();
}public:
property double ProjectionLengthInPixels {
double get ();
}Return Value
Type:
DoubleThe length in pixels.
See ProjectionLengthInPixels for more information.