EZMap8::LoadImage

Restores the EZMap8 image stored in the given image file.

Namespace: Euresys::Open_eVision::Easy3D

[C++]

void LoadImage(
   const std::string& path,
   bool withMetadata
)

Parameters

path

Full path to the file.

withMetadata

Parameter to load or not the metadata that has the same filename. False by default.

Remarks

When loading, the ZMap is resized if needed. This function does not restore the ZMap attributes, only the image associated with the EZMap8 is updated.

EZMap8.LoadImage

Restores the EZMap8 image stored in the given image file.

Namespace: Euresys.Open_eVision.Easy3D

[C#]

void LoadImage(
   string path,
   bool withMetadata
)

Parameters

path

Full path to the file.

withMetadata

Parameter to load or not the metadata that has the same filename. False by default.

Remarks

When loading, the ZMap is resized if needed. This function does not restore the ZMap attributes, only the image associated with the EZMap8 is updated.