Finding Special Feature in 3-D points
이전 댓글 표시
I have 3-D points data as following. Could you suggest a way to locate the two features circled? I can use regression and dy/dx to achieve this task if it's 2-D.

댓글 수: 8
Walter Roberson
2015년 10월 9일
To my eye, there is nothing special about those points, as compared to a little distance away. You will need to be more specific about what you are looking for.
Walter Roberson
2015년 10월 9일
Normal vector has no meaning for a point cloud. Do you have a mesh rather than a point cloud? Even if you do, I do not see any sudden change in normal at the locations you have indicated.
Walter Roberson
2015년 10월 12일
That might be possible. A difficulty that is commonly encountered with something like that is in deciding where to place the segment, taking into account that the points must be taken to be noisy coordinates. Still, given a specific number of segments, it is linear programming to decide where to place the breaks to minimize the fitting error -- but it is still tricky to figure out which points should be included in the fitting.
Walter Roberson
2015년 10월 12일
One would need to be written but it would be easier than the non-edge case
Hg
2015년 10월 12일
답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Process Point Clouds에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

