CVB++ 15.0
decl_laser_plane_homography_calibrator_3d.hpp
1#pragma once
2
3#include "decl_laser_plane_calibrator_3d.hpp"
4
5namespace Cvb
6{
7
8 CVB_BEGIN_INLINE_NS
9
17 class LaserPlaneHomographyCalibrator3D : public LaserPlaneCalibrator3D
18 {
19 public:
20 LaserPlaneHomographyCalibrator3D(HandleGuard<Calibrator3D> &&guard, Calibrator3D::ProtectedTag) noexcept
21 : LaserPlaneCalibrator3D(std::move(guard), Calibrator3D::ProtectedTag{})
22 {
23 }
24 };
25
26 CVB_END_INLINE_NS
27
28} // namespace Cvb
T move(T... args)
Root namespace for the Image Manager interface.
Definition c_bayer_to_rgb.h:17