搜索资源列表
Floyd-Steinberg
- Floyd-Steinberg算法的源代码.要注意的是,误差传播有时会引起流水效应,即误差不断向下,向右累加传播。解决的办法是:奇数行从左到右传播,偶数行从右到左传播。-Floyd-Steinberg algorithm source code. It should be noted, Error Propagation sometimes causes water effects, that is, constant downward error, right cumulative sprea
Floyd-Steinberg
- 利用误差扩散算法中的Floyd-Steinberg抖动算法来对图像进行二值化处理,从而方便图像调频加网输出
ImageDitherdata
- 讨论了数字半色调技术中的Floyd-Steinberg误差扩散抖动算法,并给出了源程序和实例,就该算法进行了详细讨论。-Discussion of the digital halftone technology in the Floyd-Steinberg error diffusion dithering algorithm, and gives the source code and examples on the algorithm discussed in detail.
Halftoning_OrderedDithring_and_ErrorDiffussion
- Matlab源代码:利用有序抖动算法(Bayer矩阵D4和D8)生成二元图像;利用误差扩散算法(Floyd-Steinberg filter)生成二元图像。-Matlab code using the ordered dithring (Bayer D4 and D8 matrix) to generate the binary images Matlab code using the error diffusion algorithm (Floyd-Steinberg filter) to
GraphV_1.0.0
- 在BCB下实现了图的Floyd算法且分步显示,有界面。-Floyd algorithm to achieve a graph, with the interface.
IMGCaputre
- 使用Visual C++平台中的MFC进行图像处理,对打开的图片利用Bayer和Floyd-Steinberg这两种算法进行二值处理-Platform using Visual C++ MFC in image processing, the use of the open picture and Floyd-Steinberg Bayer both binary processing algorithms
IMGCaputre
- 抖动算法实现,佛洛依德方法,调试无bug,可视化界面,输入bmp导出抖动图像。-Floyd–Steinberg dithering
floyd
- 弗洛伊德最短路径算法 明白的人都知道! 需要的收藏下-Freud' s shortest path algorithm to understand the people know! Collection needs, under
tu
- 基础的图的遍历程序 包含普雷姆算法、弗洛伊德算法等多种基础算法-The foundation of the course includes sequence diagram again, Floyd algorithm PuLeiM algorithm based on many kinds of algorithms
MATLAB-algorithm-and-program-code
- 图论算法及matlab程序代码包含求任两点间最短路径的算法及代码Floyd、kruskal,最大匹配的匈牙利算法,并使用matlab程序实现。-Graph algorithms and matlab code includes the algorithm(Floyd, kruskal, maximal matching algorithm of Hungary,) to solve the shortest path between two points, and use matlab prog
shortest-route
- 用的vc++6.0,做的一个最短路径查询的小程序,用的Floyd算法,自己初始化的校地图。-A shortest path query applet, using Floyd algorithm, their initialization of the school map.
R
- 下面我们给出Floyd-Steinberg算法的源代码。有一点要说明,我们原来介绍的程序都是先开一个char类型的缓冲区,用来存储新图数据,但在这个算法中,因为e有可能是负数,为了防止得到的值超出char能表示的范围,我们使用了一个int类型的缓冲区存储新值。另外,当按从左到右,从上到下的顺序处理象素时,处理过的象素以后不会再用到了,所以用这个int类型的缓冲区存储新值是可行的。全部象素处理完后,再将这些值拷贝到char类型的缓冲区去。-Below we give Floyd-Steinberg
Cshortest
- 用弗洛伊德算法实现的网络最短路径及平均最短路径计算-calculate the shortest path length and charicater path length of network using Floyd algorithm
Floyd-Steinberg
- 最经典的弗洛伊德加网算法.图像半色调处理,在印刷纺织等相关领域进行图像的加网计算,而已实现二值化-halftone
zpuq
- 用C语言实现最短路径算法中的Floyd-Warshall算法,这个算法可以用来解决信号处理中的一些问题,floyd_war()