SmartLineSegmentOperator LineSegmentPaddingInPixels Property Cognex VisionPro 9.22 SR1
Get

Gets the value of the padding around the training shape in order to provide more pixel information for the segmentation algorithm.

Set

Sets the value of the padding in pixels around the training shape.

Namespace: Cognex.Vision.SmartLine
Assembly: Cognex.Vision.SmartLine.Net (in Cognex.Vision.SmartLine.Net.dll) Version: 9.22.2.0
Syntax

public double LineSegmentPaddingInPixels { get; set; }

Property Value

Type: Double
Exceptions

ExceptionCondition
ArgumentExceptionWhen the value is less than 0.
Remarks

Changed Raised when the value of this property changes. The following state flags may be affected:

Defines the value of the padding around the training shape in order to provide more pixel information for the segmentation algorithm.

See Also