EOCR::Load

Loads the EOCR object configuration.

Namespace: Euresys::Open_eVision

[C++]

void Load(
   ESerializer* serializer
)

void Load(
   const std::string& path
)

Parameters

serializer

The serializer.

path

The path from which to load the configuration.

Remarks

The given ESerializer must have been created for reading.

EOCR.Load

Loads the EOCR object configuration.

Namespace: Euresys.Open_eVision

[C#]

void Load(
   Euresys.Open_eVision.ESerializer serializer
)

void Load(
   string path
)

Parameters

serializer

The serializer.

path

The path from which to load the configuration.

Remarks

The given ESerializer must have been created for reading.