EZMap8::FillUndefinedPixels

Fills undefined pixels, used to fill the "holes" in the ZMap.

Namespace: Euresys::Open_eVision::Easy3D

[C++]

void FillUndefinedPixels(
   EZMap8& outMap,
   Euresys::Open_eVision::Easy3D::EFillUndefinedPixelsDirection direction,
   Euresys::Open_eVision::Easy3D::EFillUndefinedPixelsMethod method
)

Parameters

outMap

The destination ZMap.

direction

Direction in which the undefined pixels are filled in a ZMap from EFillUndefinedPixelsDirection.

method

Which values used to fill the undefined pixels in a ZMap from EFillUndefinedPixelsMethod.

EZMap8.FillUndefinedPixels

Fills undefined pixels, used to fill the "holes" in the ZMap.

Namespace: Euresys.Open_eVision.Easy3D

[C#]

void FillUndefinedPixels(
   Euresys.Open_eVision.Easy3D.EZMap8 outMap,
   Euresys.Open_eVision.Easy3D.EFillUndefinedPixelsDirection direction,
   Euresys.Open_eVision.Easy3D.EFillUndefinedPixelsMethod method
)

Parameters

outMap

The destination ZMap.

direction

Direction in which the undefined pixels are filled in a ZMap from EFillUndefinedPixelsDirection.

method

Which values used to fill the undefined pixels in a ZMap from EFillUndefinedPixelsMethod.