-
Sobel/Kirsch edge detection algorithm VC Visual Realization
Sobel/Kirsch边缘检测算法VC下可视化实现-Sobel/Kirsch edge detection algorithm VC Visual Realization
- 2023-06-07 23:05:03下载
- 积分:1
-
Chapter 6 B
Chapter 6 B-spline Surfaces
basis.c tbasis.c Calculates the B-spline basis functions.
bsplsurf.c tbsurf.c Calculates a B-spline surface.
bspsurfu.c tbsurfu.c Calculates a periodic B-spline surface.
dbasis.c tdbasis.c Calculates the B-spline basis functions and derivatives.
dbsurf.c tdbsurf.c Calculates a B-spline surface and derivatives.
knot.c tknot.c Calculates an open knot vector.
knotu.c tknotu.c Calculates a periodic knot vector.
rdpnp.c Support routine - inputs PNP (polygon net point) file.
chap6all.zip ZIP file for all of Chapter 6.
chap6all.tar.gz UNIX tar file for all of Chapter 6.
-Chapter 6 B-spline Surfaces
basis.c tbasis.c Calculates the B-spline basis functions.
bsplsurf.c tbsurf.c Calculates a B-spline surface.
bspsurfu.c tbsurfu.c Calculates a periodic B-spline surface.
dbasis.c tdbasis.c Calculates the B-spline basis functions and derivatives.
dbsurf.c tdbsurf.c Calculates a B-spline surface and derivatives.
kn
- 2022-01-22 14:02:02下载
- 积分:1
-
位图操作实例
位图操作实例-Examples of bitmap operations
- 2023-03-06 12:45:03下载
- 积分:1
-
Very interesting process, after running a maze in accordance with the set painti...
很有意思的程序,运行后会按照设定画迷宫并给出答案路径,能画非常复杂的迷宫-Very interesting process, after running a maze in accordance with the set painting and gives the answer to the path, can paint a very complex maze
- 2022-08-25 23:06:32下载
- 积分:1
-
人脸识别程序,BORLAND C + + BUILDER 编写,非常有趣的程序
人脸识别程序,BORLAND C + + BUILDER 编写,非常有趣的程序-face recognition procedures, BORLAND C BUILDER prepared, very interesting process
- 2022-02-04 03:11:09下载
- 积分:1
-
圆形变大的动画效果
圆形变大的动画效果-round of the larger animation
- 2022-06-03 00:02:19下载
- 积分:1
-
图像的平移c程序,毕业设计时写的。有图片哦
图像的平移c程序,毕业设计时写的。有图片哦
- 2022-01-25 20:19:08下载
- 积分:1
-
d3d 编程的好书,对学些游戏入门和DX编程有很大的帮助
d3d 编程的好书,对学些游戏入门和DX编程有很大的帮助-d3d programming books, right up some games entry-level and very helpful DX programming
- 2022-01-26 03:06:34下载
- 积分:1
-
利用计算机图形学中的平行投影方法进行Bezier曲面的显示,很综合的例子...
利用计算机图形学中的平行投影方法进行Bezier曲面的显示,很综合的例子-use of computer graphics in parallel projection method Bezier surface, a very comprehensive example
- 2023-06-22 13:45:04下载
- 积分:1
-
Polygon clipping is one of those humble tasks computers do all the time. It s a...
Polygon clipping is one of those humble tasks computers do all the time. It s a basic operation in creating graphic output of all kinds. There are several well-known polygon clipping algorithms, each having its strengths and weaknesses. The oldest one (from 1974) is called the Sutherland-Hodgman algorithm. In its basic form, it is relatively simple. It is also very efficient in two important cases, one being when the polygon is completely inside the boundaries, and the other when it s completely outside.
- 2022-09-16 13:35:03下载
- 积分:1