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
When the delta (max_norm_dist) in the options is too small, the Super4PCS GlobalRegistration cannot run successfully and will exits unnormally without computing the right transformation. For example, the program works well when delta=0.1, but crashes when delta=0.01.
The document of Super4PCS says that delta is parameters to verify how much the clouds are aligned. Why the program goes to crash when the delta is small ?
The text was updated successfully, but these errors were encountered:
Delta is a parameter that controls the desired accuracy of the algorithm. Indirectly, it influences the size of several internal data-structures.
In most cases, wrong parameter values leads to empty congruent set and thus wrong transformation estimation. Could you share the dataset causing the crash, so I can investigate from where it comes from ?
Also, you might consider looking at the documentation, which explains how to set parameters according to input data.
Reducing the parameter delta increase the resolution of the acceleration structures.
I experienced crashed when trying to allocate too large datastructures, maybe this is what happens to you ?
Could you please check the memory consumption when the program crash ?
When the delta (max_norm_dist) in the options is too small, the Super4PCS GlobalRegistration cannot run successfully and will exits unnormally without computing the right transformation. For example, the program works well when delta=0.1, but crashes when delta=0.01.
The document of Super4PCS says that delta is parameters to verify how much the clouds are aligned. Why the program goes to crash when the delta is small ?
The text was updated successfully, but these errors were encountered: