Estimate the rotation of central axis of a 3D curve
조회 수: 2 (최근 30일)
이전 댓글 표시
I have N points in [x,y,z] and this kind of takes a spiral shape. Is it possible to find the central axis of such a spiral. This is not a regular helix.
My aim is to find the maximum distance of the curve from the central axis. I was trying to solve this by finding the central axis and from this estimate the rotation of this axis from the Z axis. Then rotate the 3D curve to have its central axis as the Z axis, from here I can find project and find the maximum radius from the center.
If there is any other easy way, please let me know.
Thank you.
댓글 수: 2
Image Analyst
2016년 9월 7일
My first guess would be to use Principle Components Analysis. I'd think one of the PCs should run down the main axis and the two others would be perpendicular to that. Do you have data you can supply?
답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Fit Postprocessing에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!