isl-org / Open3D

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

Hole detection in mesh? #4282

Closed diazGT94 closed 1 year ago

diazGT94 commented 2 years ago

Hello, I'm new with Open3D.

And would like to know if there is something similar to Circle Hough Detection than can be applied for 3D image. Basically what I want to do is open my .stl model, and get the (x,y,z) coordinates of the circles. I'm open to suggestions of how to tackle this task.

benjaminum commented 2 years ago

Hi @diazGT94 , you could try to implement the Hough transform for detecting the circles. In your case you will have a 4D parameter space (x,y,z)+radius.

benjaminum commented 1 year ago

Closing because of inactivity. Please comment if this should be reopened.