EHarrisCornerDetector::GetDerivationScale

EHarrisCornerDetector::SetDerivationScale

Sets the derivation scale.

Namespace: Euresys::Open_eVision

[C++]

float GetDerivationScale() const

void SetDerivationScale(float derivationScale)

Remarks

The derivation scale is the standard deviation of the Gaussian Filter used for the noise reduction during the computation of the gradient. Whenever the integration scale is set through EHarrisCornerDetector::IntegrationScale, the derivation scale is reset to its default value, 0.7 * integrationScale. This is a recommended value, as suggested by the literature.

EHarrisCornerDetector.DerivationScale

Sets the derivation scale.

Namespace: Euresys.Open_eVision

[C#]

float DerivationScale

{ get; set; }

Remarks

The derivation scale is the standard deviation of the Gaussian Filter used for the noise reduction during the computation of the gradient. Whenever the integration scale is set through EHarrisCornerDetector::IntegrationScale, the derivation scale is reset to its default value, 0.7 * integrationScale. This is a recommended value, as suggested by the literature.