登录
首页 » 图形图像 » 计算机图形学清华大学版 实践教程所有源代码

计算机图形学清华大学版 实践教程所有源代码

于 2022-04-15 发布 文件大小:10.62 MB
0 235
下载积分: 2 下载次数: 1

代码说明:

计算机图形学清华大学版 实践教程所有源代码-Computer Graphics, Tsinghua University tutorial version of all the source code of practice

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • implementation_fft
    vhdl语言按fft接口标准把数字图像信号转换成标准VGA格式。适合做学习试验 -implementation_fft
    2022-03-12 09:34:48下载
    积分:1
  • for some image processing code
    用于图像处理的一些代码-for some image processing code
    2022-01-21 21:03:38下载
    积分:1
  • 这是一个基于VC++平台开发出来的人脸识别/检测源码,对于研究人脸的识别有一定的帮助!...
    这是一个基于VC++平台开发出来的人脸识别/检测源码,对于研究人脸的识别有一定的帮助!-This is a development platform based on the VC the Face Recognition/Detection source, for the Study of Human Face Recognition can help!
    2022-03-19 09:45:00下载
    积分:1
  • C++Builder得到象红,蓝,绿三基色直方,并将其显示出来,程序构思很巧妙。...
    C++Builder得到图象红,蓝,绿三基色直方图,并将其显示出来,程序构思很巧妙。-C Image Builder to be red, blue, green, and three-color histogram, and to show up procedure is a clever idea.
    2022-08-25 23:48:56下载
    积分:1
  • 双摄头相机位误差校正模拟
    应用背景 移动终端所用双摄像头模组,因为模具和贴合误差,造成左右摄像头并不能严格光轴平行并且上下位置一致。由此导致拍摄得到的视差图并不仅仅具有水平视差,引起立体效果下降。为此基于opencv做了一个小工具,用于对由非理想立体相机拍得的sidebyside图片进行修正,并能在倾斜光栅或狭缝式裸眼3D显示器上进行效果预览。以此来确定双摄像头容忍的形位公差。 关键技术 操控说明:q/e顺时针/逆时针旋转;w/s右侧视图上下位移;a/d右侧视图左右平移。合成立体图像用的是模板方法,与显示器参数相关的模板与待处理视图进行对应遮罩处理。
    2022-06-28 12:49:30下载
    积分:1
  • convex hull algorithm Oh good things
    凸包算法好东西哦-convex hull algorithm Oh good things
    2022-03-11 02:13:32下载
    积分:1
  • Algorithms for image processing and computer vision examples of CD
    图像处理算法和计算机视觉的例子附在光盘上的书
    2022-06-15 20:44:07下载
    积分:1
  • 在这个目录中包含代码实现K
    kmeans This directory contains code implementing the K-means algorithm. Source code may be found in KMEANS.CPP. Sample data isfound in KM2.DAT. The KMEANS program accepts input consisting of vectors and calculates the given number of cluster centers using the K-means algorithm. Output is directed to the screen. Usage for KMEANS is: KMEANS SOURCEFILE The format of the source file is: NPat - Number of patterns (int) SizeVect - Size of vector (int) NClust - Number of cluster centers(int) vect[1,1] ... vect[1,SizeVect] - vector 1 (real) vect[2,1] ... vect[2,SizeVect] - vector 2 (real) . . . . . . vect[NPat,1] ... vect[NClust,SizeVector] - vector N (real) To compile: ICC KMEANS.CPP -kmeans This directory contains code implementing the K-means algorithm. Source code may be found in KMEANS.CPP. Sample data isfound in KM2.DAT. The KMEANS program accepts input consisting of vectors and calculates the given number of cluster centers using the K-means algorithm. Outpu
    2022-08-15 00:35:38下载
    积分:1
  • 用浮动水平线法实现的三维曲面造型。
    用浮动水平线法实现的三维曲面造型。- With fluctuation horizontal long-base method realization three dimensional surface modeling.
    2023-03-27 22:20:03下载
    积分:1
  • DXF文件读写接口
    供用户直接调用的12个子程序调用: 1、 opendxf(xl,yl,drname,lend) 功能:新建DXF文件, 参数:xl,yl,drname,lend 分别为图幅长、宽、图名、图名长度  注意: 接口库中使用了文件通道号990、991、992、993、998、999, 请在程序中不要重复使用  2、 layer(ca1,nc) 功能:在表段和头段中写层信息, 参数:ca1,nc分别为层名、颜色值 注意:必须先赋层名值:ca1="hjk328" 再调用 call layer(ca1,ic)       不能直接call layer("hjk328",ic) 3、 circle(cx,cy,cz,cr) 功能:画圆 参数:cx,cy,cz,cr 分别为圆心的三维坐标和半径 4、 trace(x1,y1,z1,x2,y2,z2,wh) 功能:画轨迹线 参数:x1,y1,z1,x2,y2,z2,wh 分别为轨迹线中线端点三维坐标及线宽 5、 line(x1,y1,z1,x2,y2,z2) 功能: 画单线 参数:x1,y1,z1,x2,y2,z2  分别为线端点三维坐标 6、 poly(PLX,PLY,PLZ,NV,WH) 功能:画复线  参数:PLX,PLY,PLZ,NV,WH分别为复线各拐点三维坐标、拐点数及线宽 7、 point(x1,y1,z1) 功能:画点 参数:x1,y1,z1分别为点的三维坐标 8、 hz(xxt,yyt,zzt,zzh,rrang,ssca,qxj,cca1,len) 功能:中点对正写单行汉字 参数:xxt,yyt,zzt,zzh,rrang,ssca,qx
    2022-03-24 02:59:46下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载