EasyImage::HitAndMiss

Apply the morphological hit-and-miss transform to detect a particular pattern of foreground and background pixels in a BW8, BW16 or C24 image/ROI.

Namespace: Euresys::Open_eVision

[C++]

void HitAndMiss(
   const EROIBW8* source,
   EROIBW8* destination,
   const EHitAndMissKernel& kernel
)

void HitAndMiss(
   const EROIBW16* source,
   EROIBW16* destination,
   const EHitAndMissKernel& kernel
)

void HitAndMiss(
   const EROIC24* source,
   EROIC24* destination,
   const EHitAndMissKernel& kernel
)

Parameters

source

The source image/ROI.

destination

The destination image/ROI.

kernel

The hit-and-miss kernel.

EasyImage.HitAndMiss

Apply the morphological hit-and-miss transform to detect a particular pattern of foreground and background pixels in a BW8, BW16 or C24 image/ROI.

Namespace: Euresys.Open_eVision

[C#]

void HitAndMiss(
   Euresys.Open_eVision.EROIBW8 source,
   Euresys.Open_eVision.EROIBW8 destination,
   Euresys.Open_eVision.EHitAndMissKernel kernel
)

void HitAndMiss(
   Euresys.Open_eVision.EROIBW16 source,
   Euresys.Open_eVision.EROIBW16 destination,
   Euresys.Open_eVision.EHitAndMissKernel kernel
)

void HitAndMiss(
   Euresys.Open_eVision.EROIC24 source,
   Euresys.Open_eVision.EROIC24 destination,
   Euresys.Open_eVision.EHitAndMissKernel kernel
)

Parameters

source

The source image/ROI.

destination

The destination image/ROI.

kernel

The hit-and-miss kernel.