EPolygon::Load

Loads the polygon.

Namespace: Euresys::Open_eVision::Legacy

[C++]

void Load(
   const std::string& file
)

void Load(
   ESerializer* serializer
)

Parameters

file

File path.

serializer

Serializer. Must be in read mode.

EPolygon.Load

Loads the polygon.

Namespace: Euresys.Open_eVision.Legacy

[C#]

void Load(
   string file
)

void Load(
   ESerializer serializer
)

Parameters

file

File path.

serializer

Serializer. Must be in read mode.

EPolygon.Load

Loads the polygon.

Module: open_evision.Legacy

[Python]

Load(
    file: str
) -> None

Load(
    serializer: ESerializer
) -> None

Parameters

file

File path.

serializer

Serializer. Must be in read mode.