Finding Special Feature in 3-D points
Show older comments
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 Comments
Walter Roberson
on 9 Oct 2015
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
on 9 Oct 2015
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
on 12 Oct 2015
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
on 12 Oct 2015
One would need to be written but it would be easier than the non-edge case
Hg
on 12 Oct 2015
Answers (0)
Categories
Find more on Creating and Concatenating Matrices in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
