ECannyEdgeDetector::GetSmoothingScale

ECannyEdgeDetector::SetSmoothingScale

The scale of the features of interest.

Namespace: Euresys::Open_eVision

[C++]

float GetSmoothingScale() const

void SetSmoothingScale(float scale)

Remarks

This scale corresponds to the standard deviation of the Gaussian filter that is used to smooth the source image before the computation of the gradient, hereby selecting the scale of the features of interest.
If this scale is set to zero, no smoothing is achieved: The gradient is computed directly on the raw source image, speeding up the detector, but making the process much less reliable.

ECannyEdgeDetector.SmoothingScale

The scale of the features of interest.

Namespace: Euresys.Open_eVision

[C#]

float SmoothingScale

{ get; set; }

Remarks

This scale corresponds to the standard deviation of the Gaussian filter that is used to smooth the source image before the computation of the gradient, hereby selecting the scale of the features of interest.
If this scale is set to zero, no smoothing is achieved: The gradient is computed directly on the raw source image, speeding up the detector, but making the process much less reliable.