#include <posest/esm.hpp>
#include <posest/MatrixFunctions>
#include <opencv2/core/core.hpp>
#include <opencv2/core/eigen.hpp>
#include <opencv2/imgproc/imgproc.hpp>
#include <opencv2/highgui/highgui.hpp>
#include <opencv2/contrib/contrib.hpp>
#include <opencv2/features2d/features2d.hpp>
#include <opencv2/calib3d/calib3d.hpp>
#include <posest/lie_algebra.hpp>
Go to the source code of this file.
Functions | |
void | rect2vertices (const Rect &rect, vector< Point2f > &vertices) |