From 006cc7bc4e23eff8c8fcf8bbb6d9c516676e7a3f Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sat, 16 Jul 2016 23:48:42 +0200 Subject: few: update/add copyright --- tracker-aruco/trans_calib.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'tracker-aruco') diff --git a/tracker-aruco/trans_calib.h b/tracker-aruco/trans_calib.h index 3d1e56fa..cfde0051 100644 --- a/tracker-aruco/trans_calib.h +++ b/tracker-aruco/trans_calib.h @@ -5,8 +5,7 @@ * copyright notice and this permission notice appear in all copies. */ -#ifndef TRANSCALIB_H -#define TRANSCALIB_H +#pragma once #include @@ -35,5 +34,3 @@ private: cv::Matx66f P; // normalized precision matrix = inverse covariance cv::Vec6f y; // P*(-t_MH, t_CH) }; - -#endif //TRANSCALIB_H -- cgit v1.2.3