登录
首页 » C# » 了在取均值过程中窗口各个像素点所占的权重,也就是各个像素点的系数,这时候就称为加权均值滤波;对于中值滤波,对应...

了在取均值过程中窗口各个像素点所占的权重,也就是各个像素点的系数,这时候就称为加权均值滤波;对于中值滤波,对应...

于 2022-02-26 发布 文件大小:39.09 kB
0 124
下载积分: 2 下载次数: 2

代码说明:

了在取均值过程中窗口各个像素点所占的权重,也就是各个像素点的系数,这时候就称为加权均值滤波;对于中值滤波,对应-mean in the process from all pixels window share of weights, which is all the coefficient of pixels, this time called on the weighted average filter; For median filter corresponds

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • vcpeerYou
    守候远程控制VC++源码,任意开源。已在XP下编译通过并运行。(Waiting for remote control of VC++ source code, any open-source. Has been compiled by and run under XP.)
    2009-09-26 21:39:30下载
    积分:1
  • Message Digest Algorithm MD5
    我们要对某个文件签名的时候,我们都是先对整个文件使用摘要算法, 把整个文件映射成一个128bit的消息摘要。再对摘要进行签名即可。MD5就是这样一种摘要算法。
    2022-05-05 07:21:23下载
    积分:1
  • 频率计
    说明:  测量单片机频率,可以测量周期波的频率,最大可以测到60khz(Measuring Frequency of Single Chip Microcomputer)
    2019-04-30 14:49:04下载
    积分:1
  • C# WPF把彩色图片转换为灰度图
    C# 把彩色图片转换为灰度图,这是一个基于WPF的C#图像处理程序,图像彩色转换黑白,支持的图像文件格式为:JPeg,Gif,Bmp,etc。   程序主要实现两个功能,一是将彩色转换为索引像素格式、二是将彩色转换为黑白像素格式,对应于窗口中的按钮,可查看对应功能的演示:   将彩色转换为黑白像素格式,核心代码如下:   TransformedBitmap MyRotatedBitmapSource = new TransformedBitmap();   MyRotatedBitmapSource.BeginInit();   MyRotatedBitmapSource.Source = (System.Windows.Media.Imaging.BitmapSource)this.image1.Source;   MyRotatedBitmapSource.Transform = new RotateTransform(270);   MyRotatedBitmapSource.EndInit();   FormatConvertedBitmap MyFormatedBitmap = new FormatConvertedBitmap();   MyFormatedBitmap.BeginInit();   MyFormatedBitmap.Source = MyRotatedBitmapSource;   MyFormatedBitmap.DestinationFormat = PixelFormats.BlackWhite;   MyFormatedBitmap.EndInit();   this.image1.Source = MyFormatedBitmap;   完整源码例子请在本页下载,运行效果截图如下图示。
    2022-02-01 21:42:57下载
    积分:1
  • PROFIBUS-DP
    PROFIBUS-DP现场总线智能节点的设计程序和源码电路图(Design of intelligent node based on PROFIBUS-DP)
    2014-10-20 10:48:03下载
    积分:1
  • weinafilter
    本程序可实现维纳滤波,可应用于反褶积等反问题的求解过程中,是非常简单实用的(This program can be realized Wiener filter can be applied to deconvolution inverse problems and the process is very simple and practical)
    2016-07-25 20:18:58下载
    积分:1
  • ADS1298_Code
    ADS1298 開發於MSP430XXX 源碼(ADS1298 for MSP430 Front-End Performance Demonstration Kit)
    2010-08-19 08:53:01下载
    积分:1
  • flow
    基于配电网络辐射型的前推回代潮流计算程序,包括分层等内容(And backward substitution based on the radiation type of distribution network before flow calculation procedures, including the contents of the stratification)
    2012-07-06 17:21:36下载
    积分:1
  • HC_BLE串口助手源码修改版
    HC-08蓝牙4.0BLE串口模块使用资料包,安卓手机APP测试软件(HC-08 Bluetooth 4.0BLE serial module using data package, Android mobile APP test software)
    2018-08-02 12:41:21下载
    积分:1
  • 2013131346
    里面有各种查找 顺序查找 二分法 分块查找(Find sub-block difference)
    2014-11-09 13:54:18下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载