Suggested starting points for 3d scanner design

AI Thread Summary
The discussion revolves around utilizing an industrial robot arm with a precision turntable to create a 3D scanner using cameras or lasers. Suggestions include exploring structured light systems and leveraging existing research on 3D reconstruction methods. A user shared links to relevant academic papers that could provide insights into volumetric scene reconstruction and shape perception enhancement. The conversation highlights the importance of having encoders on the robot's joints for accurate tracing of objects in 3D. Ultimately, the user discovered that solutions for this project are already available in the OpenCV library, indicating a more straightforward path forward.
theycallmevirgo
Messages
108
Reaction score
25
TL;DR Summary
How can I use a robot arm and a precision turntable for 3d scanning
My school recently got an industrial robot arm with a precision turntable. I was thinking how to use this with some cameras/lasers to make a 3d scanner. Where would you folks recommend I start looking?
 
Engineering news on Phys.org
glad to advise as i can...
 
Thanks so much folks, but that seems like 2 arms using a physical gauge. At best I would be forced to use a tof sensor. I have one arm and probably will use a structured light system.
 
theycallmevirgo said:
I have one arm and probably will use a structured light system.
A good friend of mine has worked in the field of imaging and 3-D reconstruction for a while. Here is a link to a number of papers he has published:

https://www.researchgate.net/scientific-contributions/9133547_Tom_Malzbender

In particular these two may be of interest:

https://www.researchgate.net/publication/2328661_A_Survey_of_Methods_for_Volumetric_Scene_Reconstruction_from_Photographs

https://www.researchgate.net/publication/2895581_Enhancement_of_Shape_Perception_by_Surface_Reflectance
 
  • Like
Likes theycallmevirgo
Also, you could trace the object in 3-D with the arm tip (assuming that you have encoders on all of its joints and on the turntable position), but the shape that you trace will have to have some constraints on it in order to be able to fully trace it, and it will take a lot of time to do the tracing with much resolution...
 
  • Like
Likes theycallmevirgo
Thanks so much for your help. It seems, I did not do enough digging on github before asking this. This is more or less a solved problem within OpenCV computer vision library. There is also a prebuilt package using another algorithm, now I just need to figure the logistics.
 
  • Like
Likes berkeman and Tom.G

Similar threads

Back
Top