CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 平滑

搜索资源列表

  1. gslb

    0下载:
  2. 高斯平滑滤波器的Matlab实现,实现对一副图像的滤波处理,并把用自己滤波器进行滤波的实验结果与用Matlab函数进行滤波的结果进行比较。 -Matlab Gaussian smoothing filter to achieve, to achieve an image processing filter, and filter their own filtering of the experimental results with the use of Matlab functions t
  3. 所属分类:Special Effects

    • 发布日期:2017-03-26
    • 文件大小:610
    • 提供者:amy
  1. zhishu

    0下载:
  2. 指数平滑法是对时间序列进行预测常用的方法之一,其理论基础是趋势外延,即未来一定时期内事物在数量上的演变特征不脱离过去的发展趋势,预测值是以前所有观测值的加权和,且对不同的数据给予不同的权数,越近期数据给予越大的权数,越远期的数据给予越小的权数。-Exponential smoothing method is commonly used to predict the time series one of the ways, the theoretical basis of the trend of
  3. 所属分类:matlab

    • 发布日期:2017-03-22
    • 文件大小:3045
    • 提供者:kyon
  1. project10-01

    2下载:
  2. 程序可以选择输出二值图像。二值图像可以通过对每个梯度点取阈值得到,其中阈值T为输入参数。并且要求结合3*3掩模的平滑运算和本实验上面的原算,并对图像进行处理,分割出图像中间的大血管区域,并将结果用二值图表示。在实验中需要对平滑运算方法和阈值T进行反复调整。-Program can choose the output binary image. Binary image can be taken for each gradient point to the threshold should be,
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:135530
    • 提供者:jhm
  1. tuxiangyuandaima

    0下载:
  2. 一本c++图像处理书中的源代码。包括图像处理的程序,包括图像分割,图像平滑,直方图-A c++ image processing book' s source code. Including image processing procedures, including image segmentation, image smoothing, histogram, etc.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-21
    • 文件大小:6277672
    • 提供者:嘻哈嘿呵
  1. exp01

    1下载:
  2. 1.运用Laplacian算子,基于二阶微分的图像增强,即拉氏变换法进行图像平滑 2.利用邻域平均法实现图像的平滑处理 3.利用Robert算子做锐化处理-1. The use of Laplacian operator, based on second-order differential of the image enhancement, that is, Laplace transform method for image smoothing 2. The use of neigh
  3. 所属分类:Special Effects

    • 发布日期:2015-12-26
    • 文件大小:1452
    • 提供者:虞佳霓
  1. za

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

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

    0下载:
  2. 用matlab实现的冈萨雷斯图像处理的几个经典算法。如图像平滑、缩放、压缩等。-some algorithm implement by using VC++.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-06
    • 文件大小:1091591
    • 提供者:王子卿
  1. 123

    0下载:
  2. 值法画曲线使用插值法画出平滑曲线 在数据处理和图像处理中广泛运用-Painting method using the interpolation curve to draw a smooth curve in the data processing and image processing in the extensive use of
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2017-04-03
    • 文件大小:13306
    • 提供者:蒋雯倩
  1. bfilter2

    0下载:
  2. 图像平滑处理不错的代码 有例子在里面 用于matlab学习-deal with image
  3. 所属分类:Picture Viewer

    • 发布日期:2017-04-04
    • 文件大小:170021
    • 提供者:as
  1. 081105

    3下载:
  2. 基于MATLAB的组合模型 在港口吞吐量预测中的应用 以某港1998--2007年集装箱吞吐量为实测数据,建立其集装箱吞吐量的灰色理论、三次指数平滑、三次多项式 等预测模型,在MATLAB下,对比该港集装箱吞吐量各模型预测拟合值与实际值的差异。分析了差异产生的原因及其单一预 测模型的局限性,提出了港口集装箱吞吐量组合预测法。其预测误差明显低于其它单模型。运用组合预测模型.可以降低误 差。提高预测精度。-A combination of MATLAB-based model i
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:148196
    • 提供者:张学利
  1. imsmooth

    0下载:
  2. 图像处理,图像滤波,图像平滑,vc源代码-image process,image filter,image smooth VC6.0
  3. 所属分类:Graph program

    • 发布日期:2017-04-06
    • 文件大小:52727
    • 提供者:limeng
  1. doubleES

    0下载:
  2. 双指数平滑预测的一些资料,讲的比较详细-Double exponential smoothing forecast information
  3. 所属分类:source in ebook

    • 发布日期:2017-04-09
    • 文件大小:1202190
    • 提供者:李彪
  1. im_smooth

    1下载:
  2. 本程序功能为图像平滑的实现,平滑方法包括中值滤波、均值滤波和高斯滤波算法。可直接下载运行。-The program features for the realization of image smoothing。 The smoothing methods include median filtering, average filtering and Gaussian filtering algorithm. This program can be run directly after down
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:1390
    • 提供者:李鹏
  1. ImageSmoothProcessing

    0下载:
  2. 图像平滑处理的一些常用功能,包括噪声消除方法/邻域平均法/中值滤波/产生噪声等功能-Image smoothing of some commonly used functions, including noise reduction methods/neighborhood average/median filtering/noise functions
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:242518
    • 提供者:tysong
  1. matlabforcast

    2下载:
  2. 基于灰色预测,指数平滑预测的几个MATLAB程序,对于预测类问题的数学建模,可以说是必备程序。我的导师给我传的。 funesm1,2,3分别为一二三次指数平滑预测程序 fungry为灰色预测程序 funcoef为时间序列预测程序 pudn为广大的编程爱好者提供了一个交流的平台,我在此先谢谢网站的工作人员,我也会努力编出好的程序,一起同大家分享。-Based on Gray predicted that the number of exponential smoothi
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:2704
    • 提供者:赵振峰
  1. ImageFiltering

    0下载:
  2. 数字图像平滑程序。处理灰度图像。平台为MATLAB-Digital image smoothing procedures. Gray-scale image processing.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-05
    • 文件大小:1250
    • 提供者:臧超
  1. anisodiff_Perona-Malik

    0下载:
  2. 经典的一维,二维,三维图象各向异性平滑程序.-Conventional anisotropic diffusion for 1D, 2D 3D image.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:6722
    • 提供者:li
  1. DIP

    0下载:
  2. 数字图像处理相关实习内容,包括图像平滑、滤波、变换。图像的重建和复原-digital image processing image smoothing wave filtering image reconstruction
  3. 所属分类:Graph program

    • 发布日期:2017-04-03
    • 文件大小:639397
    • 提供者:周雄林
  1. click2smooth

    0下载:
  2. 曲线的平滑,应用贝塞尔曲线进行平滑,点击要平滑的点即可-With this program you can smooth your data automatically only by selecting the area to be smoothed with 2 clicks. Then INTERP1 is used to smooth. The operation is repeated until you press ENTER.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-16
    • 文件大小:10420
    • 提供者:李继
  1. DigitalImageSmoothingAlgorithm

    0下载:
  2. 图像平滑处理的方法多种多样,有邻域平均、 空间低通滤波、多图像平均、中值滤波、改进的梯度倒数加权法等几种现有的空域,以及须域图像平滑葬法等。-Image Smoothing variety of treatment methods, there is an average neighborhood, spatial low-pass filtering, multi-image average, median filtering, to improve the gradient of the
  3. 所属分类:Graph program

    • 发布日期:2017-03-30
    • 文件大小:209859
    • 提供者:Alex
« 1 2 3 4 5 6 78 9 10 11 12 ... 50 »
搜珍网 www.dssz.com