23 lines
676 B
C++
23 lines
676 B
C++
/* ----------------------------------------------------------------------------
|
|
|
|
* 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 SmartProjectionPoseFactorRollingShutter.h
|
|
* @brief Smart projection factor on poses modeling rolling shutter effect
|
|
* @author Luca Carlone
|
|
*/
|
|
|
|
//#include <gtsam_unstable/slam/SmartProjectionPoseFactorRollingShutter.h>
|
|
|
|
namespace gtsam {
|
|
|
|
} // \ namespace gtsam
|