4#ifndef __RELATIVE_STATE_FROM_POINTS__
5#define __RELATIVE_STATE_FROM_POINTS__
10 #include <MatrixLib/MatrixLib.h>
33 void update(
const ml_matrix& rW,
const ml_matrix& rF );
Generates transformaton matrix and offset plus camera parameters from points.
Definition: sc_relative_state_from_points.h:16
double get_f_x()
Get the x focal length.
Definition: sc_relative_state_from_points.h:39
relative_state_from_points(void)
Constructor.
Definition: sc_relative_state_from_points.cc:17
ml_matrix get_offset()
Find the offset.
Definition: sc_relative_state_from_points.h:37
ml_matrix get_transformation_matrix()
Return the transformation matrix.
Definition: sc_relative_state_from_points.h:35
void update(const ml_matrix &rW, const ml_matrix &rF)
Update.
Definition: sc_relative_state_from_points.cc:27
double get_f_y()
Get the y focal length.
Definition: sc_relative_state_from_points.h:41