knot vector
-
[B-Spline, C++] Clamped B Spline 코드 (javascript에서 c++로 포팅)Computer Vision & AI/Computer Vision 2022. 11. 25. 18:40
https://github.com/HeynaPark/ClampedBSpline.git GitHub - HeynaPark/ClampedBSpline Contribute to HeynaPark/ClampedBSpline development by creating an account on GitHub. github.com 몇 주 동안의 삽질 끝에 !! 드디어 양 끝 점을 지나는 Clamped b spline을 그렸다...!! 이제 어느정도 knot vector에 대해서 알 것 같다 ..🙂 정해진 규칙으로만 넣어주어야 에러가 나지 않는다. 평소 c++, python코딩만 하다가 처음으로 javascript코드를 직면했는데... 팀장님이 c++랑 비슷하다고 포팅해보라고 하심 ㅎ 근데 진짜 그렇게 어렵지 않았다. ..
-
[B-Spline] gsl라이브러리/knot vector/clamped spline 스플라인 삽질Computer Vision & AI/Computer Vision 2022. 8. 10. 22:43
🔗사용한 라이브러리는 GSL Basis Splines — GSL 2.7 documentation (gnu.org) Basis Splines — GSL 2.7 documentation This chapter describes functions for the computation of smoothing basis splines (B-splines). A smoothing spline differs from an interpolating spline in that the resulting curve is not required to pass through each datapoint. For information about interpola www.gnu.org 🎉사용방법 workspace만들기 workspac..