EMatcher::GetMaxAngle
EMatcher::SetMaxAngle
Maximum angle, in the current angle unit.
Namespace: Euresys::Open_eVision
[C++]
float GetMaxAngle() const
void SetMaxAngle(float f32MaxAngle)
Remarks
The rotation of the pattern is allowed within the range (-1
<= MinAngle < MaxAngle <= 1
revolution). By default, both remain 0
.
EMatcher.MaxAngle
Maximum angle, in the current angle unit.
Namespace: Euresys.Open_eVision
[C#]
float MaxAngle
{ get; set; }
Remarks
The rotation of the pattern is allowed within the range (-1
<= MinAngle < MaxAngle <= 1
revolution). By default, both remain 0
.
EMatcher.MaxAngle
Maximum angle, in the current angle unit.
Module: open_evision
[Python]
MaxAngle: float
{get; set}
Remarks
The rotation of the pattern is allowed within the range (-1
<= MinAngle < MaxAngle <= 1
revolution). By default, both remain 0
.