资源列表
[2D图形编程] ellipse_arc
说明:绘制椭圆弧,这个算法讲究快速、效率高,特别是逼近椭圆弧的直线个数较少-drawn ellipse, the algorithm stresses fast, high efficiency, in particular approximation ellipse line number less<wgede> 在 2025-11-23 上传 | 大小:38kb | 下载:0
[3D图形编程] gauss_surface
说明:高斯曲面,很有名的曲面,但如何用透视的方法显示高斯曲面有讲究的,程序中可以用任意角度观察它-Gaussian surfaces, the famous surface, but how to use perspective and the method showed Gaussian surfaces is important, too. procedures can be used arbitrary angle it<wgede> 在 2025-11-23 上传 | 大小:42kb | 下载:0
[3D图形编程] remove_hide_line
说明:高程消除隐藏线算法,这种算法对能用函数表达的曲面进行消除隐藏线的操作-elevation eliminate hidden line algorithm, which is the function can be used to express the hidden surface elimination line operation<wgede> 在 2025-11-23 上传 | 大小:42kb | 下载:0
[2D图形编程] DrawDiguiTrees
说明:该程序能够利用基本图元和递归算法,生成各种各样的树。可以是静态的,也可以是动态的。继续扩展,可以生成一片森林。-the procedure to use basic map and recursive algorithm to produce a wide variety of trees. Can be static or dynamic. Continue to expand, generating a forest.<谭俊哲> 在 2025-11-23 上传 | 大小:205kb | 下载:0
[2D图形编程] scanlineseedsf
说明:计算机图形学实验做的扫描线算法,是用C语言实现的。-computer graphics experiment done by scanning algorithm is the use of the C language.<soni_songfan> 在 2025-11-23 上传 | 大小:20kb | 下载:0
[图形图像处理(光照,映射..)] tuxingxuanzhuan
说明:c++,实现的是在对图片编辑时的图形旋转,在保证程序完整性是可以潜入其他代码-c, is the realization of the right photo editing graphics rotation, ensuring the integrity of the proceedings can sneak into other code<luojun> 在 2025-11-23 上传 | 大小:2kb | 下载:0
[图形/文字识别] CardRecognization
说明:车牌识别系统 使用说明 使用时打开此例题目录下pic中的图片,然后依次单击按钮“转”、“1”、“2”、“3”、“4”和“5”,就可以实现精确的车牌定位。 具体步骤 1.24位真彩色->256色灰度图。 2.预处理:中值滤波。 3.二值化:用一个初始阈值T对图像A进行二值化得到二值化图像B。 初始阈值T的确定方法是:选择阈值T=Gmax-(Gmax-Gmin)/3,Gmax和Gmin分别是最高、最低灰度值。<洪清启> 在 2025-11-23 上传 | 大小:729kb | 下载:0