Added bilateral filtering option. CloudViewer: lighting and edge visibility options.

This commit is contained in:
matlabbe
2016-11-03 17:04:31 -04:00
parent 70dbac10c7
commit a7971373a6
14 changed files with 593 additions and 28 deletions

View File

@@ -136,6 +136,12 @@ void RTABMAP_EXP fillRegisteredDepthHoles(
bool horizontal,
bool fillDoubleHoles = false);
cv::Mat RTABMAP_EXP fastBilateralFiltering(
const cv::Mat & depth,
float sigmaS = 15.0f,
float sigmaR = 0.05f,
bool earlyDivision = false);
} // namespace util3d
} // namespace rtabmap