EMatcher::GetFilteringMode

EMatcher::SetFilteringMode

Filtering mode.

Namespace: Euresys::Open_eVision_2_11

[C++]

Euresys::Open_eVision_2_11::EFilteringMode GetFilteringMode()

void SetFilteringMode(Euresys::Open_eVision_2_11::EFilteringMode eFilteringMode)

Remarks

To achieve acceptable time performance, EasyMatch works by sub-sampling the pattern in the early phases of the processing. The filtering mode parameter allows to select the pre-processing type applied to the image before the decimation: averaging or low-pass filtering. By default, this property is set to EFilteringMode_Uniform, whereas the EFilteringMode_LowPass mode is indicated if the image presents sharp gray-level transitions.

EMatcher.FilteringMode

Filtering mode.

Namespace: Euresys.Open_eVision_2_11

[C#]

Euresys.Open_eVision_2_11.EFilteringMode FilteringMode

{ get; set; }

Remarks

To achieve acceptable time performance, EasyMatch works by sub-sampling the pattern in the early phases of the processing. The filtering mode parameter allows to select the pre-processing type applied to the image before the decimation: averaging or low-pass filtering. By default, this property is set to Uniform, whereas the LowPass mode is indicated if the image presents sharp gray-level transitions.