1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-29 23:33:05 +04:00

Resolve valgrind issue in 3d module

This commit is contained in:
Dmitry Kurtaev
2024-04-04 15:48:14 +03:00
parent 5144766380
commit ba62811cc8
+1
View File
@@ -563,6 +563,7 @@ void ColorTsdfVolume::reset()
{
RGBTsdfVoxel& v = reinterpret_cast<RGBTsdfVoxel&>(vv);
v.tsdf = floatToTsdf(0.0f); v.weight = 0;
v.r = v.g = v.b = 0;
});
}