-
Floyd-Steinberg Dithering佛洛伊德斯坦伯格抖动算法
只有三个核心函数。
PlusTrancate,FindNearestColor和Process。
PlusTrancate尝试将一个量化误差添加到现有颜色中,并防止流过色,因为最大数为255。
FindNearestColor是最接近的颜色,您需要将调色板传递到此函数中以查找您要查找的映射。
例如
[{0,0,0},{255,255,255}]表示黑白
[{255,0,0},{0,255,0},{0,0,255}]表示RGB
[{0,255,255},{255,0,255},{255,255,0}]表示CMY
图像的每个像素的核心功能过程然后从该像素获得最近的颜色,并从环绕颜色计算量化误差,使图像变得更具代表性。
- 2023-05-20 15:10:03下载
- 积分:1
-
SRAM memory control program is very complete, worthy of serious study, is to hel...
sram 存储器控制程序很完整,值得认真研究,很有帮组-SRAM memory control program is very complete, worthy of serious study, is to help groups
- 2022-05-12 12:55:14下载
- 积分:1
-
涉及vc(win32)编程的各个方面。
达内权哥讲课内容
涉及vc(win32)编程的各个方面。
达内权哥讲课内容-Involved in vc (win32) in all aspects of programming. Costa Rica up to the right to lecture the content within
- 2022-08-25 01:47:31下载
- 积分:1
-
发送带有附件的邮件
发送带有附件的邮件-send mail with attachments
- 2022-05-20 10:20:07下载
- 积分:1
-
20多个常用代码
20多个常用代码-more than 20 commonly used code
- 2022-03-05 10:03:18下载
- 积分:1
-
vs2008+ boost an example, boost most of the code can be used directly, no need t...
vs2008+boost的一个例子,boost中的大部分代码可以直接使用,并不需要编译-vs2008+ boost an example, boost most of the code can be used directly, no need to compile
- 2022-08-14 19:48:38下载
- 积分:1
-
一款军舰释放炸弹炸潜艇,潜艇可释放鱼雷炸军舰的游戏。用MFC实现框架编写的程序。用链表实例化各个对象,方便删除和添加对象...
一款军舰释放炸弹炸潜艇,潜艇可释放鱼雷炸军舰的游戏。用MFC实现框架编写的程序。用链表实例化各个对象,方便删除和添加对象-The release of a bomb submarine warships, submarines, warships may be the release of the game torpedo bombing. MFC framework used to achieve the preparation procedures. List examples of use of various objects, delete and add the object to facilitate
- 2022-11-20 23:45:04下载
- 积分:1
-
VFP开发的小程序,用于电话卡管理
VFP开发的小程序,用于电话卡管理-VFP development of the small program management for phone cards
- 2022-05-07 21:20:54下载
- 积分:1
-
这是一个包含有三个类的代码集,分别用来处理三类不同的出错信息,定制的出错信息、CRT内建的或者Win32 API出错信息。CBasicError用来处理定制的出...
这是一个包含有三个类的代码集,分别用来处理三类不同的出错信息,定制的出错信息、CRT内建的或者Win32 API出错信息。CBasicError用来处理定制的出错信息,CLbraryError用来处理C运行时库的出错信息,CWin32APIError用来处理Win32 API出错信息。-contains three types of code sets, respectively, to deal with three different kinds of error messages, custom error messages, built-in CRT or Win32 API error messages. CBasicError to handle custom error messages, CLbraryError to handle C Runtime Library error messages, CWin32APIError to deal with the Win32 API error messages.
- 2023-03-19 01:15:03下载
- 积分:1
-
A scientific calculator. WINDWOS built
科学计算器一款.跟WINDWOS自带的一样的功能,大家学习一下,非常好的-A scientific calculator. WINDWOS built-in with the same capabilities, we learn from this. very good
- 2022-02-01 09:48:03下载
- 积分:1