EasyImage::BiLevelMedian

Applies a median filter to a bilevel image (median of the gray values in a 3x3 neighborhood).

Namespace: Euresys::Open_eVision_2_16

[C++]

void BiLevelMedian(
   EROIBW8* sourceImage,
   EROIBW8* destinationImage
)

Parameters

sourceImage

Pointer to the source image/ROI.

destinationImage

Pointer to the destination image/ROI. Must not be the same as source image.

EasyImage.BiLevelMedian

Applies a median filter to a bilevel image (median of the gray values in a 3x3 neighborhood).

Namespace: Euresys.Open_eVision_2_16

[C#]

void BiLevelMedian(
   Euresys.Open_eVision_2_16.EROIBW8 sourceImage,
   Euresys.Open_eVision_2_16.EROIBW8 destinationImage
)

Parameters

sourceImage

Pointer to the source image/ROI.

destinationImage

Pointer to the destination image/ROI. Must not be the same as source image.