From 575a06b0427aafa40d6d38d9dd0b7344092ce60f Mon Sep 17 00:00:00 2001 From: dellaert Date: Sun, 1 Mar 2015 14:27:37 +0100 Subject: [PATCH] Added my name --- gtsam/slam/SmartProjectionCameraFactor.h | 1 + gtsam/slam/tests/testSmartProjectionCameraFactor.cpp | 1 + 2 files changed, 2 insertions(+) diff --git a/gtsam/slam/SmartProjectionCameraFactor.h b/gtsam/slam/SmartProjectionCameraFactor.h index f10681ab8..3afd04188 100644 --- a/gtsam/slam/SmartProjectionCameraFactor.h +++ b/gtsam/slam/SmartProjectionCameraFactor.h @@ -15,6 +15,7 @@ * @author Luca Carlone * @author Chris Beall * @author Zsolt Kira + * @author Frank Dellaert */ #pragma once diff --git a/gtsam/slam/tests/testSmartProjectionCameraFactor.cpp b/gtsam/slam/tests/testSmartProjectionCameraFactor.cpp index a4ed72f4b..56ff47c3e 100644 --- a/gtsam/slam/tests/testSmartProjectionCameraFactor.cpp +++ b/gtsam/slam/tests/testSmartProjectionCameraFactor.cpp @@ -15,6 +15,7 @@ * @author Chris Beall * @author Luca Carlone * @author Zsolt Kira + * @author Frank Dellaert * @date Sept 2013 */