Documentation Portal      

What are you looking for?

EasyImage::MorphoGradientDisk

Computes the morphological gradient of an image using a quasi-circular kernel.

Namespace: Euresys::Open_eVision_2_6

[C++]

void MorphoGradientDisk(
   EROIBW1* sourceImage,
   EROIBW1* destinationImage,
   OEV_UINT32 halfOfKernelWidth
)

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

void MorphoGradientDisk(
   EROIBW16* sourceImage,
   EROIBW16* destinationImage,
   OEV_UINT32 halfOfKernelWidth
)

void MorphoGradientDisk(
   EROIC24* sourceImage,
   EROIC24* destinationImage,
   OEV_UINT32 halfOfKernelWidth
)

Parameters

sourceImage

Pointer to the source image/ROI.

destinationImage

Pointer to the destination image/ROI. If NULL (default), this operation is destructive (i.e. applied to the source image).

halfOfKernelWidth

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

Remarks

The morphological gradient is the difference between the dilation and the erosion of the image, using the same structuring element.

EasyImage.MorphoGradientDisk

Computes the morphological gradient of an image using a quasi-circular kernel.

Namespace: Euresys.Open_eVision_2_6

[C#]

void MorphoGradientDisk(
   Euresys.Open_eVision_2_6.EROIBW1 sourceImage,
   Euresys.Open_eVision_2_6.EROIBW1 destinationImage,
   uint halfOfKernelWidth
)

void MorphoGradientDisk(
   Euresys.Open_eVision_2_6.EROIBW8 sourceImage,
   Euresys.Open_eVision_2_6.EROIBW8 destinationImage,
   uint halfOfKernelWidth
)

void MorphoGradientDisk(
   Euresys.Open_eVision_2_6.EROIBW16 sourceImage,
   Euresys.Open_eVision_2_6.EROIBW16 destinationImage,
   uint halfOfKernelWidth
)

void MorphoGradientDisk(
   Euresys.Open_eVision_2_6.EROIC24 sourceImage,
   Euresys.Open_eVision_2_6.EROIC24 destinationImage,
   uint halfOfKernelWidth
)

Parameters

sourceImage

Pointer to the source image/ROI.

destinationImage

Pointer to the destination image/ROI. If NULL (default), this operation is destructive (i.e. applied to the source image).

halfOfKernelWidth

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

Remarks

The morphological gradient is the difference between the dilation and the erosion of the image, using the same structuring element.

Which API shall we display?

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