EZMap8::Load

Restores the EZMap8 stored in the given Open eVision file.

Namespace: Euresys::Open_eVision::Easy3D

[C++]

void Load(
   const std::string& path
)

void Load(
   ESerializer* serializer
)

Parameters

path

Full path to the file.

serializer

-

Remarks

When loading, the ZMap is resized if needed. This function restores all the ZMap attributes.

EZMap8.Load

Restores the EZMap8 stored in the given Open eVision file.

Namespace: Euresys.Open_eVision.Easy3D

[C#]

void Load(
   string path
)

void Load(
   Euresys.Open_eVision.ESerializer serializer
)

Parameters

path

Full path to the file.

serializer

-

Remarks

When loading, the ZMap is resized if needed. This function restores all the ZMap attributes.