1 #ifndef TEST_DATA_GENERATOR_HPP
2 #define TEST_DATA_GENERATOR_HPP
14 for (
int i = 0; i < num_cams; ++i) {
15 Eigen::Matrix4d T_SC_e;
16 T_SC_e << 1, 0, 0, i*0.01,
20 std::shared_ptr<const okvis::kinematics::Transformation> T_SC_ok_ptr(
24 std::shared_ptr<const okvis::cameras::CameraBase>(
31 -0.40675345816443564, 0.1685454248925922, -0.00046944024734783504,
32 0.00026638950478762756))),
40 #endif// TEST_DATA_GENERATOR_HPP
Header file for the PinholeCamera class.
Header file for the NCameraSystem class.
Use with okvis::cameras::RadialTangentialDistortion.
Definition: NCameraSystem.hpp:70
void addCamera(std::shared_ptr< const okvis::kinematics::Transformation > T_SC, std::shared_ptr< const cameras::CameraBase > cameraGeometry, DistortionType distortionType, bool computeOverlaps=true)
Append with a single camera.
Definition: NCameraSystem.hpp:102
Header file for the RadialTangentialDistortion class.
Definition: PinholeCamera.hpp:64
A class that assembles multiple cameras into a system of (potentially different) cameras.
Definition: NCameraSystem.hpp:61
static const okvis::cameras::NCameraSystem getTestCameraSystem(int num_cams)
Definition: testDataGenerators.hpp:12
Definition: RadialTangentialDistortion.hpp:51
Definition: testDataGenerators.hpp:10