CVB++ 14.0
decl_at_calibrator_3d.hpp
1#pragma once
2
3#include "decl_laser_plane_calibrator_3d.hpp"
4
5namespace Cvb
6{
7
8CVB_BEGIN_INLINE_NS
9
17{
18 friend class Calibrator3DFactory;
19 friend class Calibrator3D;
20
21public:
22 AtCalibrator3D(HandleGuard<Calibrator3D>&& guard, Calibrator3D::ProtectedTag) noexcept
23 : LaserPlaneCalibrator3D(std::move(guard), Calibrator3D::ProtectedTag{})
24 {
25 }
26};
27
28CVB_END_INLINE_NS
29
30}
Calibration object to apply 3D calibration of sensor provided by Automation Technology (AT) to point ...
Definition: decl_at_calibrator_3d.hpp:17
Base calibration class to apply 3D calibration to point clouds.
Definition: decl_calibrator_3d.hpp:67
Calibration object to appling parameters calibrating laser plane.
Definition: decl_laser_plane_calibrator_3d.hpp:18
Root namespace for the Image Manager interface.
Definition: c_barcode.h:24