EObjectBasedCalibrationGenerator::Compute

Computes an EObjectBasedCalibrationModel from the EDepthMap of the calibration object.

Namespace: Euresys::Open_eVision::Easy3D

[C++]

EObjectBasedCalibrationModel Compute(
   const EDepthMap8& dm
)

EObjectBasedCalibrationModel Compute(
   const EDepthMap16& dm
)

EObjectBasedCalibrationModel Compute(
   const EDepthMap32f& dm
)

Parameters

dm

The input depth map of the calibration object.

EObjectBasedCalibrationGenerator.Compute

Computes an EObjectBasedCalibrationModel from the EDepthMap of the calibration object.

Namespace: Euresys.Open_eVision.Easy3D

[C#]

Euresys.Open_eVision.Easy3D.EObjectBasedCalibrationModel Compute(
   Euresys.Open_eVision.Easy3D.EDepthMap8 dm
)

Euresys.Open_eVision.Easy3D.EObjectBasedCalibrationModel Compute(
   Euresys.Open_eVision.Easy3D.EDepthMap16 dm
)

Euresys.Open_eVision.Easy3D.EObjectBasedCalibrationModel Compute(
   Euresys.Open_eVision.Easy3D.EDepthMap32f dm
)

Parameters

dm

The input depth map of the calibration object.