EGrayscaleSingleThresholdSegmenter::GetRelativeThreshold

EGrayscaleSingleThresholdSegmenter::SetRelativeThreshold

Fraction of the image pixels that belongs to the black layer in the case of relative thresholding.

Namespace: Euresys::Open_eVision::Segmenters

[C++]

float GetRelativeThreshold() const

void SetRelativeThreshold(float threshold)

EGrayscaleSingleThresholdSegmenter.RelativeThreshold

Fraction of the image pixels that belongs to the black layer in the case of relative thresholding.

Namespace: Euresys.Open_eVision.Segmenters

[C#]

float RelativeThreshold

{ get; set; }