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
* Fix crash in SpinImageEstimation
The image width (set by the user) must fit together with the size of the output histogram. `setImageWidth` now checks the given parameter and provides advice if they do not work well together.
Minor additional change: in the constructor, change the assert to an if-statement since the support_angle_cos should always be checked.
FixesPointCloudLibrary#1834FixesPointCloudLibrary#5039 (already closed, but same issue)
0 commit comments