EImageRangeSegmenter::Load

Load the EImageRangeSegmenter configuration. The given ESerializer must have been created for reading.

Namespace: Euresys::Open_eVision::Segmenters

[C++]

void Load(
   const std::string& path
)

void Load(
   ESerializer* serializer
)

Parameters

path

The file path.

serializer

The serializer.

EImageRangeSegmenter.Load

Load the EImageRangeSegmenter configuration. The given ESerializer must have been created for reading.

Namespace: Euresys.Open_eVision.Segmenters

[C#]

void Load(
   string path
)

void Load(
   Euresys.Open_eVision.ESerializer serializer
)

Parameters

path

The file path.

serializer

The serializer.