LineMaxOperatorBase EdgeDetectionParams Property Cognex VisionPro 9.24
Get

Gets the parameters for generating edge points from image data.

Set

Sets the parameters for generating edge points from image data.

Namespace: Cognex.Vision.LineMax.Implementation
Assembly: Cognex.Vision.LineMax.Net (in Cognex.Vision.LineMax.Net.dll) Version: 9.24.0.0
Syntax

public abstract LineMaxEdgeDetectionParams EdgeDetectionParams { get; set; }

Return Value

Type: LineMaxEdgeDetectionParams

The edge detection parameters.

Remarks

Changed Fires when this property changes. The following state flag may be affected:

It is legal to set this property to null; however, invoking Execute when EdgeDetectionParams is null will generate a OperatorNoRunParamsException exception.

See Also