45 #ifndef vpTemplateTrackerWarpHomography_hh
46 #define vpTemplateTrackerWarpHomography_hh
48 #include <visp3/core/vpConfig.h>
49 #include <visp3/tt/vpTemplateTrackerWarp.h>
50 #include <visp3/vision/vpHomography.h>
75 #ifndef DOXYGEN_SHOULD_SKIP_THIS
84 void getdW0(
const int &v,
const int &u,
const double &dv,
const double &du,
double *dIdW);
85 void getdWdp0(
const int &v,
const int &u,
double *dIdW);
105 void warpX(
const int &v1,
const int &u1,
double &v2,
double &u2,
const vpColVector &p);
Implementation of column vector and the associated operations.
Implementation of an homography and operations on homographies.
Implementation of a matrix and operations on matrices.
bool isESMcompatible() const
virtual void dWarpCompo(const vpColVector &X1, const vpColVector &X2, const vpColVector &p, const double *dwdp0, vpMatrix &dM)=0
virtual void getParamPyramidUp(const vpColVector &p, vpColVector &p_up)=0
virtual void getParamInverse(const vpColVector &p, vpColVector &p_inv) const =0
virtual void getdW0(const int &v, const int &u, const double &dv, const double &du, double *dIdW)=0
virtual void dWarp(const vpColVector &X1, const vpColVector &X2, const vpColVector &p, vpMatrix &dM)=0
virtual void getdWdp0(const int &v, const int &u, double *dIdW)=0
virtual void warpX(const int &v1, const int &u1, double &v2, double &u2, const vpColVector &p)=0
virtual void warpXInv(const vpColVector &X1, vpColVector &X2, const vpColVector &p)=0
virtual void getParamPyramidDown(const vpColVector &p, vpColVector &p_down)=0
virtual void pRondp(const vpColVector &p1, const vpColVector &p2, vpColVector &p12) const =0