1#ifndef VP_RB_INITIALIZATION_HELPER_H
2#define VP_RB_INITIALIZATION_HELPER_H
4#include <visp3/core/vpConfig.h>
5#include <visp3/core/vpHomogeneousMatrix.h>
6#include <visp3/core/vpCameraParameters.h>
32 void savePose(
const std::string &filename)
const;
44#ifdef VISP_HAVE_MODULE_GUI
46 void initClick(
const vpImage<T> &I,
const std::string &initFile,
bool displayHelp,
vpRBTracker &tracker);
49 std::string m_poseSavingFileName;
Generic class defining intrinsic camera parameters.
Implementation of an homogeneous matrix and operations on such kind of matrices.
Definition of the vpImage class member functions.
A set of utilities to perform initialization.
void removeCommentsAndEmptyLines(std::ifstream &fileId)
vpHomogeneousMatrix getPose() const
void savePose(const std::string &filename) const
void setCameraParameters(const vpCameraParameters &cam)
Class implementing the Render-Based Tracker (RBT).