ECannyEdgeDetector::ResetSmoothingScale
Prevents the smoothing of the source image by a Gaussian filter.
Namespace: Euresys::Open_eVision
[C++]
void ResetSmoothingScale(
)
Remarks
Calling this method is equivalent to set ECannyEdgeDetector::SmoothingScale
to zero.
It disables the use of the Gaussian filter.
ECannyEdgeDetector.ResetSmoothingScale
Prevents the smoothing of the source image by a Gaussian filter.
Namespace: Euresys.Open_eVision
[C#]
void ResetSmoothingScale(
)
Remarks
Calling this method is equivalent to set ECannyEdgeDetector.SmoothingScale
to zero.
It disables the use of the Gaussian filter.
ECannyEdgeDetector.ResetSmoothingScale
Prevents the smoothing of the source image by a Gaussian filter.
Module: open_evision
[Python]
ResetSmoothingScale() -> None
Remarks
Calling this method is equivalent to set ECannyEdgeDetector.SmoothingScale
to zero.
It disables the use of the Gaussian filter.