Thickness variation estimate from 3D point cloud
Mostrar comentarios más antiguos
Is there any way to estimate thickness variation in my ~ 2"X 4" steel plate approximately 4 mm thick?. I have the 3D point cloud scanned and imported into MATLAB. Thanks.
6 comentarios
darova
el 17 de Oct. de 2019
Can you attach the data?
John D'Errico
el 17 de Oct. de 2019
There is no question in this about MATLAB. And you don't even say what information you really have. Do you have the thickness measured at various points? Or do you have a measurement of z at many points on the top of the plate, and then again on the bottom of the plate, perhaps at different points? Is the plate rectangular? Do you have the same locations measured top and bottom?
Next, you give no information about what you even mean by thickness variation. There are multiple ways I could imagine to quantify the variation of a measurement. But until you decide exactly what you mean to do in terms of mathematics, you cannot write code to perform that computation.
DAMILOLA BALOGUN
el 17 de Oct. de 2019
darova
el 17 de Oct. de 2019
A second option which I thought I could use MATALB is to scan top and bottom separately, plot the two surface maps and then merge them in some way
I like that idea. YOu can use griddata to create a surface from point cloud
DAMILOLA BALOGUN
el 17 de Oct. de 2019
darova
el 17 de Oct. de 2019
Create two surfaces and substract each from another
Respuestas (1)
Sri Harsha Kondapalli
el 17 de Oct. de 2019
0 votos
If I understand the question correctly you were asking about the thickness variation across whole slab. so I would suggest you to have a reference point by drilling a hole through the sample and then gather your point cloud data for both front and back of your sample.
Later you can align the drill hole from the point cloud data and obtain the thickness variation information.
Also consier approximate mean thickenss as the seperation while combining the front/back point cloud data.
1 comentario
DAMILOLA BALOGUN
el 17 de Oct. de 2019
Categorías
Más información sobre Point Cloud Processing en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
