Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion modules/rgbd/src/opencl/hash_tsdf.cl
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ inline float3 getNormalVoxel(float3 ptVox, __global const struct TsdfVoxel* allV
int4 offsets[] = { (int4)( 1, 0, 0, 0), (int4)(-1, 0, 0, 0), (int4)( 0, 1, 0, 0), // 0-3
(int4)( 0, -1, 0, 0), (int4)( 0, 0, 1, 0), (int4)( 0, 0, -1, 0) // 4-7
};

const int nVals = 6;
float vals[6];
#else
Expand Down
6 changes: 3 additions & 3 deletions modules/wechat_qrcode/LICENSE
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
Tencent is pleased to support the open source community by making WeChat QRCode available.

Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved.
The below software in this distribution may have been modified by THL A29 Limited ("Tencent Modifications").
Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved.
The below software in this distribution may have been modified by THL A29 Limited ("Tencent Modifications").
All Tencent Modifications are Copyright (C) THL A29 Limited.

WeChat QRCode is licensed under the Apache License Version 2.0, except for the third-party components listed below.
WeChat QRCode is licensed under the Apache License Version 2.0, except for the third-party components listed below.

Terms of the Apache License Version 2.0
--------------------------------------------------------------------
Expand Down