ECannyEdgeDetector::GetHighThreshold

ECannyEdgeDetector::SetHighThreshold

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

Namespace: Euresys::Open_eVision

[C++]

float GetHighThreshold() const

void SetHighThreshold(float highThreshold)

ECannyEdgeDetector.HighThreshold

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

Namespace: Euresys.Open_eVision

[C#]

float HighThreshold

{ get; set; }