资源列表
[OpenGL] AnimationShop83
说明:一个在VB中实现三维动画的软件,能够渲染,来自互联网-one in VB 3D animation software, to exaggerate, from the Internet<hao> 在 2025-11-23 上传 | 大小:474kb | 下载:0
[图形图像处理(光照,映射..)] IsmyDIP
说明: 本程序用MFC编写,运用了书本上的灰度拉伸和中值滤波的知识对图像进行处理。 实现功能如下: 灰度拉伸的变亮和变暗(对8位24位图有效): 运用了幂次变换。分别是s = r2 和s = r1/2 . 反色(对8位24位图有效): s = 1 - r 中值滤波(对8位图有效): 对3×3网格进行滤波处理,边沿的1圈像素没有处理。 复原(对8位24位图有效): 将图像还原成未处理前的数据。-the procedures used to prep<redbird> 在 2025-11-23 上传 | 大小:56kb | 下载:0
[图片显示浏览] redbirdsource1
说明:Windows位图(Bitmap)和调色板(Palette) 功能是打开一幅位图,并显示在屏幕上。-Windows Bitmap (Bitmap) and the palette (Palette) function is an open Bitmap rate, and on the screen.<redbird> 在 2025-11-23 上传 | 大小:11kb | 下载:0
[图形图像处理(光照,映射..)] redbirdsource2
说明:直方图修正和彩色变换 功能是直方图修正和彩色变换 命令行编译过程如下 vcvars32 rc bmp.rc cl colorope.c bmp.res user32.lib gdi32.lib 注意事项: 运行时,文件c:\test.bmp必须存在-amendments and color histogram function is to transform the amendment and color histogram Transform co<redbird> 在 2025-11-23 上传 | 大小:29kb | 下载:0
[OpenGL] MYQuadrics
说明:Quadrics 的源码。用openGL完成。 在球形上贴图,并让其自动旋转。-the source. Complete with openGL. On the spherical mapping, and rotating them automatically.<redbird> 在 2025-11-23 上传 | 大小:155kb | 下载:0
[OpenGL] srtydtyjhdety
说明:openGL示例(C#)三维显示,模拟真实的物体。-,Visual C++,C#编程/CSharp -(C#) three-dimensional, virtual reality objects.- Visual C, C# Programming/CSharp openGL examples (C#) 3D, a virtual reality objects.- Visual C, C# Programming/CSharp<ah> 在 2025-11-23 上传 | 大小:207kb | 下载:0
[图形图象] segment00000012121
说明:典型的图像视觉事别算法实现。包括边缘检测算子、区域分割算子、方向连接算子-visual images typical of other things algorithm. Including edge detection operators, regional segmentation operator, direction linking Operator<风清扬> 在 2025-11-23 上传 | 大小:10kb | 下载:0
[绘图程序] liujunpeng03081528
说明:实验内容: 1 实现扫描转换多边形的算法填充多边形。 实现内容: 1, 可以画任意多边形。 2, 三角形也是通过扫描转换多边形的算法实现。 具体实现: 画多边形用moveto(),lineto(),两个函数实现画没一条边。 构造ET表,AEL表,通过这两个表填充多边形。 画图步骤: 1. 取顶点:用n记录顶点个数,按下鼠标开始取点,第二次按下取得第二个顶点,第i次按下取得第i 个顶点。取得的顶点放到Verex[]中。 2. 画多边形:按下菜单按钮----多<god> 在 2025-11-23 上传 | 大小:50kb | 下载:0