搜索资源列表
赵
- 二维图形中扫描线填充算法,本程序根据鼠标左键选择图形每个顶点,用右键闭合图形,然后填充-2D scanning fill algorithm, the procedures under the left mouse button to choose graphics for each vertex, right-Closed graphics, then filled
Bresenham算法编程演示
- Bresenham算法编程演示程序,用java写的源码,可以在一个IE窗口完整的演示出来,可以选择描画直线,圆形,椭圆等,是图形学课程的基础课程设计.-Bresenham algorithm programming demo program using java to write the source code for the IE window for a complete demonstration, and can choose to draw straight line, circle,
2004120110443931293
- 基本功能有:绘图功能、填充功能、裁剪功能、颜色选择。-basic functions : Mapping functions, filling functions, cutting function, color choices.
huffman_f
- huffman_f 在huffman_e的基础上,将排序改为利用堆排序原理选择最小的两个权值。也即,将所有元素的权值组织成堆后,每次堆内的根结点就是最小值了。每取出一个根结点后,就把堆尾元素调到根结点重建堆。取出两个最小值合并成一个子树后,再把子树作为叶子结点放到堆中,并让其上升到合适的位置,保持堆性质不变。因为每次不必完成整个排序过程,而只是组织成堆,因此,这种方法要比使用快速排序更快。上述算法参考了mg-1.2.1中Huffman编码的实现,见http://www.cs.mu.oz.au/m
多边形的填充程序
- 实现了绘画任意多变形,以及对多边形的填充,颜色选择。-achieve the arbitrary drawing more deformation, and the polygon filling, color choices.
RBFInpainting
- 采用径向基函数进行图像修复的VC++源代码,用户可交互式地选择破损修复区域。-RBF used for image restoration VC source code, users can interactively choose to repair damaged region.
jiaohuline
- 用VC用++6.0编写的画直线程序,采用的是bresheham思想,直线的端点在对话框里输入,并且可以选择直线颜色-VC with 6.0 linear paintings prepared by the procedures, using the bresheham thinking, linear Lane endpoint in the dialog box input, and can choose color line
dfcsdfzsdgzdfgtsrtyfujgjcgjyiuykujhke
- 图形学扫描线填充算法,具有填充选择功能的代码体,C语言编写,以编译-graphics scanning fill algorithm, filled with choice of body function code, C language, compiler
gui_denoise
- 一个用于图像去噪的matlab的GUI界面程序实例,可以读入各种图像格式,选择不同去噪方法,产生去噪图像,并在同一界面下同时显示原始图像,加噪图像和去噪图像-one for Image Denoising Matlab GUI interface procedures example, can be read into various image formats, different Denoising, generated image denoising, and the same inter
formulactrl_demo
- vc下优秀表格示例程序,对初学者是个不错的选择-vc outstanding form under the sample program, for beginners is a good choice
DEMO_BPBIOPER
- 观察一种颜色通过多种方式显示,可通过菜单选择,代码经VC6++.0下调试下可用-observation color through a variety of ways, through menu choices, by VC6 code debugging under .0 available under
DrawMySurface
- Bezier,B样条曲面,同时又一个实例,以及给定16个点,可以自动画出Bezier,B样条曲面,可以选择是否显示控制网格-Bezier, B-spline surface, but also an example of, and given 16 points, automatically painted Bezier, B-spline surface, can choose whether or not to display and control grid
l3
- vb编写截取屏幕activex控件,可自由选择区域
Contour
- 由散点插值生成等值线,并且提供颜色选择工具,共有三种插值方法
Contour1
- 由散点插值生成等值线,并且提供颜色选择工具,共有三种插值方法
ColorSelCmb
- 一个VC++编的颜色下拉框程序,可以选择您所要的颜色。
图像滤波处理代码
- 选择打开文件,可以打开相应的图像。当前只可处理8位灰度图像。 homework1 中值滤波中,边界没有处理。 均值滤波中,边界也处理了,边界的原值没有保存下来。边界模糊。 homework2 对同样的阈值soble算子检测边缘比梯度算子清楚。 homework3 幅度谱表现出一些可辨认的结构,相位谱看不出来。 忽略相位信息,反变换得到的图看不出与原图的影子。 忽略幅度信息,反变换得到的图与原图好像有一些相似。 homework4
changepicture
- 本程序的功能是,对所选择的图像进行特殊效果的处理,有smooth,sharp等功能
fanse
- 二值化处理的一个经典程序。其中阀值的选择可以自动实现
mo+VB_SelectNearPolygon
- 用mapobjects+VB处理的邻近多边形选择程序