EMatrixCodeReader::Load

This method is deprecated.

Saves a EMatrixCodeReader. The given ESerializer must have been created for writing.

Namespace: Euresys::Open_eVision

[C++]

void Load(
   ESerializer* serializer
)

void Load(
   const std::string& path
)

Parameters

serializer

The serializer.

path

A string containing the full path to the file.

EMatrixCodeReader.Load

This method is deprecated.

Saves a EMatrixCodeReader. The given ESerializer must have been created for writing.

Namespace: Euresys.Open_eVision

[C#]

void Load(
   Euresys.Open_eVision.ESerializer serializer
)

void Load(
   string path
)

Parameters

serializer

The serializer.

path

A string containing the full path to the file.