EMatcher::GetMinScaleX
EMatcher::SetMinScaleX
Minimum horizontal scale factor for anisotropic scaling.
Namespace: Euresys::Open_eVision
[C++]
float GetMinScaleX() const
void SetMinScaleX(float f32MinScaleX)
Remarks
Two scaling modes are allowed: in isotropic mode, the scale factor is identical in all directions; in anisotropic mode, the scale factors differ in the horizontal and vertical directions. To select the appropriate mode, it suffices to call the relevant Set
member.
The scaling of the pattern is recommended within the range (0.5
<= MinScaleX < MaxScaleX <= 2
). By default, both remain 1
.
The same holds for anisotropic scale factors.
EMatcher.MinScaleX
Minimum horizontal scale factor for anisotropic scaling.
Namespace: Euresys.Open_eVision
[C#]
float MinScaleX
{ get; set; }
Remarks
Two scaling modes are allowed: in isotropic mode, the scale factor is identical in all directions; in anisotropic mode, the scale factors differ in the horizontal and vertical directions. To select the appropriate mode, it suffices to call the relevant Set
member.
The scaling of the pattern is recommended within the range (0.5
<= MinScaleX < MaxScaleX <= 2
). By default, both remain 1
.
The same holds for anisotropic scale factors.
EMatcher.MinScaleX
Minimum horizontal scale factor for anisotropic scaling.
Module: open_evision
[Python]
MinScaleX: float
{get; set}
Remarks
Two scaling modes are allowed: in isotropic mode, the scale factor is identical in all directions; in anisotropic mode, the scale factors differ in the horizontal and vertical directions. To select the appropriate mode, it suffices to call the relevant Set
member.
The scaling of the pattern is recommended within the range (0.5
<= MinScaleX < MaxScaleX <= 2
). By default, both remain 1
.
The same holds for anisotropic scale factors.