【课程作业】计算机图形学—经典算法实现
【课程作业】计算机图形学—经典算法实现
1.【Radial Basis Functions】
2023-3-18-update
Matlab 使用 RBF 算法实现图像变形。
参考文献:Nur Arad and Daniel Reisfeld. Image Warping Using Few Anchor Points and Radial Functions. Computer Graphics Forum, 14(1): 35-46, 1995.
2.【Poisson Image Editing】
2023-3-26-update
Matlab 实现 Poisson 图像融合算法。
参考文献:Patrick Perez, Michel Gangnet and Andrew Blake. Poisson Image Editing. SIGGRAPH2003.
3.【Seam Carving】
2023-3-31-update
C++ 实现 Seam Carving 图像缩放算法。
参考文献:Shai Avidan and Ariel Shamir. Seam Carving for Content-Aware Image Resizing. SIGGRAPH2007.
4.【Tutte 参数化】
2023-4-14-update
Matlab 实现基于均匀权重的 Tutte 参数化。
参考文献:Floater. Parametrization and smooth approximation of surface triangulations. CAGD1997
5.【Laplacian Mesh Processing】
2023-5-1-update
C++ 实现 Laplace 网格变形算法。
参考文献:Sorkine, O.: Laplacian mesh processing. In: Eurographics (State of the Art Reports). pp. 53–70. Citeseer (2005)