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
Hi
Currently since the mergesort function isn't working the Kdtree is not valid during the ICP process. Therefore, the speed is slow. Just to let u know there are several bugs:
mergesort function that the condition (start>end) should be (start<end).
The kdtree build function should be start=0, end=ptcloud.size()-1
The temparray is not initilaied when build a new kdtree.
Thanks,
Ningli Xu
The text was updated successfully, but these errors were encountered:
Hi
Currently since the mergesort function isn't working the Kdtree is not valid during the ICP process. Therefore, the speed is slow. Just to let u know there are several bugs:
Thanks,
Ningli Xu
The text was updated successfully, but these errors were encountered: