3D scanning like a pro
kurokesu.com
3D scanning like a pro
1–10 of 34 posts
Re: 3D scanning like a pro
#2Re: 3D scanning like a pro
#3Re: 3D scanning like a pro
#4I built essentially the same kind of contraption for my PhD, except I used a gimbal scanner (±90 degrees in two axes) and an industrial 1D LIDAR (a Dimetix FLS-C). You get some interesting calibration problems, because if your LIDAR isn't perfectly centred on the rotation centre of both axes, you'll get offsets; in one direction you'll overshoot, in the other you'll undershoot. The basic trig works well enough for demonstrations though.
Similar downside: the LIDAR I used was extremely accurate (±1 mm stdev), but could only capture at around 20Hz. 500Hz would have been a luxury! I believe I could have pushed it to 200Hz with analogue out, but I wanted the accuracy.
Re: 3D scanning like a pro
#5had an idea to scan semi convex objects using a web cam and a green screen (something like this has probably been done before Im guessing). Just trace the outline of the object at various rotations (i.e. using a turn-table) and produce a model from the result. Probably do two passes, rotating the object 90 degrees on its side for the second pass.
https://www.cvg.ethz.ch/teaching/compvis/2011/lecture/vision...
EDIT: Better link
Re: 3D scanning like a pro
#6had an idea to scan semi convex objects using a web cam and a green screen (something like this has probably been done before Im guessing). Just trace the outline of the object at various rotations (i.e. using a turn-table) and produce a model from the result. Probably do two passes, rotating the object 90 degrees on its side for the second pass.
You would print a sheet of paper that had location marks, then put in the center whatever object you wanted to model and take pictures of it from different angles.
Then you would manually select each marker (in order, so the program could determine where was this picture taken from) and finally you would outline the object you were interested in.
The program would then process everything and extract a 3D model out of the pictures including textures.
It was pretty amazing for the time, so I'm guessing nowadays this should be much more doable.
They even had a free version distributed in a 3D design magazine, unfortunately due to the very common name it's being very hard for me to find any references to it.
Re: 3D scanning like a pro
#7had an idea to scan semi convex objects using a web cam and a green screen (something like this has probably been done before Im guessing). Just trace the outline of the object at various rotations (i.e. using a turn-table) and produce a model from the result. Probably do two passes, rotating the object 90 degrees on its side for the second pass.
Yup, this is called shape from silhouette. Quite a lot of research on it over the years: https://www.cvg.ethz.ch/teaching/compvis/2011/lecture/vision... EDIT: Better link
For a less detailed/easier to use process, you can also try Regard3D: http://www.regard3d.org/
Re: 3D scanning like a pro
#8Re: 3D scanning like a pro
#9Such a handheld LIDAR would be a very cool hobby/amateur project, as the mechanical side can be simple and low cost, making the capital cost low. The smarts are in the software and maths. There is also that fascination/aha factor of working though the maths and realising that smart processing means that some "obvious" things, such as precision mechanics, aren't actually necessary, then seeing it work.
[1] https://www.data61.csiro.au/en/Our-expertise/Expertise-Cyber...
Re: 3D scanning like a pro
#10And produce outputs that look more like these: https://truviewglobal.leica-geosystems.com/welcome
(full disclosure: I work for Leica Geosystems).