Gets or sets the parameters for generating edge points from image data.
Namespace: Cognex.VisionPro.LineMaxAssembly: Cognex.VisionPro.LineMax (in Cognex.VisionPro.LineMax.dll) Version: 93.1.0.0
public CogLineMaxEdgeDetectionParams EdgeDetectionParams { get; set; }public CogLineMaxEdgeDetectionParams EdgeDetectionParams { get; set; }Public Property EdgeDetectionParams As CogLineMaxEdgeDetectionParams
Get
Set
Public Property EdgeDetectionParams As CogLineMaxEdgeDetectionParams
Get
Set
public:
property CogLineMaxEdgeDetectionParams^ EdgeDetectionParams {
CogLineMaxEdgeDetectionParams^ get ();
void set (CogLineMaxEdgeDetectionParams^ value);
}public:
property CogLineMaxEdgeDetectionParams^ EdgeDetectionParams {
CogLineMaxEdgeDetectionParams^ get ();
void set (CogLineMaxEdgeDetectionParams^ value);
}Property Value
Type:
CogLineMaxEdgeDetectionParams
The edge detection parameters.
It is legal to set this property to null; however, invoking Execute when
EdgeDetectionParams is null will generate a
CogOperatorNoRunParamsException
exception.