EOCR2::GetTextAngleTolerance
EOCR2::SetTextAngleTolerance
This property is deprecated: Use EOCR2::TextAngleRange
instead
Sets the TextAngleTolerance parameter for the topology fitting algorithm, which finds the angle of the text in the image with respect to the horizontal.
This will limit the range of angles that will be tested, defined as:
BaseAngle - AngleTolerance <= angle <= BaseAngle + AngleTolerance
Namespace: Euresys::Open_eVision
[C++]
float GetTextAngleTolerance() const
void SetTextAngleTolerance(float textAngleTolerance)
Remarks
This function follows the angle unit convention defined by Easy::AngleUnit
.
The default setting for this parameter is 20 degrees.
EOCR2.TextAngleTolerance
This property is deprecated: Use EOCR2.TextAngleRange
instead
Sets the TextAngleTolerance parameter for the topology fitting algorithm, which finds the angle of the text in the image with respect to the horizontal.
This will limit the range of angles that will be tested, defined as:
BaseAngle - AngleTolerance <= angle <= BaseAngle + AngleTolerance
Namespace: Euresys.Open_eVision
[C#]
float TextAngleTolerance
{ get; set; }
Remarks
This function follows the angle unit convention defined by Easy.AngleUnit
.
The default setting for this parameter is 20 degrees.
EOCR2.TextAngleTolerance
This property is deprecated: Use EOCR2.TextAngleRange
instead
Sets the TextAngleTolerance parameter for the topology fitting algorithm, which finds the angle of the text in the image with respect to the horizontal.
This will limit the range of angles that will be tested, defined as:
BaseAngle - AngleTolerance <= angle <= BaseAngle + AngleTolerance
Module: open_evision
[Python]
TextAngleTolerance: float
{get; set}
Remarks
This function follows the angle unit convention defined by Easy.SetAngleUnit
.
The default setting for this parameter is 20 degrees.