Documentation Portal      

What are you looking for?

EasyImage::AdaptiveThreshold

Preforms a locally adaptive threshold on the source image.

Namespace: Euresys::Open_eVision_2_6

[C++]

void AdaptiveThreshold(
   const EROIBW8* src,
   EROIBW8* dst,
   Euresys::Open_eVision_2_6::EAdaptiveThresholdMethod method,
   int halfKernelSize,
   int constant
)

Parameters

src

-

dst

-

method

The thresholding mode, as defined by the enumeration EAdaptiveThresholdMethod.

halfKernelSize

Half width of the kernel rounded down

constant

Constant offset applied to the threshold value. By default (argument omitted) 0, i.e. no change.

Remarks

Kernel size is always odd.

EasyImage.AdaptiveThreshold

Preforms a locally adaptive threshold on the source image.

Namespace: Euresys.Open_eVision_2_6

[C#]

void AdaptiveThreshold(
   Euresys.Open_eVision_2_6.EROIBW8 src,
   Euresys.Open_eVision_2_6.EROIBW8 dst,
   Euresys.Open_eVision_2_6.EAdaptiveThresholdMethod method,
   int halfKernelSize,
   int constant
)

Parameters

src

-

dst

-

method

The thresholding mode, as defined by the enumeration EAdaptiveThresholdMethod.

halfKernelSize

Half width of the kernel rounded down

constant

Constant offset applied to the threshold value. By default (argument omitted) 0, i.e. no change.

Remarks

Kernel size is always odd.

Which API shall we display?

© 2018 EURESYS s.a.  -  About Documentation  -  Open Source Licenses  -  Open eVision 2.6.1.1110