EMatcher::GetMaxScaleY

EMatcher::SetMaxScaleY

Maximum vertical scale factor for anisotropic scaling.

Namespace: Euresys::Open_eVision_2_11

[C++]

float GetMaxScaleY()

void SetMaxScaleY(float f32MaxScaleY)

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 allowed within the range (0.5 <= MinScaleY < MaxScaleY <= 2). By default, both remain 1. The same holds for anisotropic scale factors.

EMatcher.MaxScaleY

Maximum vertical scale factor for anisotropic scaling.

Namespace: Euresys.Open_eVision_2_11

[C#]

float MaxScaleY

{ 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 allowed within the range (0.5 <= MinScaleY < MaxScaleY <= 2). By default, both remain 1. The same holds for anisotropic scale factors.