-
Several very good articles fog image enhancement, in the hope we have helped
几篇非常好的雾天图像增强的文章,希望对大家有帮助-Several very good articles fog image enhancement, in the hope we have helped
- 2023-01-11 21:15:04下载
- 积分:1
-
INTEL pci ibis model
INTEL pci ibis model
- 2022-10-12 19:10:04下载
- 积分:1
-
C语言的运算优先集的说明是一非常重要的参考手册
C语言的运算优先集的说明是一非常重要的参考手册-C language computing priority Set note is a very important reference manual
- 2022-07-19 05:35:21下载
- 积分:1
-
matlab的第一章节学习手册,本人觉得不错,特让大家分享
matlab的第一章节学习手册,本人觉得不错,特让大家分享-Matlab the first chapters learning manuals, I think it"s good, so special to share
- 2022-08-20 23:19:34下载
- 积分:1
-
Some RFID article, divided into 5 files This is the first 3 were, in the hope th...
一些RFID的文章,分为5个文件这是前3个分别,希望对这一领域的研究有帮助
- 2022-12-04 06:35:03下载
- 积分:1
-
有天看到一篇很好的文章,希望读大家有所启示
有天看到一篇很好的文章,希望读大家有所启示-One day to see a very good article, all of you would like to read Revelation
- 2022-09-18 23:30:03下载
- 积分:1
-
热能表设计参考:供热采暖的分户计量近一二年内
热能表设计参考:供热采暖的分户计量近一二年内-thermal design reference table : Heating of household metering within the last 12
- 2022-03-12 02:52:03下载
- 积分:1
-
对图像进行滤波处理,c语言程序!与你共享!
对图像进行滤波处理,c语言程序!与你共享!-Image filtering treatment, c language program! To share with you!
- 2023-07-30 21:05:02下载
- 积分:1
-
将文本txt格式转换为tif图像格式的范例程序,可用于将数据文档进行传真前使用!...
将文本txt格式转换为tif图像格式的范例程序,可用于将数据文档进行传真前使用!-text txt tif format conversion of image formats example, may be used for fax data files before using!
- 2022-09-16 00:45:04下载
- 积分:1
-
10种软件滤波方法的示例程序
1、限副滤波
/* A值可根据实际情况调整
value为有效值,new_value为当前采样值
滤波程序返...
10种软件滤波方法的示例程序
1、限副滤波
/* A值可根据实际情况调整
value为有效值,new_value为当前采样值
滤波程序返回有效的实际值 */
#define A 10
char value
char filter()
{
char new_value
new_value = get_ad()
if ( ( new_value - value > A ) || ( value - new_value > A )
return value
return new_value
}
2、中位值滤波法
/* N值可根据实际情况调整
排序采用冒泡法*/-10 kinds of software filtering method one example of the procedure, limit the Deputy filter/* A value can be adjusted according to the actual value for the RMS, new_value filter for the current sampling procedures for the effective return of the actual value* /# define A 10 char value char filter () (char new_value new_value = get_ad () if ((new_value- value> A) | | (value- new_value> A) return value return new_value ) 2, the median filtering method/* N values can be adjust the actual situation in the use of bubble sort method* /
- 2023-08-29 16:45:03下载
- 积分:1