필터 지우기
필터 지우기

Intersection of ellipsoid based on knn search

조회 수: 1 (최근 30일)
Sakshi
Sakshi 2011년 6월 18일
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
Massimo Torricelli
Massimo Torricelli 2011년 8월 31일
Hello, I'm looking for the solution of the same problem... have you found it?
Massimo

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Surface and Mesh Plots에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by