EHarrisCornerDetector::GetSubpixelPrecisionEnabled

EHarrisCornerDetector::SetSubpixelPrecisionEnabled

Sets whether the sub-pixel interpolation is enabled.

Namespace: Euresys::Open_eVision

[C++]

bool GetSubpixelPrecisionEnabled() const

void SetSubpixelPrecisionEnabled(bool subpixelEnabled)

Remarks

When this flag is enabled, a sub-pixel interpolation is carried on so as to improve the accuracy of the location of the corners, to the expense of a loss of speed.

EHarrisCornerDetector.SubpixelPrecisionEnabled

Sets whether the sub-pixel interpolation is enabled.

Namespace: Euresys.Open_eVision

[C#]

bool SubpixelPrecisionEnabled

{ get; set; }

Remarks

When this flag is enabled, a sub-pixel interpolation is carried on so as to improve the accuracy of the location of the corners, to the expense of a loss of speed.