Azzera filtri
Azzera filtri

Intersection of ellipsoid based on knn search

1 visualizzazione (ultimi 30 giorni)
Sakshi
Sakshi il 18 Giu 2011
I have to determine intersection of 2 ellipsoids. For this, I have created the ellipsoids using the function ellipsoid(0,0,0,xc,yc,zc,10). Then I used knn search to query for points with zero distance for points representing coordinates of the ellipsoids. This method is flawed because the distance is checked only for points of the mesh. (121 points in my case for each ellipsoid, since I have taken mesh size to be 10.) So using knn search if only the points are checked, it is likely that the surface between the points can still intersect and not be detected. Hence one way would be to have a very large meshsize so that the points are close enough to represent the surface of the ellipsoid. This is computationally very expensive and time consuming. Any idea on how do it using knn search ?
  1 Commento
Massimo Torricelli
Massimo Torricelli il 31 Ago 2011
Hello, I'm looking for the solution of the same problem... have you found it?
Massimo

Accedi per commentare.

Risposte (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by