![]() |
Visual Servoing Platform version 3.6.0
|
#include <vpTemplateTrackerWarpSRT.h>
Inheritance diagram for vpTemplateTrackerWarpSRT:Public Member Functions | |
| vpTemplateTrackerWarpSRT () | |
| void | dWarp (const vpColVector &X, const vpColVector &, const vpColVector &p, vpMatrix &dM) |
| void | dWarpCompo (const vpColVector &, const vpColVector &, const vpColVector &p, const double *dwdp0, vpMatrix &dM) |
| void | getdW0 (const int &v, const int &u, const double &dv, const double &du, double *dIdW) |
| void | getdWdp0 (const int &v, const int &u, double *dIdW) |
| void | getParamInverse (const vpColVector &p, vpColVector &p_inv) const |
| void | getParamPyramidDown (const vpColVector &p, vpColVector &p_down) |
| void | getParamPyramidUp (const vpColVector &p, vpColVector &p_up) |
| bool | isESMcompatible () const |
| void | pRondp (const vpColVector &p1, const vpColVector &p2, vpColVector &p12) const |
| void | warpX (const vpColVector &X1, vpColVector &X2, const vpColVector &p) |
| void | warpX (const int &v1, const int &u1, double &v2, double &u2, const vpColVector &p) |
| void | warpXInv (const vpColVector &X1, vpColVector &X2, const vpColVector &p) |
Inherited functionalities from vpTemplateTrackerWarp | |
| double | getDistanceBetweenZoneAndWarpedZone (const vpTemplateTrackerZone &Z, const vpColVector &p) |
| unsigned int | getNbParam () const |
| void | setNbParam (unsigned int nb) |
| void | warp (const double *ut0, const double *vt0, int nb_pt, const vpColVector &p, double *u, double *v) |
| void | warpTriangle (const vpTemplateTrackerTriangle &in, const vpColVector &p, vpTemplateTrackerTriangle &out) |
| void | warpZone (const vpTemplateTrackerZone &in, const vpColVector &p, vpTemplateTrackerZone &out) |
Protected Attributes | |
| double | denom |
| unsigned int | nbParam |
This class consider the SRT (scale, rotation, translation) warping model 

![\[M(p) = \left[ \begin{array}{ccc}
s * \cos(\theta) & - s * \sin(\theta) & t_u \\
s * \sin(\theta) & s * \cos(\theta) & t_v
\end{array}
\right]
\]](form_1034.png)
with 


We recall that u axis is the image horizontal axis, and v axis is the image vertical axis. A point (u,v) with coordinates (0,0) is located in the top left image corner.
Definition at line 66 of file vpTemplateTrackerWarpSRT.h.
| vpTemplateTrackerWarpSRT::vpTemplateTrackerWarpSRT | ( | ) |
Construct a model with 4 parameters for scale, rotation and translation initialized to zero.
Definition at line 44 of file vpTemplateTrackerWarpSRT.cpp.
References vpTemplateTrackerWarp::nbParam.
|
virtual |
Compute the derivative matrix of the warping function at point 
![\[
\frac{\partial M}{\partial p}(X, p)
\]](form_1038.png)
| X | : 2-dim vector corresponding to the coordinates ![]() |
| p | : 4-dim vector that contains the parameters of the warping function. |
| dM | : Resulting warping model derivative returned as a 2-by-4 matrix. |
Implements vpTemplateTrackerWarp.
Definition at line 160 of file vpTemplateTrackerWarpSRT.cpp.
|
virtual |
Compute the compositionnal derivative matrix of the warping function according to the model parameters.
| p | : 4-dim vector that contains the parameters of the warping function. |
| dwdp0 | : Derivative matrix of the warping function according to the initial warping function parameters (p=0). |
| dM | : Resulting warping model compositionnal derivative returned as a 2-by-4 matrix. |
Implements vpTemplateTrackerWarp.
Definition at line 188 of file vpTemplateTrackerWarpSRT.cpp.
References vpTemplateTrackerWarp::nbParam.
|
inherited |
Compute the distance between a zone and its associated warped zone.
| Z | : Zone to consider. |
| p | : Parameters of the warping function. |
Definition at line 72 of file vpTemplateTrackerWarp.cpp.
References vpTemplateTrackerTriangle::getCorner(), and vpTemplateTrackerWarp::warpX().
|
virtual |
Compute the derivative of the image with relation to the warping function parameters.
| v | : Coordinate (along the image rows axis) of the point to consider in the image. |
| u | : Coordinate (along the image columns axis) of the point to consider in the image. |
| dv | : Derivative on the v-axis (along the rows) of the point (u,v). |
| du | : Derivative on the u-axis (along the columns) of the point (u,v). |
| dIdW | : Resulting derivative matrix (image according to the warping function). |
Implements vpTemplateTrackerWarp.
Definition at line 82 of file vpTemplateTrackerWarpSRT.cpp.
|
virtual |
Compute the derivative of the warping model 


