We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 429b434 commit ef85792Copy full SHA for ef85792
src/depth_packet_processor.cpp
@@ -61,7 +61,7 @@ DepthPacketProcessor::Parameters::Parameters()
61
gaussian_kernel[1] = 0.1131098f;
62
gaussian_kernel[2] = 0.1069973f;
63
gaussian_kernel[3] = 0.1131098f;
64
- gaussian_kernel[4] = 0.1195716f; // sum shall be 1.0f, not 0.9999999f ? (rounding errors accumulating here)
+ gaussian_kernel[4] = 0.1195716f;
65
gaussian_kernel[5] = 0.1131098f;
66
gaussian_kernel[6] = 0.1069973f;
67
gaussian_kernel[7] = 0.1131098f;
0 commit comments