EMatrixCode::Save

This method is deprecated.

Loads a EMatrixCode. The given ESerializer must have been created for reading.

Namespace: Euresys::Open_eVision

[C++]

void Save(
   ESerializer* serializer
)

void Save(
   const std::string& path
)

Parameters

serializer

The ESerializer object that is read from.

path

A string containing the full path to the file.

EMatrixCode.Save

This method is deprecated.

Loads a EMatrixCode. The given ESerializer must have been created for reading.

Namespace: Euresys.Open_eVision

[C#]

void Save(
   Euresys.Open_eVision.ESerializer serializer
)

void Save(
   string path
)

Parameters

serializer

The ESerializer object that is read from.

path

A string containing the full path to the file.