isl-org / Open3D

Open3D: A Modern Library for 3D Data Processing
http://www.open3d.org
Other
11.34k stars 2.29k forks source link

Plane Segmentation changed in 0.15.1? #4899

Open Nico-oe opened 2 years ago

Nico-oe commented 2 years ago

Checklist

My Question

I implemented a RANSAC plane segmentation followed by a DBSCAN clustering similar to this: https://towardsdatascience.com/how-to-automate-3d-point-cloud-segmentation-and-clustering-with-python-343c9039e4f5.

It works fine in version 0.14.1 RANSAC-v 0 14 1 but in 0.15.1 it looks like this. RANSAC-v 0 15 1 I can't figure out why, I already checked my code and the docs + release notes.

theNded commented 2 years ago

@chunibyo-wly is #4418 related?