ECannyEdgeDetector::GetLowThreshold

ECannyEdgeDetector::SetLowThreshold

Sets the low hysteresis threshold for a pixel to be considered as an edge.

Namespace: Euresys::Open_eVision

[C++]

float GetLowThreshold() const

void SetLowThreshold(float lowThreshold)

ECannyEdgeDetector.LowThreshold

Sets the low hysteresis threshold for a pixel to be considered as an edge.

Namespace: Euresys.Open_eVision

[C#]

float LowThreshold

{ get; set; }