GetGets the parameters for generating edge points from image data.
SetSets the parameters for generating edge points from image data.
Namespace: Cognex.Vision.LineMax.ImplementationAssembly: Cognex.Vision.LineMax.Net (in Cognex.Vision.LineMax.Net.dll) Version: 9.21.1.1
public abstract LineMaxEdgeDetectionParams EdgeDetectionParams { get; set; }public abstract LineMaxEdgeDetectionParams EdgeDetectionParams { get; set; }Public MustOverride Property EdgeDetectionParams As LineMaxEdgeDetectionParams
Get
Set
Public MustOverride Property EdgeDetectionParams As LineMaxEdgeDetectionParams
Get
Set
public:
virtual property LineMaxEdgeDetectionParams^ EdgeDetectionParams {
LineMaxEdgeDetectionParams^ get () abstract;
void set (LineMaxEdgeDetectionParams^ value) abstract;
}public:
virtual property LineMaxEdgeDetectionParams^ EdgeDetectionParams {
LineMaxEdgeDetectionParams^ get () abstract;
void set (LineMaxEdgeDetectionParams^ value) abstract;
}Return Value
Type:
LineMaxEdgeDetectionParamsThe edge detection parameters.
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.