Doxygen
parent
2ddc60063f
commit
7c55724ddd
|
@ -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>
|
||||
|
|
|
@ -11,9 +11,8 @@
|
|||
|
||||
/**
|
||||
* @file timeSequentialOnDataset.cpp
|
||||
* @brief
|
||||
* @author Richard Roberts
|
||||
* @created Oct 7, 2010
|
||||
* @date Oct 7, 2010
|
||||
*/
|
||||
|
||||
#include <gtsam/base/timing.h>
|
||||
|
|
|
@ -11,9 +11,8 @@
|
|||
|
||||
/**
|
||||
* @file timeSequentialOnDataset.cpp
|
||||
* @brief
|
||||
* @author Richard Roberts
|
||||
* @created Oct 7, 2010
|
||||
* @date Oct 7, 2010
|
||||
*/
|
||||
|
||||
#include <gtsam/base/timing.h>
|
||||
|
|
Loading…
Reference in New Issue