Thickness variation estimate from 3D point cloud
이전 댓글 표시
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
darova
2019년 10월 17일
Can you attach the data?
John D'Errico
2019년 10월 17일
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
2019년 10월 17일
darova
2019년 10월 17일
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
2019년 10월 17일
darova
2019년 10월 17일
Create two surfaces and substract each from another
답변 (1개)
Sri Harsha Kondapalli
2019년 10월 17일
0 개 추천
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.
카테고리
도움말 센터 및 File Exchange에서 Point Cloud Processing에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
