-
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
-
聊天小程序源码
聊天小程序源码-Chat applet source code
- 2023-01-12 17:00:04下载
- 积分:1
-
太阳镜++(SunGlass++)
资源描述太阳镜++(SunGlass++) 是一款梦幻留言板,她可以在屏幕上的任何位置生成任何颜色和透明度的留言板,你可以在上面打字、留言、写诗……,很 Cool 的!并且她是一款“绿色”软件,只有一个文件。
- 2023-06-17 13:20:03下载
- 积分:1
-
Authors developed their own float
作者自己开发的 浮点数-十六进制数相互转换工具,带有校验码计算.-Authors developed their own float- hexadecimal number conversion tool, with calculation of parity-check codes.
- 2022-09-20 14:10:02下载
- 积分:1
-
An chat tool in LAN simulating MSN. This tool has sever version and have affair...
模仿msn的局域网聊天工具,有服务器端,可以实现事务提醒功能-An chat tool in LAN simulating MSN. This tool has sever version and have affair informing ability
- 2022-01-26 07:51:38下载
- 积分:1
-
themselves with a socket wrote in the Pocket PC using UDP socket
一个自己用socket写的在Pocket PC 上用的UDP socket-themselves with a socket wrote in the Pocket PC using UDP socket
- 2023-01-26 08:35:04下载
- 积分:1
-
可以手动下载一些下程序,速度还是很快的,大家可以改进成自动的,还可以哦!...
可以手动下载一些下程序,速度还是很快的,大家可以改进成自动的,还可以哦!-Can manually download some of the procedures, speed or fast, we can improve into an automatic, you can Oh!
- 2023-07-03 05:15:03下载
- 积分:1
-
可以对AVI文件进行编辑
可以对AVI文件进行编辑-it can be used to edit AVI files
- 2022-02-07 04:00:23下载
- 积分:1
-
在Visual C++ 2005环境下,利用OpenCV函数库来开发人脸检测程序的方法,简单、方便,并具有较强的实用价值。...
在Visual C++ 2005环境下,利用OpenCV函数库来开发人脸检测程序的方法,简单、方便,并具有较强的实用价值。-In Visual C++ 2005 environment, using OpenCV library to develop procedures for human face detection method, a simple and convenient, and has a strong practical value.
- 2022-04-15 03:22:07下载
- 积分:1
-
With my right Bubble possibly understand the law out, but something to do with t...
虽然每次都凭着我对冒泡法的理解给弄出来的,但是多多少少与标准模式有点差别,在网上搜了一下关于C#版的冒泡算法,居然也没有一个象样的,自己对照算法模式认真写了一个C#版的,已经测试成功-With my right Bubble possibly understand the law out, but something to do with the standard a little difference in the Internet search for a moment on the C# version of the Bubble algorithm, it would be not a decent, their control algorithm model seriously wrote a version of the C#, has been in testing success
- 2022-05-19 08:50:52下载
- 积分:1