![\[
\frac{\partial M}{\partial p}(X, p_0)
\]](form_1015.png)
| v | : Coordinate (along the image rows axis) of the point X(u,v) to consider in the image. |
| u | : Coordinate (along the image columns axis) of the point X(u,v) to consider in the image. |
| dIdW | : Resulting 2-by-4 derivative matrix. |
Implements vpTemplateTrackerWarp.
Definition at line 101 of file vpTemplateTrackerWarpSRT.cpp.
|
inlineinherited |
Get the number of parameters of the warping function.
Definition at line 215 of file vpTemplateTrackerWarp.h.
Referenced by vpTemplateTracker::computeOptimalBrentGain(), vpTemplateTrackerWarpHomography::getParam(), vpTemplateTrackerWarpHomography::getParam(), vpTemplateTrackerMIInverseCompositional::trackNoPyr(), and vpTemplateTracker::vpTemplateTracker().
|
virtual |
Compute inverse of the warping transformation.
| p | : 4-dim vector that contains the parameters corresponding to the transformation to inverse. |
| p_inv | : 4-dim vector that contains the parameters of the inverse transformation ![]() |
Implements vpTemplateTrackerWarp.
Definition at line 224 of file vpTemplateTrackerWarpSRT.cpp.
|
virtual |
Get the parameters of the warping function one level down where image size is divided by two along the lines and the columns.
| p | : 4-dim vector that contains the current parameters of the warping function. |
| p_down | : 4-dim vector that contains the resulting parameters one level down. |
Implements vpTemplateTrackerWarp.
Definition at line 52 of file vpTemplateTrackerWarpSRT.cpp.
|
virtual |
Get the parameters of the warping function one level up where image size is multiplied by two along the lines and the columns.
| p | : 4-dim vector that contains the current parameters of the warping function. |
| p_up | : 4-dim vector that contains the resulting parameters one level up. |
Implements vpTemplateTrackerWarp.
Definition at line 66 of file vpTemplateTrackerWarpSRT.cpp.
|
inlinevirtual |
Tells if the warping function is ESM compatible.
Implements vpTemplateTrackerWarp.
Definition at line 90 of file vpTemplateTrackerWarpSRT.h.
|
virtual |
Compute the transformation resulting from the composition of two other transformations.
| p1 | : 4-dim vector that contains the parameters corresponding to first transformation. |
| p2 | : 4-dim vector that contains the parameters corresponding to second transformation. |
| p12 | : 4-dim vector that contains the resulting transformation ![]() |
Implements vpTemplateTrackerWarp.
Definition at line 246 of file vpTemplateTrackerWarpSRT.cpp.
|
inlineinherited |
Set the number of parameters of the warping function.
| nb | : New number of parameters. |
Definition at line 222 of file vpTemplateTrackerWarp.h.
|
inherited |
Warp a list of points.
| ut0 | : List of u coordinates of the points. |
| vt0 | : List of v coordinates of the points. |
| nb_pt | : Number of points to consider. |
| p | : Parameters of the warp. |
| u | : Resulting u coordinates. |
| v | : resulting v coordinates. |
Definition at line 94 of file vpTemplateTrackerWarp.cpp.
References vpTemplateTrackerWarp::warpX().
Referenced by vpTemplateTrackerWarpHomographySL3::getParamPyramidDown(), and vpTemplateTrackerWarpHomographySL3::getParamPyramidUp().
|
inherited |
Warp a triangle and store the result in a new zone.
| in | : Triangle to warp. |
| p | : Parameters of the warping function. These parameters are estimated by the template tracker and returned using vpTemplateTracker::getp(). |
| out | : Resulting triangle. |
Definition at line 41 of file vpTemplateTrackerWarp.cpp.
References vpException::dimensionError, vpTemplateTrackerTriangle::getCorners(), vpTemplateTrackerTriangle::init(), vpArray2D< Type >::size(), vpCTRACE, and vpTemplateTrackerWarp::warpX().
Referenced by vpTemplateTrackerWarp::warpZone().
|
virtual |
Warp point 

