EZMap8::SaveImageAndMetadata

Saves image format and Metadata JSON format.

Namespace: Euresys::Open_eVision::Easy3D

[C++]

void SaveImageAndMetadata(
   const std::string& pathImage,
   const std::string& pathMetadata,
   Euresys::Open_eVision::EImageFileType type
)

Parameters

pathImage

The full path to the destination file.

pathMetadata

The full path to the destination file.

type

File format, as defined by EImageFileType. If not specified, the file format is determined from the file extension.

EZMap8.SaveImageAndMetadata

Saves image format and Metadata JSON format.

Namespace: Euresys.Open_eVision.Easy3D

[C#]

void SaveImageAndMetadata(
   string pathImage,
   string pathMetadata,
   Euresys.Open_eVision.EImageFileType type
)

Parameters

pathImage

The full path to the destination file.

pathMetadata

The full path to the destination file.

type

File format, as defined by EImageFileType. If not specified, the file format is determined from the file extension.