You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
may be larger than 1.0. Suppose xd=yd=zd=5, search_radius=5, then dist=1.73.
Is it better to change the norm term into "sqrt(3) * search_radius" to make "dist" smaller than 1.0?
The text was updated successfully, but these errors were encountered:
Hi,
Thank you so much for your code, and it helps mu a lot. But I have two problems about the conversion from point cloud to TSDF file.
But from your code it computes "1" for area, like in
3dmatch-toolbox/core/demo.cu
Line 39 in f6496fd
So is there any significant difference between those two format?
2. The dist variable computed from
3dmatch-toolbox/core/demo.cu
Line 52 in f6496fd
Is it better to change the norm term into "sqrt(3) * search_radius" to make "dist" smaller than 1.0?
The text was updated successfully, but these errors were encountered: