EHarrisCornerDetector::GetGradientNormalizationEnabled

EHarrisCornerDetector::SetGradientNormalizationEnabled

Sets whether the gradient is normalized before the computation of the cornerness measure.

Namespace: Euresys::Open_eVision

[C++]

bool GetGradientNormalizationEnabled() const

void SetGradientNormalizationEnabled(bool isEnabled)

Remarks

If this flag is enabled, the values of the X-gradient and of the Y-gradient are first divided by their maximum absolute value (in the internal computations). This results in a cornerness measure that is roughly distributed around the value 1. If this flag is disabled, the cornerness measure will be much greater.

EHarrisCornerDetector.GradientNormalizationEnabled

Sets whether the gradient is normalized before the computation of the cornerness measure.

Namespace: Euresys.Open_eVision

[C#]

bool GradientNormalizationEnabled

{ get; set; }

Remarks

If this flag is enabled, the values of the X-gradient and of the Y-gradient are first divided by their maximum absolute value (in the internal computations). This results in a cornerness measure that is roughly distributed around the value 1. If this flag is disabled, the cornerness measure will be much greater.