HiddenBeginner / hiddenbeginner.github.io

데이터사이언스 기술 블로그
https://hiddenbeginner.github.io/
MIT License
7 stars 1 forks source link

[Python] 3차원 좌표공간에 주어진 데이터들로부터 가장 적합한 원의 방정식 구하기(원 적합, 3d circle fitting) - 재야의 숨은 초보 #30

Open utterances-bot opened 4 months ago

utterances-bot commented 4 months ago

[Python] 3차원 좌표공간에 주어진 데이터들로부터 가장 적합한 원의 방정식 구하기(원 적합, 3d circle fitting) - 재야의 숨은 초보

[Python] 3차원 좌표공간에 주어진 데이터들로부터 가장 적합한 원의 방정식 구하기(원 적합, 3d circle fitting)

https://hiddenbeginner.github.io/python/mathematicalprogramming/2019/08/22/3D_circle_fitting.html

chaeeun1052 commented 4 months ago

안녕하세요 svd+lstq를 통한 3차원 circle (또는 다른 형상) fitting과 관련된 참고 문헌 [1] 외의 자료나 논문이 있을까요?