搜索资源列表
Designandvibration
- 实现图案化和抖动技术,以及bmp2txt 命令行编译过程如下 vcvars32 rc bmp.rc cl dither.c bmp.res user32.lib gdi32.lib 注意事项: 运行时,文件c:\\test.bmp必须存在 -achieve dithering patterns and technologies, and the command line compiler bmp2
doudong
- 实现图案化和抖动技术,以及bmp2txt 命令行编译过程如下 vcvars32 rc bmp.rc cl dither.c bmp.res user32.lib gdi32.lib 注意事项: 运行时,文件c:\test.bmp必须存在 vcvars32 rc bmp.rc cl compress.c bmp.res user32.lib gdi32.lib 注意事项: 运行
Designandvibration
- 实现图案化和抖动技术,以及bmp2txt 命令行编译过程如下 vcvars32 rc bmp.rc cl dither.c bmp.res user32.lib gdi32.lib 注意事项: 运行时,文件c:\test.bmp必须存在 -achieve dithering patterns and technologies, and the command line compiler bmp2t
dither_Bayer
- 利用bayer抖动算法实现图像的二值化处理,便于调频加网输出-Bayer dithering algorithm using image binarization handle, easy to output FM Screening
dith-people-deal
- Source program about steal passwords, can look at how to deal with other people to steal,
bayer抖动算法
- 抖动算法分为随机抖动算法和有序抖动算法。随机抖动算法随机产生一组模板方阵数列,随机数的产生期间在图像的最小灰度和最大灰度之间。有序抖动算法是人为地设置一些模板值进行匹配操作,主要有分散性抖动算法(Disperse Dither)和聚集型离散算法(cluster Dith神两种。分散型以Bayer有序抖动算法为代表。后来Ulichenay在以上两种算法的基础上,提出了局部聚集整体分散的抖动算法。(Dithering algorithm i