EFillUndefinedPixelsMethod Enum

Method to fill the undefined pixels in a depthmap.

Namespace: Euresys::Open_eVision::Easy3D

EFillUndefinedPixelsMethod_KeepMinimum
Undefined pixels are filled using the minimum of their neighbors.
EFillUndefinedPixelsMethod_KeepMaximum
Undefined pixels are filled using the maximum of their neighbors.
EFillUndefinedPixelsMethod_Average
Undefined pixels are filled using the average of their neighbors.
EFillUndefinedPixelsMethod_Ramp
Undefined pixels are filled using a ramp between their neighbors.

EFillUndefinedPixelsMethod Enum

Method to fill the undefined pixels in a depthmap.

Namespace: Euresys.Open_eVision.Easy3D

KeepMinimum
Undefined pixels are filled using the minimum of their neighbors.
KeepMaximum
Undefined pixels are filled using the maximum of their neighbors.
Average
Undefined pixels are filled using the average of their neighbors.
Ramp
Undefined pixels are filled using a ramp between their neighbors.