Documentation Portal      

What are you looking for?

EBaseROI::Save

Saves the EBaseROI object to the given file.

Namespace: Euresys::Open_eVision_2_6

[C++]

void Save(
   const std::string& path,
   Euresys::Open_eVision_2_6::EImageFileType type
)

void Save(
   ESerializer* serializer
)

Parameters

path

The full path of the destination file.

type

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

serializer

The ESerializer file-like object that is written to.

Remarks

By default (if no format is specified), the file format is determined from the file extension. If a serializer is used, then the Euresys proprietary file format is used. This format preserves attributes and sub-ROIs. See Supported Image File Types for details about supported files. See Image File Access - Save, Load - for details about file format and compatibility.

EBaseROI.Save

Saves the EBaseROI object to the given file.

Namespace: Euresys.Open_eVision_2_6

[C#]

void Save(
   string path,
   Euresys.Open_eVision_2_6.EImageFileType type
)

void Save(
   Euresys.Open_eVision_2_6.ESerializer serializer
)

Parameters

path

The full path of the destination file.

type

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

serializer

The ESerializer file-like object that is written to.

Remarks

By default (if no format is specified), the file format is determined from the file extension. If a serializer is used, then the Euresys proprietary file format is used. This format preserves attributes and sub-ROIs. See Supported Image File Types for details about supported files. See Image File Access - Save, Load - for details about file format and compatibility.

Which API shall we display?

© 2018 EURESYS s.a.  -  About Documentation  -  Open Source Licenses  -  Open eVision 2.6.1.1110