搜索资源列表
graphic_demo
- 帮助学习图形学的学生和工程人员的好工具,里面动态的演示了图形生成过程,详细的源代码使你粘贴后就可以运行,其中包括DDA、resenham、 逐点比较法直线生成算法;bresenham,DDA,中点画圆算法;n次bezier, spline,Bspling,Hermite曲线生成算法;单线性,双线性, Bezier曲面生成算法;矢量,点阵字符生成算法;扫描填充, 种子填充算法,多边形,直线裁剪算法;平移,比例,旋转, 原点对称,错切变换算法;-help students lea
RLE
- RLE的基本思路是,把数据分两种情况对待: A1.一些连续的重复字节 A2.一些连续的,不相重复的字节 RLE压缩最常见的一种算法思路: 将全部的数据分成很多块,这些块的长度各不一样: all data = [block] + [block] + ... + [block] 每一块由两部分顺序组成: a block = [header] + [data] 其中header部分占2字节16位,这16位中的最高位,标志了这个block的属性,是属于上面的
BASE-S
- 排序分组算法,虽然简单,值是基于灰度的算子,然后用平均值可使图片清晰;-a sort algorithm is simple, gray value is based on the operator, then the average will clear pictures;
CoordDemo
- CoordDemo是为了验证3点定位算法的一个演示程序,该应用程序基本完成了如下功能:打开图片;图片的漫游;输入3点POI坐标,确定整个图片上各个点的逻辑坐标;根据输入的逻辑坐标,在图片上显示所在位置;新建一个POI,修改POI,删除POI等等功能。-CoordDemo to verify 3:00 positioning algorithm of a demo program, the application process completed the following functions
4point.zip
- 四点细分算法 VC++程序源码; 某人的论文源码,经我修改用于生成中国地图的细分效果图,4:00 subdivision algorithm VC++ Procedures source a person s thesis source, after I have altered the map of China used to generate the effect of the subdivision plan
ImgPro
- 自己写的java数字图像处理,实现几种简单的分割图像算法;sobel,prewitt等。-Write your own java digital image processing, image segmentation algorithm several simple sobel, prewitt and so on.
draw2
- 编写应用程序,要求具有以下功能: 1、 采用鼠标输入顶点的方法确定待填充多边形; 2、 实现多边形扫描转换算法完成对该多边形的填充,包括实现边表与活跃边表的构造,要求完成使用自己学号的后四位数字对多边形内部进行填充。完成效果如下图所示:-To write applications, has the following features: a mouse input vertices determined to be filled polygon polygon scan convers
Dictionary
- 基于离散子串匹配算法的电子辞典。对每个词条算出一个匹配度,查询时根据匹配度大小依次顺序列出词条;词库较大,因此采用了分类索引的算法,提高了查询速度。-Based on discrete substring matching algorithm of electronic dictionaries. Calculated for each term of a match, the query sequence according to the size of matching entries li
1079113201
- 任务:可以输入一个任意大小的迷宫数据,用非递归的方法求出一条走出迷宫的路径,并将路径输出; 要求: 在上交资料中请写明:存储结构、基本算法(可以使用程序流程图)、源程序、测试数据和结果、算法的时间复杂度、另外可以提出算法的改进方法; -Task: You can enter a maze of any size data, with non-recursive method to derive a path out of the maze, and the path output
Image
- 。文章通过对位图边界轮廓进行合理分解,找出主要轮廓特征,得到轮廓关键特征点;并且用原始轮廓点 对特征点进行插值,不但能够很好地保留图像的原始信息特征,失真小,还能适应多种形式的圈像矢量化算法。-. Article through the boundary contour bitmap reasonable decomposition, to identify the main outline of the characteristics to be the outline of the ke
image
- 图形图像的很多算法的实现 包括滤波 去噪声等;还包括彩色编码等;-Many of the image of the algorithm to realize include filtering noise etc, Also includes color coding, etc.
Image_process
- 1.对比度增强:计算并显示图像直方图,直方图均衡; 2.图像分割:Otsu算法; 3.二值图像的数学形态学开闭运算。要求对输入图像二值化,然后实现腐蚀膨胀,最后调用腐蚀膨胀实现开闭。至少给出两种不同形状和大小的结构元素。 -1. Contrast Enhancement: Calculate and display the image histogram, histogram equalization 2. Image Segmentation: Otsu algorithm
zhongdianhuayuanhetuoyuan
- 包含了Bresensham画线、中点画圆、中点画椭圆算法代码,可以直接运行;以及中点画圆与中点画椭圆的实验报告。-Contains Bresensham draw lines, the midpoint Circle, were dotted ellipse algorithm code can be directly run and lab reports midpoint Circle and were dotted ellipse.