-
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
-
VC++ 实现的 listcontrol演示程序
vs2010 使用c++实现,适合初学者学习listcontrol的使用方法,简单易懂,清晰可见,有助于初学者熟悉listcontrol控件的使用方法
- 2022-05-25 10:10:25下载
- 积分:1
-
通过多个操作和机制来做一个小游戏,希望大家喜欢…
通过一些运算和机制做出来的一个小游戏希望大家喜欢!-Through a number of operations and mechanisms to do a small game I hope you like!
- 2022-09-04 06:50:03下载
- 积分:1
-
FTP
我碰到过最简单的ftp工具,没有什么比他更简单更好使用的简直是居家路行,每个人必备,让我下载个工具这么复杂,就不能弄点开源免费的代码吗,对于你们编程来说难道不希望自己编程的软件被别人使用对于我们不会编程的来说,?
- 2022-08-06 02:18:41下载
- 积分:1
-
用visualprolog编写的专家系统
用visualprolog编写的专家系统-Visualprolog prepared by expert system
- 2022-05-07 09:14:13下载
- 积分:1
-
the LEX and YACC is a combination of integers to achieve a simple example, I emb...
这个是YACC和LEX结合使用来实现整数加法的简单事例,我体现的是基本的步骤,不在于其功能的完美和强大,给我一样的菜鸟以启示,以便您不必在开始的路上徘徊太久,希望您喜欢-the LEX and YACC is a combination of integers to achieve a simple example, I embody the basic steps, not its function in a perfect and strong, give me the same exposure to enlightenment, so that you need not start wandering on the road for too long, I hope you like
- 2022-06-01 19:55:38下载
- 积分:1
-
本书详细阐述了在编写C++程序的过程中应该注意什么尽量不要做什么,通读此书会对C++编程有更加使用的认识。...
本书详细阐述了在编写C++程序的过程中应该注意什么尽量不要做什么,通读此书会对C++编程有更加使用的认识。-This book describes in detail the preparation of C++ programs should pay attention to what the process try not to do, read the book will have a more C++ programming knowledge to use
- 2022-02-26 13:40:06下载
- 积分:1
-
用C++实现视力表的程序,很不错的哦
用C++实现视力表的程序,很不错的哦-C realization of the vision chart procedures, very good oh! !
- 2022-07-04 15:24:51下载
- 积分:1
-
计算机断层扫描的并行代数重建技术
Parallel Algebraic Reconstruction Technique for computed tomography
- 2023-07-16 10:50:03下载
- 积分:1
-
Differential Equations (ODE) Solver through Galerkin Method
Galerkin方法求解常微分方程组...
Differential Equations (ODE) Solver through Galerkin Method
Galerkin方法求解常微分方程组的实现
这个matlab程序通过Galerkin方法求解常微分方程组,当然求解的结果是
Differential Equations (ODE)近似的解。-Differential Equations (ODE) Solver through Galerkin Method Galerkin method for solving ordinary differential equations matlab program to achieve this through the Galerkin method for solving ordinary differential equations, of course, a result of solving Differential Equations (ODE) approximation of the solution.
- 2022-11-27 00:50:03下载
- 积分:1