EFillUndefinedPixelsDirection Enum

Direction in which the undefined pixels are filled in a depthmap.

Namespace: Euresys::Open_eVision::Easy3D

EFillUndefinedPixelsDirection_Vertical
Undefined pixels are filled using a vertical scan.
EFillUndefinedPixelsDirection_Horizontal
Undefined pixels are filled using an horizontal scan.
EFillUndefinedPixelsDirection_Combined
Undefined pixels are filled using both a vertical and an horizontal scan.
EFillUndefinedPixelsDirection_Local
Specialized method for filling undefined pixels. Undefined pixels are filled using their 4 neighboring pixels: If at least 2 out of 4 neighbors have a 'defined' value, the pixel will be filled with their average value. Else, the pixel will remain 'undefined'.

EFillUndefinedPixelsDirection Enum

Direction in which the undefined pixels are filled in a depthmap.

Namespace: Euresys.Open_eVision.Easy3D

Vertical
Undefined pixels are filled using a vertical scan.
Horizontal
Undefined pixels are filled using an horizontal scan.
Combined
Undefined pixels are filled using both a vertical and an horizontal scan.
Local
Specialized method for filling undefined pixels. Undefined pixels are filled using their 4 neighboring pixels: If at least 2 out of 4 neighbors have a 'defined' value, the pixel will be filled with their average value. Else, the pixel will remain 'undefined'.