gtsam  3.2.1
gtsam
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
SimpleCamera.h
Go to the documentation of this file.
1 /* ----------------------------------------------------------------------------
2 
3  * GTSAM Copyright 2010, Georgia Tech Research Corporation,
4  * Atlanta, Georgia 30332-0415
5  * All Rights Reserved
6  * Authors: Frank Dellaert, et al. (see THANKS for the full author list)
7 
8  * See LICENSE for the license information
9 
10  * -------------------------------------------------------------------------- */
11 
19 #pragma once
20 
22 #include <gtsam/geometry/Cal3_S2.h>
23 
24 namespace gtsam {
25 
28 
30  GTSAM_EXPORT SimpleCamera simpleCamera(const Matrix& P);
31 }
Base class for all pinhole cameras.
Definition: PinholeCamera.h:40
The most common 5DOF 3D->2D calibration.
PinholeCamera< Cal3_S2 > SimpleCamera
A simple camera class with a Cal3_S2 calibration.
Definition: SimpleCamera.h:27
SimpleCamera simpleCamera(const Matrix &P)
Recover camera from 3*4 camera matrix.
Definition: SimpleCamera.cpp:24