EasyImage::BiLevelWhiteTopHatDisk

Performs a top-hat filtering on a bilevel image (source image minus open image) on a quasi-circular kernel.

Namespace: Euresys::Open_eVision

[C++]

void BiLevelWhiteTopHatDisk(
   EROIBW8* sourceImage,
   EROIBW8* destinationImage,
   OEV_UINT32 halfOfKernelWidth
)

Parameters

sourceImage

Pointer to the source image/ROI.

destinationImage

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

halfOfKernelWidth

Half width of the kernel minus one (by default, halfOfKernelWidth = 1; 0 is allowed).

Remarks

This filter enhances the thin white features.

EasyImage.BiLevelWhiteTopHatDisk

Performs a top-hat filtering on a bilevel image (source image minus open image) on a quasi-circular kernel.

Namespace: Euresys.Open_eVision

[C#]

void BiLevelWhiteTopHatDisk(
   Euresys.Open_eVision.EROIBW8 sourceImage,
   Euresys.Open_eVision.EROIBW8 destinationImage,
   uint halfOfKernelWidth
)

Parameters

sourceImage

Pointer to the source image/ROI.

destinationImage

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

halfOfKernelWidth

Half width of the kernel minus one (by default, halfOfKernelWidth = 1; 0 is allowed).

Remarks

This filter enhances the thin white features.