$search
#include "rpp/librpp.h"
#include "rpp/rpp.h"
#include "rpp/rpp_vecmat.h"
Go to the source code of this file.
Functions | |
LIBRPP_API void | robustPlanarPose (rpp_float &err, rpp_mat &R, rpp_vec &t, const rpp_float cc[2], const rpp_float fc[2], const rpp_vec *model, const rpp_vec *iprts, const unsigned int model_iprts_size, const rpp_mat R_init, const bool estimate_R_init, const rpp_float epsilon, const rpp_float tolerance, const unsigned int max_iterations) |
bool | rppSupportAvailabe () |
LIBRPP_API void robustPlanarPose | ( | rpp_float & | err, | |
rpp_mat & | R, | |||
rpp_vec & | t, | |||
const rpp_float | cc[2], | |||
const rpp_float | fc[2], | |||
const rpp_vec * | model, | |||
const rpp_vec * | iprts, | |||
const unsigned int | model_iprts_size, | |||
const rpp_mat | R_init, | |||
const bool | estimate_R_init, | |||
const rpp_float | epsilon, | |||
const rpp_float | tolerance, | |||
const unsigned int | max_iterations | |||
) |
Definition at line 71 of file librpp.cpp.
bool rppSupportAvailabe | ( | ) |
Definition at line 140 of file librpp.cpp.