mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-02 01:20:25 +08:00
fixed typos...
git-svn-id: http://rtabmap.googlecode.com/svn/trunk/rtabmap@1913 f169173b-cf89-36c8-b27e-44dbe73f0c83
This commit is contained in:
@@ -963,7 +963,7 @@ pcl::PointCloud<pcl::PointXYZRGB>::Ptr cloudFromStereoImages(
|
||||
const cv::Mat & imageLeft,
|
||||
const cv::Mat & imageRight,
|
||||
float cx, float cy,
|
||||
float fx, float fy,
|
||||
float fx, float baseline,
|
||||
int decimation)
|
||||
{
|
||||
UASSERT(imageRight.type() == CV_8UC1);
|
||||
@@ -981,7 +981,7 @@ pcl::PointCloud<pcl::PointXYZRGB>::Ptr cloudFromStereoImages(
|
||||
imageLeft,
|
||||
util3d::disparityFromStereoImages(leftMono, imageRight),
|
||||
cx, cy,
|
||||
fx, fy,
|
||||
fx, baseline,
|
||||
decimation);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user