mirror of
https://github.com/opencv/opencv.git
synced 2024-12-04 00:39:11 +08:00
Fix hash_tsdf_functions.cpp compilation on some platforms.
This commit is contained in:
parent
91775af2dd
commit
79e0763d17
@ -408,7 +408,7 @@ void allocateVolumeUnits(
|
|||||||
Vec4i node = _thm.data[i];
|
Vec4i node = _thm.data[i];
|
||||||
Vec3i idx(node[0], node[1], node[2]);
|
Vec3i idx(node[0], node[1], node[2]);
|
||||||
|
|
||||||
std::lock_guard<std::recursive_mutex> al(_mutex);
|
std::lock_guard<Mutex> al(_mutex);
|
||||||
|
|
||||||
int result = _globalHashMap.insert(idx);
|
int result = _globalHashMap.insert(idx);
|
||||||
if (result == 0)
|
if (result == 0)
|
||||||
|
Loading…
Reference in New Issue
Block a user