release/4.3a0
Frank Dellaert 2011-10-22 19:57:36 +00:00
parent 2ddc60063f
commit 7c55724ddd
3 changed files with 16 additions and 6 deletions

View File

@ -1,9 +1,21 @@
/*
/* ----------------------------------------------------------------------------
* GTSAM Copyright 2010, Georgia Tech Research Corporation,
* Atlanta, Georgia 30332-0415
* All Rights Reserved
* Authors: Frank Dellaert, et al. (see THANKS for the full author list)
* See LICENSE for the license information
* -------------------------------------------------------------------------- */
/**
* @file CameraResectioning.cpp
* @brief An example of gtsam for solving the camera resectioning problem
* @author Duy-Nguyen Ta
* @created Aug 23, 2011
* @date Aug 23, 2011
*/
#include <gtsam/nonlinear/Key.h>
#include <gtsam/geometry/Pose3.h>
#include <gtsam/geometry/Cal3_S2.h>

View File

@ -11,9 +11,8 @@
/**
* @file timeSequentialOnDataset.cpp
* @brief
* @author Richard Roberts
* @created Oct 7, 2010
* @date Oct 7, 2010
*/
#include <gtsam/base/timing.h>

View File

@ -11,9 +11,8 @@
/**
* @file timeSequentialOnDataset.cpp
* @brief
* @author Richard Roberts
* @created Oct 7, 2010
* @date Oct 7, 2010
*/
#include <gtsam/base/timing.h>