当前位置:
首页
资源下载

搜索资源 - Floyd and Steinberg
搜索资源列表
-
1下载:
VC++开发机器视觉算法源程序(全部集成在一个pdf文档里)
利用Visual C++实现AVI文件的图像截取
Visual C++中实现对图像数据的读取显示
Visual C++实现视频图像处理技术
VC编程中如何操作数据库中的图像字段
Visual C++实现数字图像增强处理
Visual C++6.0开发灰度位图处理
VC++开发腐蚀运算源程序
VC++开发膨胀运算源程序
VC++开发细化源程序
VC++开发Hough变换的源程序
VC++
-
-
1下载:
利用Visual C++实现AVI文件的图像截取
Visual C++中实现对图像数据的读取显示
Visual C++实现视频图像处理技术
VC编程中如何操作数据库中的图像字段
Visual C++实现数字图像增强处理
Visual C++6.0开发灰度位图处理
VC++开发腐蚀运算源程序
VC++开发膨胀运算源程序
VC++开发细化源程序
VC++开发Hough变换的源程序
VC++开发轮廓提取源程序
堆栈的数据结构和操作
VC++开发轮廓跟踪源
-
-
2下载:
图像处理算法源程序.pdf,包含:
利用Visual C++实现AVI文件的图像截取
Visual C++中实现对图像数据的读取显示
Visual C++实现视频图像处理技术
VC编程中如何操作数据库中的图像字段
Visual C++实现数字图像增强处理
Visual C++6.0开发灰度位图处理
VC++开发腐蚀运算源程序
VC++开发膨胀运算源程序
VC++开发细化源程序
VC++开发Hough变换的源程序
VC++开发轮廓提取源程序
堆
-
-
0下载:
讨论了数字半色调技术中的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.
-
-
0下载:
floyd最短路算法&求网络的最小费用最大流&匈牙利算法&求网络的最小费用最大流-Floyd s short for network algorithm and the minimum cost flow and Hungary algorithm for the minimum cost and maximum flow network
-
-
0下载:
抖动算法 包含模式抖动:Bayer抖动 误差扩散抖动:floyd-steinberg stucki 和Jarvis等-Dither:Bayer floyd-steinberg stucki and Jarvis
-
-
0下载:
图像获取,Bayer抖动显示和Floyd-Steinberg抖动显示图像的vc++源代码。-Image acquisition, Bayer jitter display and Floyd-Steinberg image dithering show vc++ source code.
-
-
0下载:
图像获取,Bayer抖动显示和Floyd-Steinberg抖动显示图像的vc++源代码。-Image acquisition, Bayer jitter display and Floyd-Steinberg image dithering show vc++ source code.
-
-
0下载:
用VC++对图像的显示进行操作,包括bayer抖动显示和floyd-steinberg抖动显示-Using VC++ on the image display operation, including bayer jitter display and show the floyd-steinberg dithering
-
-
0下载:
打开一幅图像,并对图像进行bayer抖动显示和Floyd-SteinBerg抖动显示-Open an image, and images bayer dithering Floyd-SteinBerg jitter display and display
-
-
2下载:
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
-
-
0下载:
an implementation of Floyd-Steinberg dithering in Java for color images. As input we receive an image in 24-bit RGB format and a palette of at most 256 colors, and as output we produce a palettized image where each pixel value is an index into the pa
-
-
0下载:
使用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
-
-
0下载:
使用VC++编写,关于图像捕获,使用Bayer抖动显示和Floyd-Steinberg抖动显示-Written using VC++, on the image capture, display and use of Bayer dithering Floyd-Steinberg dithering show
-
-
0下载:
误差扩散是一种比较流行且效果较好的半色调方法,最早是由 Floyd-Steinberg 在 1975 年提出的,长时间以来,此方法一直被广泛应用。其基本思想是先按照确定的阈值量化图
像的像素,然后将量化误差以特定方式扩散到未处理的相邻像素上。这种方法需要进行
邻域处理,它能够为打印设备提供更高的半色调质量并且不引起网点增大,产生的半色
调图像无明显龟纹,视觉效果较好。-Error diffusion is a more popular and better halftone meth
-
-
0下载:
半色调技术中,调频加网的生成主要有Bayer 、Floyd-Steinberg、绿噪声等加网方式,本代码主要针对经典的Bayer算法进行编程和调用。(The main generation of FM screen are Bayer, Floyd-Steinberg, green noise and other network mode. This code is mainly for the classic Bayer algorithm programming and call.)
-
-
0下载:
可以实现灰度图片和彩色图片的抖动,其中有序抖动和floyd和steinberg抖动(Can achieve the gray picture and color picture jitter)
-