mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-03 01:50:24 +08:00
fixed #688
This commit is contained in:
@@ -3236,8 +3236,8 @@ std::map<int, std::pair<pcl::PointCloud<pcl::PointXYZRGBNormal>::Ptr, pcl::Indic
|
||||
util3d::transformPointCloud(cloud, iter->second),
|
||||
indices,
|
||||
"z",
|
||||
min!=0.0f&&min<max?min:std::numeric_limits<float>::lowest(),
|
||||
max!=0.0f?max:std::numeric_limits<float>::max());
|
||||
min!=0.0f&&min<max?min:std::numeric_limits<int>::min(),
|
||||
max!=0.0f?max:std::numeric_limits<int>::max());
|
||||
}
|
||||
}
|
||||
else if(_ui->checkBox_fromDepth->isChecked() && uContains(cachedClouds, iter->first))
|
||||
@@ -3986,7 +3986,7 @@ void ExportCloudsDialog::saveTextureMeshes(
|
||||
QApplication::processEvents();
|
||||
uSleep(100);
|
||||
QApplication::processEvents();
|
||||
|
||||
|
||||
std::map<int, std::map<int, cv::Vec4d> > gains;
|
||||
std::map<int, std::map<int, cv::Mat> > blendingGains;
|
||||
std::pair<float, float> contrastValues(0,0);
|
||||
|
||||
Reference in New Issue
Block a user