Renamed warp of point method into warpPoint

This commit is contained in:
Alexey Spizhevoy
2011-10-07 08:51:01 +00:00
parent a7fbcad283
commit 9047ef2cdf
3 changed files with 5 additions and 5 deletions

View File

@@ -78,7 +78,7 @@ void ProjectorBase::setCameraParams(const Mat &K, const Mat &R, const Mat &T)
}
Point2f PlaneWarper::warp(const Point2f &pt, const Mat &K, const Mat &R, const Mat &T)
Point2f PlaneWarper::warpPoint(const Point2f &pt, const Mat &K, const Mat &R, const Mat &T)
{
projector_.setCameraParams(K, R, T);
Point2f uv;