Thickness variation estimate from 3D point cloud
Show older comments
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 Comments
darova
on 17 Oct 2019
Can you attach the data?
John D'Errico
on 17 Oct 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
on 17 Oct 2019
darova
on 17 Oct 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
on 17 Oct 2019
darova
on 17 Oct 2019
Create two surfaces and substract each from another
Answers (1)
Sri Harsha Kondapalli
on 17 Oct 2019
0 votes
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 Comment
DAMILOLA BALOGUN
on 17 Oct 2019
Categories
Find more on Point Cloud Processing in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!