fixed typos...

git-svn-id: http://rtabmap.googlecode.com/svn/trunk/rtabmap@1913 f169173b-cf89-36c8-b27e-44dbe73f0c83
This commit is contained in:
matlabbe
2014-10-22 17:19:53 +00:00
parent c5d1770d84
commit d220301f50
2 changed files with 3 additions and 3 deletions

View File

@@ -221,7 +221,7 @@ pcl::PointCloud<pcl::PointXYZRGB>::Ptr RTABMAP_EXP cloudFromStereoImages(
const cv::Mat & imageLeft,
const cv::Mat & imageRight,
float cx, float cy,
float fx, float fy,
float fx, float baseline,
int decimation);
cv::Mat RTABMAP_EXP disparityFromStereoImages(