![\[X_2 = {^2}M_1(p) * X_1\]](form_1020.png)
| v1 | : Coordinate (along the image rows axis) of the point ![]() |
| u1 | : Coordinate (along the image columns axis) of the point ![]() |
| v2 | : Coordinate of the warped point ![]() |
| u2 | : Coordinate of the warped point ![]() |
| p | : 4-dim vector that contains the parameters of the transformation. |
Implements vpTemplateTrackerWarp.
Definition at line 123 of file vpTemplateTrackerWarpSRT.cpp.
|
virtual |
Warp point 
![\[X_2 = {^2}M_1(p) * X_1\]](form_1020.png)
| X1 | : 2-dim vector corresponding to the coordinates ![]() |
| X2 | : 2-dim vector corresponding to the coordinates ![]() |
| p | : 4-dim vector that contains the parameters of the transformation. |
Implements vpTemplateTrackerWarp.
Definition at line 140 of file vpTemplateTrackerWarpSRT.cpp.
|
virtual |
Warp a point X1 with the inverse transformation 
![\[ X_2 = {\left({^1}M_2\right)}^{-1} \; X_1\]](form_1039.png)
| X1 | : 2-dim vector corresponding to the coordinates (u,v) of the point to warp. |
| X2 | : 2-dim vector corresponding to the coordinates (u,v) of the warped point. |
| p | : Parameters corresponding to the warping model ![]() |
Implements vpTemplateTrackerWarp.
Definition at line 208 of file vpTemplateTrackerWarpSRT.cpp.
|
inherited |
Warp a zone and store the result in a new zone.
| in | : Zone to warp. |
| p | : Parameters of the warping function. These parameters are estimated by the template tracker and returned using vpTemplateTracker::getp(). |
| out | : Resulting zone. |
Definition at line 61 of file vpTemplateTrackerWarp.cpp.
References vpTemplateTrackerZone::add(), vpTemplateTrackerZone::clear(), vpTemplateTrackerZone::getNbTriangle(), vpTemplateTrackerZone::getTriangle(), and vpTemplateTrackerWarp::warpTriangle().
Referenced by vpTemplateTracker::display(), and vpTemplateTracker::display().
|
protectedinherited |
Internal value used by homography warp model.
Definition at line 60 of file vpTemplateTrackerWarp.h.
Referenced by vpTemplateTrackerWarpHomographySL3::computeDenom(), vpTemplateTrackerWarpHomography::computeDenom(), vpTemplateTrackerWarpHomography::dWarp(), vpTemplateTrackerWarpHomographySL3::dWarp(), vpTemplateTrackerWarpHomographySL3::dWarpCompo(), vpTemplateTrackerWarpHomography::dWarpCompo(), vpTemplateTrackerWarpHomographySL3::warpX(), vpTemplateTrackerWarpHomography::warpX(), vpTemplateTrackerWarpHomographySL3::warpX(), and vpTemplateTrackerWarpHomography::warpX().
|
protectedinherited |
Number of parameters used to model warp transformation.
Definition at line 61 of file vpTemplateTrackerWarp.h.
Referenced by vpTemplateTrackerWarpTranslation::dWarpCompo(), vpTemplateTrackerWarpAffine::dWarpCompo(), vpTemplateTrackerWarpRT::dWarpCompo(), dWarpCompo(), vpTemplateTrackerWarpHomographySL3::dWarpCompo(), vpTemplateTrackerWarpHomography::dWarpCompo(), vpTemplateTrackerWarpHomographySL3::findWarp(), vpTemplateTrackerWarpHomographySL3::getdW0(), vpTemplateTrackerWarpHomographySL3::getdWdp0(), vpTemplateTrackerWarpHomographySL3::getdWdp0(), vpTemplateTrackerWarpAffine::vpTemplateTrackerWarpAffine(), vpTemplateTrackerWarpHomography::vpTemplateTrackerWarpHomography(), vpTemplateTrackerWarpHomographySL3::vpTemplateTrackerWarpHomographySL3(), vpTemplateTrackerWarpRT::vpTemplateTrackerWarpRT(), vpTemplateTrackerWarpSRT(), and vpTemplateTrackerWarpTranslation::vpTemplateTrackerWarpTranslation().