EZMap8::FillUndefinedPixelsWithMedian

Fills undefined pixels, used to fill the "holes" in the ZMap using a median rectangular kernel of odd size.

Namespace: Euresys::Open_eVision::Easy3D

[C++]

void FillUndefinedPixelsWithMedian(
   EZMap8& outMap,
   OEV_UINT32 halfOfKernelWidth,
   OEV_UINT32 halfOfKernelHeight
)

Parameters

outMap

The destination ZMap.

halfOfKernelWidth

Half of the box width minus one (by default, halfOfKernelWidth = 2).

halfOfKernelHeight

Half of the box height minus one (by default, same as halfOfKernelWidth).

EZMap8.FillUndefinedPixelsWithMedian

Fills undefined pixels, used to fill the "holes" in the ZMap using a median rectangular kernel of odd size.

Namespace: Euresys.Open_eVision.Easy3D

[C#]

void FillUndefinedPixelsWithMedian(
   Euresys.Open_eVision.Easy3D.EZMap8 outMap,
   uint halfOfKernelWidth,
   uint halfOfKernelHeight
)

Parameters

outMap

The destination ZMap.

halfOfKernelWidth

Half of the box width minus one (by default, halfOfKernelWidth = 2).

halfOfKernelHeight

Half of the box height minus one (by default, same as halfOfKernelWidth).