ELaserLineExtractor::GetDepthMap

Returns the current depth map.

Namespace: Euresys::Open_eVision::Easy3D

[C++]

const EDepthMap16& GetDepthMap()

Remarks

Should be called only when the previous call to ExtractProfileFromFrame() returned true. Otherwise, the depth map returned will be incomplete.

ELaserLineExtractor.DepthMap

Returns the current depth map.

Namespace: Euresys.Open_eVision.Easy3D

[C#]

EDepthMap16 DepthMap

{ get; }

Remarks

Should be called only when the previous call to ExtractProfileFromFrame() returned true. Otherwise, the depth map returned will be incomplete.

ELaserLineExtractor.DepthMap

Returns the current depth map.

Module: open_evision.Easy3D

[Python]

DepthMap: EDepthMap16

{get}

Remarks

Should be called only when the previous call to ExtractProfileFromFrame() returned true. Otherwise, the depth map returned will be incomplete.