EZMap::Create

Factory method to allocates and reads a ZMap from a file. Depending of the serialized EZMap type, it returns the corresponding EZMap8, EZMap16 or EZMap32f object. The allocated EZMap must be released after use.

Namespace: Euresys::Open_eVision::Easy3D

[C++]

std::unique_ptr<EZMap> Create(
   const std::string& path
)

Parameters

path

Full path to the file.

EZMap.Create

Factory method to allocates and reads a ZMap from a file. Depending of the serialized EZMap type, it returns the corresponding EZMap8, EZMap16 or EZMap32f object. The allocated EZMap must be released after use.

Namespace: Euresys.Open_eVision.Easy3D

[C#]

Euresys.Open_eVision.Easy3D.EZMap Create(
   string path
)

Parameters

path

Full path to the file.