CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - smoothing filter

搜索资源列表

  1. ImageProcessing(forCB6)

    0下载:
  2. 用C++ Builder 6.0进行图象处理,包括平滑滤波等-C Builder 6.0 for image processing, including smoothing filter
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:408857
    • 提供者:何宏伟
  1. 对图像进行中值滤波处理的源代码

    0下载:
  2. 平滑滤波 一般来说,图像的能量主要集中在其低频部分,噪声所在的频段主要在高频段,同时系统中所要提取的汽车边缘信息也主要集中在其高频部分,因此,如何去掉高频干扰又同时保持边缘信息,是我们研究的内容。为了去除噪声,有必要对图像进行平滑,可以采用低通滤波的方法去除高频干扰。图像平滑包括空域法和频域法两大类,在空域法中,图像平滑的常用方法是采用均值滤波或中值滤波,对于均值滤波,它是用一个有奇数点的滑动窗口在图像上滑动,将窗口中心点对应的图像像素点的灰度值用窗口内的各个点的灰度值的平均值代替,如果滑动窗口
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:43854
    • 提供者:123
  1. 3neigbor

    0下载:
  2. 平滑滤波一般来说,图像的能量主要集中在其低频部分,噪-smoothing filter general, the image of energy is mainly focused on the low-frequency part of Noise
  3. 所属分类:状态条

    • 发布日期:2008-10-13
    • 文件大小:54509
    • 提供者:qs
  1. SMOOTHFILTER

    0下载:
  2. 提高数据采集可靠性的一种方法--平滑滤波法,这里是20点和40点的平滑滤波。 CRC冗余码校验也是提高可靠性的必要方法。-Improve the reliability of a data collection method- smoothing filtering method, this is 20 o clock and 40-point smoothing filter. CRC redundancy check is also an essential means to impro
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:2934
    • 提供者:HuangMingShan
  1. Bilateral

    0下载:
  2. bilateral filter. 能夠完整保留邊界資訊而不被模糊-A bilateral filter is an edge-preserving smoothing filter. Whereas many filters are convolutions in the image domain, a bilateral filter also operates in the image s range—pixel values. Rather than simply replace a p
  3. 所属分类:Other systems

    • 发布日期:2017-04-09
    • 文件大小:1141790
    • 提供者:ohrebound
  1. za

    0下载:
  2. 在labwindows/cvi里编写的滤波程序,采用均值平滑滤波,对边缘模糊较小-the program developed in labwindows/cvi,with average smoothing filter
  3. 所属分类:CSharp

    • 发布日期:2017-04-03
    • 文件大小:3926
    • 提供者:lijing
  1. cross_bf

    0下载:
  2. The bilateral filter is a nonlinear filter that does spatial averaging without smoothing edges. It has shown to be an effective image denoising technique. It also can be applied to the blocking artifacts reduction. An important issue with the applica
  3. 所属分类:Other systems

    • 发布日期:2017-03-27
    • 文件大小:33363
    • 提供者:liu
  1. LTIsystemsresponses

    0下载:
  2. LTI system responses and Moving average filter as smoothing filter
  3. 所属分类:Communication

    • 发布日期:2017-04-25
    • 文件大小:223973
    • 提供者:Sana
  1. Voice-chip

    0下载:
  2. ISD4004 系列工作电压3V,单片录放时间8 至16 分钟,音质好,适用于移动电话及其他便携式电子产品中。芯片采用CMOS 技术,内含振荡器、防混淆滤波器、平滑滤波器、音频放大器、自动静噪及高密度多电平闪烁存贮陈列。芯片设计是基于所有操作必须由微控制器控制,操作命令可通过串行通信接口(SPI 或Microwire)送入。-The ISD4004 series voltage is 3V, the monolithic recording time to 16 minutes, good so
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:28146
    • 提供者:范阳阳
  1. gaborlvbo

    0下载:
  2. gabor的使用和代码,通过对图像纹理信息的提取,实现对图片的特征提取。-Smoothing filter to remove the edge of the image noise to keep the image preprocessing go picture
  3. 所属分类:Other systems

    • 发布日期:2017-11-15
    • 文件大小:4536
    • 提供者:吴贺
  1. MATLAB

    0下载:
  2. 利用matlab自带的一些程序,编写的一些滤波程序。包括线性平滑滤波、中值滤波、状态统计滤波等。-Matlab comes with some procedures, the preparation of some of the filtering process. Including linear smoothing filter, median filter, the state statistical filtering.
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-12
    • 文件大小:4398
    • 提供者:ye
  1. neighbourhood-averaging

    0下载:
  2. 最简单的平滑滤波是将原图中一个像素的灰度值和它周围邻近8个像素的灰度值相加,然后将求得的平均值(除以9)作为新图中该像素的灰度值。它采用模板计算的思想,模板操作实现了一种邻域运算,即某个像素点的结果不仅与本像素灰度有关,而且与其邻域点的像素值有关。-Smoothing filter is the most simple gray gray of a pixel in the original image and its neighboring 8 pixel value, average val
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-11-16
    • 文件大小:262965
    • 提供者:Simon
  1. kalman

    0下载:
  2. 在工程运用中,我们往往在卡尔曼滤波器后端连接平滑滤波器构成平滑卡尔曼滤波器,来加强滤波性能的改善,程序通过简单输入信号 在增加随机观测噪声情况下 在平滑卡尔曼滤波前后进行观测对比,可得平滑卡尔曼滤波性能得到了改善。-In engineering application, we often back-end connections in the Kalman filter Kalman smoothing filter the smoothing filter, to enhance filter
  3. 所属分类:Other systems

    • 发布日期:2017-04-10
    • 文件大小:1384
    • 提供者:春雷
  1. sgsdf

    0下载:
  2. 平滑微分数据滤波函数。可用于大数据的预处理,比如图像的噪声平滑滤波等-Differential data smoothing filter function. Can be used for large data preprocessing, such as image noise smoothing filtering
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:1605
    • 提供者:chensheng
  1. Image-processing-code(1)

    0下载:
  2. 图像处理中的一些常用代码,包括:图像反转、灰度线性变换、非线性变换、直方图均衡化、线性平滑滤波器代码-Some of the commonly used image processing code, including: image nonlinear transform inversion of gray linear transformation, histogram equalization linear smoothing filter code
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:814
    • 提供者:海韦希
  1. More-practical-5-matlab-code

    0下载:
  2. 比较实用的5个matlab代码:图像反转,灰度线性变换,非线性变换,直方图均衡化, 线性平滑滤波器-More practical 5 matlab code: Image is reversed, gray linear transformation, a nonlinear transformation, histogram equalization, linear smoothing filter
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:821
    • 提供者:星河之风
  1. smooth

    0下载:
  2. Apply smoothing filter in a rgb image
  3. 所属分类:其他

    • 发布日期:2017-12-29
    • 文件大小:9216
    • 提供者:huma443
  1. MATLAB

    0下载:
  2. matlab应用中将一幅图像进行灰度变换,和各种平滑滤波边际滤波的程序(matlab application will be an image gray-scale transformation, and a variety of smoothing filter edge filtering procedures.They are generally used in medical image processing.)
  3. 所属分类:其他

    • 发布日期:2017-12-29
    • 文件大小:1024
    • 提供者:初学者i
  1. MATLAB实用源代码

    2下载:
  2. 1.图像反转 2.灰度线性变换 3.非线性变换 4.直方图均衡化 5. 线性平滑滤波器 6.中值滤波器 7.用Sobel算子和拉普拉斯对图像锐化:8.梯度算子检测边缘 9.LOG算子检测边缘 10.Canny算子检测边缘 11.边界跟踪 (bwtraceboundary函数)12.Hough变换 13.直方图阈值法 14. 自动阈值法:Otsu法 15.膨胀操作 16.腐蚀操作 17.开启和闭合操作 18.开启和闭合组合操作 19.形态学边界提取 20.形态学骨架提取 21.直接提取四个顶点坐标
  3. 所属分类:其他

  1. HS_smoothing

    0下载:
  2. This package concludes several smoothing filters
  3. 所属分类:其他

    • 发布日期:2018-01-07
    • 文件大小:543744
    • 提供者:AlexK
« 12 »
搜珍网 www.dssz.com