EDepthMap8::SaveJpeg

Saves the EDepthMap8 object to the given image file, in JPEG format.

Namespace: Euresys::Open_eVision::Easy3D

[C++]

void SaveJpeg(
   const std::string& path,
   int quality
)

Parameters

path

The full path of the destination file.

quality

JPEG quality, between 0 and 100 (100 is best quality). The default value is 75.

EDepthMap8.SaveJpeg

Saves the EDepthMap8 object to the given image file, in JPEG format.

Namespace: Euresys.Open_eVision.Easy3D

[C#]

void SaveJpeg(
   string path,
   int quality
)

Parameters

path

The full path of the destination file.

quality

JPEG quality, between 0 and 100 (100 is best quality). The default value is 75.