starting to make templates for smart projection factors uniform (all on cameras)
parent
dc148edd5e
commit
be55635468
|
|
@ -41,7 +41,7 @@ namespace gtsam {
|
||||||
* If the calibration should be optimized, as well, use SmartProjectionFactor instead!
|
* If the calibration should be optimized, as well, use SmartProjectionFactor instead!
|
||||||
* @addtogroup SLAM
|
* @addtogroup SLAM
|
||||||
*/
|
*/
|
||||||
template<class CALIBRATION>
|
template<class CAMERA>
|
||||||
class SmartProjectionPoseFactor: public SmartProjectionFactor<
|
class SmartProjectionPoseFactor: public SmartProjectionFactor<
|
||||||
PinholePose<CALIBRATION> > {
|
PinholePose<CALIBRATION> > {
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue