-
MainWindow
说明: 每个像素有RGB三个通道,每个通道占1个字节,灰度化公式如下:
Gray = (R + G + B) / 3 将算得的Gray值赋值给对应像素的RGB三个通道。
线性滤波的基本原理是用均值代替原图像中的各个像素值,即对待处理的当前像素点(x,y),选择一个模板,该模板由其近邻的若干像素组成,求模板中所有像素的均值,再把该均值赋予当前像素点(x,y),作为处理后图像在该点上的灰度g(x,y),即g(x,y)=1/m*∑f(x,y),m为该模板中包含当前像素在内的像素总个数。(Each pixel has three channels R G B, each of which takes up one byte.)
- 2020-11-30 11:19:28下载
- 积分:1
-
In matlab under the conditions of the development of BP network optimization met...
在matlab的条件下,开发BP网络的优化方法,对边坡的安全系数进行分析-In matlab under the conditions of the development of BP network optimization method, the slope factor of safety analysis
- 2022-08-22 00:16:14下载
- 积分:1
-
pipe
pipe类 pipe类 -pipe-type pipe-type pipe-type pipe-type
- 2022-04-19 07:25:53下载
- 积分:1
-
Delphi/Access学生信息管理系统源码实例
一个由Delphi/Access架构的学生信息管理系统源码实例,实现学生信息的录入、修改、删除、档案查询、资料修改等功能,主要是学生的学籍和选课信息的管理。本套信息管理系统可作为一个简单的入门的Delphi数据库系统开发实例,帮助Delphi新手学习Delphi与Access方面一些常用的操作。
- 2023-03-26 12:30:03下载
- 积分:1
-
Galaxy.5000.AG_Patch
说明: APC Galaxy 5000 - Fully working patch for the Uninterruptable Powersource for maintaining.
- 2020-06-25 01:00:01下载
- 积分:1
-
zlib123
说明: zlib库用于提供解压PNG图片的算法 包括CRC32和deflate算法(Zlib library is used to provide algorithms for decompressing PNG pictures)
- 2020-03-30 19:11:46下载
- 积分:1
-
F407W5500官网例程
STM32F407K控制W5500网络通讯(Network Communication of Single Chip Microcompute)
- 2020-06-15 22:30:02下载
- 积分:1
-
动态范围压缩总结
动态范围压缩算法的分类总结,并详细解释了两个算法的流程(Classification Summary of Dynamic Range Compression Algorithms)
- 2019-03-22 16:28:36下载
- 积分:1
-
贪吃蛇
贪吃蛇游戏,用C#编写的程序。我也是从csdn上面下载来的。(Snake game, written with C# program. I downloaded it from CSDN too.)
- 2017-11-08 11:06:24下载
- 积分:1
-
genetic algorithm framework
genetic algorithm framework
- 2022-11-17 11:10:03下载
- 积分:1