搜索资源列表
CAGD
- 关于计算机图形学的讲义,很经典的,包括B样条,Bezier,以及参数样条等-computer graphics on the lectures, classic, including the B-spline, Bezier, and the kind of parameters such as
cagd
- 利用C++解决CAGD中的一些问题,如B样条类,画b样条曲线的程序
MATLAB_GUI_Test
- 利用MATLAB解决CAGD中的一些问题,如画点问题
CAGD-B
- 利用C++解决CAGD中的连续的三次B样条插值问题
CAGD
- 本程序主要描述了图形学里的德卡斯特里奥算法的实现! vc
MATLABandVisualC++Delphiunionprograming
- 涉及visualc++与matlab联合使用的相关知识,是学习数值计算与cagd等较好的工具!
Bspline
- 采用MATLAB编写B样条绘制程序,可以选择四种节点矢量,采用Deboor算法,详细参看计算机辅助几何设计的书籍(CAGD)
cagd
- 画Bezier及B样条曲线,及对曲线的一些操作,包括移动控制点,移动曲线,曲线求交等等。
CAGD方面的论文最新的
- 有关逼近的最新的论文,CAGD方面的。非常有用
curves+and+surface+for+CAGD+4th+
- 这是一本很稀缺的书籍,是关于计算机辅助几何设计方面的书籍,写的非常好!-This is a very rare books, computer-aided geometric design on the books, written in very good!
Complex.curve.drawing.program
- 复杂曲线的绘图程序,可以绘制参数样条曲线,贝齐埃曲线 ,B样条曲线,实现绘制,修改,删除等多种功能并显示基函数。CAGD专业非常经典的程序-Complex curve drawing program, you can map parameters spline curve, Pui Maiziere curve, B-spline curve, realize mapping, modify, delete and display a variety of functions, such as
bezDemo_src
- The goal of this project is to create an interactive teaching demo for Bezier surface patch. It can be used in CAGD courses, and help the students to have a better understanding of Bezier surface patch.
reparameterization
- To obtain the reparameterization of Bezier curve which is widely used in CG and CAGD design. Include the computing of Bernstein basis. C1 continuous boundary is used to the course.-To obtain the reparameterization of Bezier curve which is widely used
bspline-1_3
- B样条建模程序包,封装了CAGD中常用的算法,使用方便。-B-spline modeler
matlab-cagd
- cagd examples and algorithms for matlab-examples and algorithms
Bezier1
- CAGD课程工程 实现画bezier曲线 以及添加移动控制顶点,升阶-the project of the CAGD class。 to realize add and move the control points orderrising and another function!
CAGD
- 关于CAGD中曲面曲率线的计算方法研究的论文,具有实际的编程参考意义。-Surfaces in CAGD curvature line on the calculation method of the paper, the practical significance of programming reference.
MATLAB
- 本书适合不同阶段的MATLAB学习者,包括矩阵的计算,图形的绘制和建模,对广大CAGD爱好者很有帮助-Book is suitable for learners at different stages of MATLAB, including matrix calculations, graphics rendering and modeling, useful for the majority of fans CAGD
CAGD-instance
- CAGD课程 课后题实现 各类数据点参数化实现 比较-The CAGD course to achieve various types of data points compared with the Parameterized
CAGD-demonstration-program
- 北航研究生课程计算机辅助几何设计(CAGD)的演示程序,可以生成指定次数指定类型的B样条曲线曲面,并可进行动态修改和图形变换。本程序使用VC2008编写,并采纳了Ribbon界面,简化了操作步骤。-This is a program trying to demonstrate the algorithm of Beizer and B-Spline. It is coded on VS 2008 with Ribbon features.