Skip to content

Commit a386ca4

Browse files
committed
docs fix
1 parent 7cbea08 commit a386ca4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/rgbd/src/kinfu_frame.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -626,7 +626,7 @@ void makeFrameFromDepth(InputArray _depth,
626626
Depth depthNoNans = depth.clone();
627627
patchNaNs(depthNoNans);
628628
bilateralFilter(depthNoNans, smooth, kernelSize, sigmaDepth*depthFactor, sigmaSpatial);
629-
629+
630630
// depth truncation can be used in some scenes
631631
Depth depthThreshold;
632632
if(truncateThreshold > 0.f)

0 commit comments

Comments
 (0)