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#]

Euresys.Open_eVision.Easy3D.EDepthMap16 DepthMap

{ get; }

Remarks

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