Go to the source code of this file.
|
| namespace | graphite |
| | The top-level namespace for Graphite.
|
| |
|
|
template<typename T > |
| using | graphite::Point = Eigen::Matrix< T, 3, 1 > |
| |
|
template<typename T > |
| using | graphite::Camera = Eigen::Matrix< T, 9, 1 > |
| |
|
template<typename T , typename S > |
| using | graphite::PointDescriptor = VertexDescriptor< T, S, PointTraits< T > > |
| |
|
template<typename T , typename S > |
| using | graphite::CameraDescriptor = VertexDescriptor< T, S, CameraTraits< T > > |
| |
|
template<typename T , typename S > |
| using | graphite::ReprojectionError = FactorDescriptor< T, S, ReprojectionErrorTraits< T, S > > |
| |