EGrayscaleSingleThresholdSegmenter::GetLastThreshold

Retrieves the actual threshold value that was used for the last image that got encoded by the segmenter.

Namespace: Euresys::Open_eVision::Segmenters

[C++]

OEV_UINT32 GetLastThreshold() const

Remarks

A call to this method will result in an exception if it is the first time the segmenter is applied. To check whether the segmenter has already been applied, call the EGrayscaleSingleThresholdSegmenter::IsFirstApplication method.

EGrayscaleSingleThresholdSegmenter.LastThreshold

Retrieves the actual threshold value that was used for the last image that got encoded by the segmenter.

Namespace: Euresys.Open_eVision.Segmenters

[C#]

uint LastThreshold

{ get; }

Remarks

A call to this method will result in an exception if it is the first time the segmenter is applied. To check whether the segmenter has already been applied, call the EGrayscaleSingleThresholdSegmenter::IsFirstApplication method.