-
可以实现用双缓冲技术进行绘图,使画面看起来并不怎么闪烁。...
可以实现用双缓冲技术进行绘图,使画面看起来并不怎么闪烁。-Can be achieved with double buffering technology mapping, how to make the screen does not seem to flicker.
- 2023-01-26 03:20:05下载
- 积分:1
-
Or a graphics program source code, feel good at home, you can look down.
还是图形处理的程序源代码,感觉不错的家,可以下来看看。-Or a graphics program source code, feel good at home, you can look down.
- 2022-06-18 20:45:54下载
- 积分:1
-
bmp格式 的阅读器,代码比较细致,对学习文件格式有帮助
bmp格式 的阅读器,代码比较细致,对学习文件格式有帮助-bmp format, reader, code rather meticulous file format for learning has helped
- 2022-01-24 18:20:33下载
- 积分:1
-
1.对比度增强:计算并显示图像直方图,直方图均衡;
2.图像分割:Otsu算法;
3.二值图像的数学形态学开闭运算。要求对输入图像二值化,然后实现腐蚀膨...
1.对比度增强:计算并显示图像直方图,直方图均衡;
2.图像分割:Otsu算法;
3.二值图像的数学形态学开闭运算。要求对输入图像二值化,然后实现腐蚀膨胀,最后调用腐蚀膨胀实现开闭。至少给出两种不同形状和大小的结构元素。
-1. Contrast Enhancement: Calculate and display the image histogram, histogram equalization
2. Image Segmentation: Otsu algorithm
3. Second, the value of the image opening and closing operation of mathematical morphology. Require the input image binarization, and then inflated to achieve erosion, corrosion expansion of the last call to achieve the opening and closing. Are given at least two different shapes and sizes of structural elements
- 2022-03-11 12:05:35下载
- 积分:1
-
Chaos (Chaos), the logistic equation X (n) = k* X (n
混沌(Chaos),Logistic方程
X(n) = k*X(n-1)*( 1-X(n-1) ),即二次函数
f(x) = k*x(1-x), 选择适当的常数k,选择初始值 x0,迭代计算:
x1=f(x0), x2=f(x1), x3=f(x2),...,
序列{ Xn }的整体"状态",敏感的依赖于常数k和初始值x0, 序列可能收敛,也可能,"乱七八糟"地振荡--产生混沌Chaos!-Chaos (Chaos), the logistic equation X (n) = k* X (n-1)* (1-X (n-1)), that is quadratic function f (x) = k* x (1-x), the election Optional appropriate constants k, the initial value of options x0, iterative calculation : x1 = f (x0), x2 = f (x), x3 = f (x2 ),..., sequence) (Xn the overall "state" sensitive dependence on constants k and initial value x0, convergent sequence may also possible, "mess" to the oscillation-- have Chaotic Chaos!
- 2022-04-16 20:00:36下载
- 积分:1
-
编程
简单的方块设计程序
可供初学者参考使用
编程
简单的方块设计程序
可供初学者参考使用-programming simple box design procedures for the use of reference beginners
- 2022-02-27 09:18:01下载
- 积分:1
-
用VC编写的一个指纹识别程序
用VC编写的一个指纹识别程序-VC prepared by a fingerprint identification procedures
- 2022-03-20 13:47:04下载
- 积分:1
-
函数int line_coor(int x1,int y1,int x2,int y2,struct DOT *dot)
采用Bresenham算法生成直线...
函数int line_coor(int x1,int y1,int x2,int y2,struct DOT *dot)
采用Bresenham算法生成直线段的坐标-function int line_coor (int x, int y1, x2 int, int y2, struct* dot DOT) Bresenham algorithm used to create line and the coordinates of
- 2022-03-18 23:33:23下载
- 积分:1
-
星琦博客原创转载,模拟DOS的小东西,有意思
星琦博客原创转载,模拟DOS的小东西,有意思-Xing-Qi reprint original blog, simulated DOS small things, interesting
- 2023-01-27 01:50:03下载
- 积分:1
-
实时画图,源程序,便于初学的朋友参考提高水平
实时画图,源程序,便于初学的朋友参考提高水平-Real-time drawing, source code, easy beginner s friends refer to raise the level
- 2022-01-30 17:38:46下载
- 积分:1