Gets the projection length used during edge point detection. This length
is along the expected line tangent direction.
Namespace: Cognex.VisionPro.LineMaxAssembly: Cognex.VisionPro.LineMax (in Cognex.VisionPro.LineMax.dll) Version: 75.1.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 ();
}Property Value
Type:
Double
The length in pixels.
See
CogLineMaxEdgeDetectionParams.ProjectionLengthInPixels
for more information.