Comments only
parent
9055024032
commit
ca3c78a5bc
|
|
@ -18,6 +18,7 @@ namespace gtsam {
|
||||||
* If calibration is known, it is more computationally efficient
|
* If calibration is known, it is more computationally efficient
|
||||||
* to calibrate the measurements rather than try to predict in pixels.
|
* to calibrate the measurements rather than try to predict in pixels.
|
||||||
* AGC: Is this used or tested anywhere?
|
* AGC: Is this used or tested anywhere?
|
||||||
|
* AGC: If this is a "CalibratedCamera," why is there a calibration stored internally?
|
||||||
* @ingroup geometry
|
* @ingroup geometry
|
||||||
*/
|
*/
|
||||||
template <typename Calibration>
|
template <typename Calibration>
|
||||||
|
|
|
||||||
|
|
@ -192,7 +192,7 @@ private:
|
||||||
};
|
};
|
||||||
|
|
||||||
typedef GeneralCameraT<CalibratedCamera,Cal3Bundler> Cal3BundlerCamera;
|
typedef GeneralCameraT<CalibratedCamera,Cal3Bundler> Cal3BundlerCamera;
|
||||||
typedef GeneralCameraT<CalibratedCamera,Cal3DS2> Cal3DS2Camera;
|
typedef GeneralCameraT<CalibratedCamera,Cal3DS2> Cal3DS2Camera; // NOTE: Typedef not referenced in gtsam
|
||||||
typedef GeneralCameraT<CalibratedCamera,Cal3_S2> Cal3_S2Camera;
|
typedef GeneralCameraT<CalibratedCamera,Cal3_S2> Cal3_S2Camera; // NOTE: Typedef not referenced in gtsam
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -16,8 +16,7 @@
|
||||||
* @author Frank Dellaert
|
* @author Frank Dellaert
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef SIMPLECAMERA_H_
|
#pragma once
|
||||||
#define SIMPLECAMERA_H_
|
|
||||||
|
|
||||||
#include <gtsam/geometry/CalibratedCamera.h>
|
#include <gtsam/geometry/CalibratedCamera.h>
|
||||||
#include <gtsam/geometry/Cal3_S2.h>
|
#include <gtsam/geometry/Cal3_S2.h>
|
||||||
|
|
@ -93,5 +92,3 @@ namespace gtsam {
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif /* SIMPLECAMERA_H_ */
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue