EHarrisCornerDetector::GetThreshold

EHarrisCornerDetector::SetThreshold

Threshold on the cornerness measure for a pixel to be considered as a corner.

Namespace: Euresys::Open_eVision

[C++]

float GetThreshold() const

void SetThreshold(float threshold)

Remarks

If the threshold mode is set to EHarrisThresholdingMode.Absolute, the threshold value is interpreted as an absolute threshold on the cornerness. In this case, the threshold must be a strictly positive real value.

If the threshold mode is set to EHarrisThresholdingMode.Relative, the threshold is expressed as a fraction ranging from 0 to 1 of the maximum value of the cornerness of the source image.

EHarrisCornerDetector.Threshold

Threshold on the cornerness measure for a pixel to be considered as a corner.

Namespace: Euresys.Open_eVision

[C#]

float Threshold

{ get; set; }

Remarks

If the threshold mode is set to EHarrisThresholdingMode.Absolute, the threshold value is interpreted as an absolute threshold on the cornerness. In this case, the threshold must be a strictly positive real value.

If the threshold mode is set to EHarrisThresholdingMode.Relative, the threshold is expressed as a fraction ranging from 0 to 1 of the maximum value of the cornerness of the source image.

EHarrisCornerDetector.Threshold

Threshold on the cornerness measure for a pixel to be considered as a corner.

Module: open_evision

[Python]

Threshold: float

{get; set}

Remarks

If the threshold mode is set to EHarrisThresholdingMode.Absolute, the threshold value is interpreted as an absolute threshold on the cornerness. In this case, the threshold must be a strictly positive real value.

If the threshold mode is set to EHarrisThresholdingMode.Relative, the threshold is expressed as a fraction ranging from 0 to 1 of the maximum value of the cornerness of the source image.