-
顶结钩锣树的存在C庵村
顶结钩锣树现C蒜村
- 2022-01-31 15:48:01下载
- 积分:1
-
a disk file shows examples similar resource
一个显示磁盘文件的例子,类似资源管理器左半部分-a disk file shows examples similar resource-management part of the Left
- 2022-03-06 15:37:32下载
- 积分:1
-
图元识别:数字化图像是一个m*m的像素矩阵。每个像素要么为0,要么为1。识别图元就是对图元像素进行标记,当且仅当两个像素属于同一图元时,他们的标号相同...
图元识别:数字化图像是一个m*m的像素矩阵。每个像素要么为0,要么为1。识别图元就是对图元像素进行标记,当且仅当两个像素属于同一图元时,他们的标号相同-map Identification : digital image is an m* m pixel matrix. Each pixel either 0 or 1. Recognition is the right map billion yuan pixel map marking, if and only if two pixels belonging to the same map yuan, the same label
- 2022-01-21 21:27:21下载
- 积分:1
-
B样条曲线插值程序,实现B样条曲线的经典算法
B样条曲线插值程序,实现B样条曲线的经典算法-B-spline curve interpolation procedures, B-spline curve to achieve the classic algorithm
- 2023-07-30 01:45:03下载
- 积分:1
-
一个用C++读取 jpg&bmp 实例程序,非常实用,适合初学者
一个用C++读取 jpg&bmp 实例程序,非常实用,适合初学者-C++ jpg&bmp 读取
- 2022-07-28 04:11:42下载
- 积分:1
-
The software using VC++/OpenGL development environment, on the 3ds format, read...
本软件采用VC++/OpenGL开发环境,对3ds格式的三维数据模型进行读入与处理(旋转、缩放和平移,提供不同的图元浏览模式,骨架的提取等等)-The software using VC++/OpenGL development environment, on the 3ds format, read into the three-dimensional data model and processing (rotation, scaling and translation, provide different primitives browse mode, skeleton extraction, etc.)
- 2022-08-17 21:24:22下载
- 积分:1
-
图像压缩 图像压缩 图像压缩 图像压缩
图像压缩 图像压缩 图像压缩 图像压缩 -coding image image coding
- 2022-04-12 05:19:28下载
- 积分:1
-
一个图像检索系统的源代码,一个开发好的系统,供大家参考...
一个图像检索系统的源代码,一个开发好的系统,供大家参考-an Image Retrieval System source code to develop a good system for reference
- 2022-03-22 09:22:51下载
- 积分:1
-
BC's GUI applications is extremely easy to use.
BC++ 开发的图形界面应用程序,使用非常方便。-BC"s GUI applications is extremely easy to use.
- 2022-10-27 05:25:03下载
- 积分:1
-
犯错
扫描线填充法:
1、原理:该算法利用了扫描线的相关性和多边形边的相关性,而不是逐点进行处理。
2、扫描线的相关性:某条扫描线上相邻的象素,几乎都具有同样的内外性质,这种性质只有遇到多边形边线与该扫描线的交点时才会发生改变。
3、边的相关性:由于相邻扫描线上的交点是与多边形的边线相关的。对同一条边,前一条扫描线yi与该边的交点为xi,而后一条扫描线yi+1=yi+1与该边的交点则为xi+1=xi+1/m,利用这种相关性可以省去大量的求交运算。
边相关扫描线填充算法的实现需要建立两个表:边表(ET)和活动边表(AET)。-err
- 2023-07-27 18:40:02下载
- 积分:1