Finding Special Feature in 3-D points
Afficher commentaires plus anciens
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 commentaires
Walter Roberson
le 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
le 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
le 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
le 12 Oct 2015
One would need to be written but it would be easier than the non-edge case
Hg
le 12 Oct 2015
Réponses (0)
Catégories
En savoir plus sur Creating and Concatenating Matrices dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

