mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-11 05:50:21 +08:00
Tango: added mesh smoothing, show file size on Open, default timestamp filename on save/export
This commit is contained in:
@@ -1845,7 +1845,9 @@ cv::Mat fastBilateralFiltering(const cv::Mat & depth, float sigmaS, float sigmaR
|
||||
v = 0.0f;
|
||||
}
|
||||
if(depth.type()==CV_32FC1)
|
||||
{
|
||||
output.at<float>(y,x) = v;
|
||||
}
|
||||
else
|
||||
{
|
||||
v*=1000.0f;
|
||||
|
||||
Reference in New Issue
Block a user