EMatcher::GetInterpolate

EMatcher::SetInterpolate

Interpolation mode.

Namespace: Euresys::Open_eVision_2_11

[C++]

BOOL GetInterpolate()

void SetInterpolate(BOOL bInterpolate)

Remarks

By default, matching is done with a one-pixel precision for all degrees of freedom (translation, rotation and scaling). You can use an additional interpolation process to achieve sub-pixel accuracy. This generally leads to an improvement of the sub-pixel accuracy by a factor larger than 10. This is possible only when the found instances match closely the model. A score higher than 0.99 indicates that the instances are a close match of the model. In other words, the instance is considered to be more accurate when the score is higher. The added computational cost is low. By default, this property is set to FALSE.

EMatcher.Interpolate

Interpolation mode.

Namespace: Euresys.Open_eVision_2_11

[C#]

bool Interpolate

{ get; set; }

Remarks

By default, matching is done with a one-pixel precision for all degrees of freedom (translation, rotation and scaling). You can use an additional interpolation process to achieve sub-pixel accuracy. This generally leads to an improvement of the sub-pixel accuracy by a factor larger than 10. This is possible only when the found instances match closely the model. A score higher than 0.99 indicates that the instances are a close match of the model. In other words, the instance is considered to be more accurate when the score is higher. The added computational cost is low. By default, this property is set to FALSE.