fit ellipse on 3D data points

Hi all,
I need to fit an ellipse or circle through 3D data points. Algorithms on the file exchange just fit ellipse/circles on 2D data points, or ellipsoids on 3D data. Does anyone have a clue on how to fit ellipses to 3D data?
regards, Arjan

댓글 수: 1

Sven
Sven 2011년 12월 8일
Can you just try:
Step 1: Fit a plane to your points.
Step 2: Project your points onto that plane.
Step 3: Use the 2D algorithms listed on the FEX

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

답변 (0개)

카테고리

도움말 센터File Exchange에서 Interpolation에 대해 자세히 알아보기

질문:

2011년 12월 8일

Community Treasure Hunt

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

Start Hunting!

Translated by