CogLineMax EdgeDetectionParams Property Cognex VisionPro 9.5
Gets or sets the parameters for generating edge points from image data.

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

public CogLineMaxEdgeDetectionParams EdgeDetectionParams { get; set; }

Property Value

Type: CogLineMaxEdgeDetectionParams
The edge detection parameters.
Events

Event TypeReason
ICogChangedEvent Changed

Fires when this property changes.

The following state flag may be affected:

Remarks

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