CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 搜索资源 - filter max

搜索资源列表

  1. 方便的小波变换原代码

    0下载:
  2. 小波变换源代码 wav_basic.c: basic filtering, decimation and upsampling routines. wav_basic.h: interface to wav_basic.c. wav_trf.c: transform routines. wav_trf.h: interface to wav_trf.c. wav_filters.h: where filter banks and their properties are de
  3. 所属分类:波变换

    • 发布日期:2008-10-13
    • 文件大小:204008
    • 提供者:李强
  1. maxfilt2

    0下载:
  2. 图象处理的matlab程序,Two-dimensional max filter,希望有用-the Matlab image processing procedures, Two-dimensional max filter, useful
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:1106
    • 提供者:yuhanzhou
  1. xbbhydm

    0下载:
  2. wav_basic.c: basic filtering, decimation and upsampling routines. wav_basic.h: interface to wav_basic.c. wav_trf.c: transform routines. wav_trf.h: interface to wav_trf.c. wav_filters.h: where filter banks and their properties are de
  3. 所属分类:波变换

    • 发布日期:2008-10-13
    • 文件大小:205109
    • 提供者:新月
  1. waveletcodebyGuleryuz

    0下载:
  2. Guleryuz写的一个完整的小波变换的源代码。主要包括:wav_basic.c: basic filtering, decimation and upsampling routines. wav_basic.h: interface to wav_basic.c. wav_trf.c: transform routines. wav_trf.h: interface to wav_trf.c. wav_filters.h: where filter banks and the
  3. 所属分类:Wavelet

    • 发布日期:2017-04-07
    • 文件大小:205951
    • 提供者:Zhongren Wang
  1. max_min_filter

    0下载:
  2. 在图像利用M*N的窗 运行2维最大滤波器 在图像利用M*N的窗 运行2维最小滤波器 -performs two-dimensional maximum filtering on the image X using an M-by-N window. performs the 1D max/min filtering of the row vector X using a N-length filter. performs two-dimensional minimum filtering
  3. 所属分类:Graph program

    • 发布日期:2017-04-01
    • 文件大小:4154
    • 提供者:Alex
  1. BMPOP

    0下载:
  2. bmp图像数字处理;图像信息的统计:直方图,最大最小灰度,熵,方差,平均灰度;灰度变换:分段线性变换,阈值,直方图的均衡化;中值滤波(加噪声),梯度算子;数字卷积,增加一个过滤类;几何变换:旋转,几何校正 -bmp image digital processing image information of the statistics: histogram, max-min gray, entropy, variance, average gray gray-scale transfor
  3. 所属分类:Graph program

    • 发布日期:2017-03-29
    • 文件大小:52954
    • 提供者:孙浩
  1. MinMaxFilterFolder

    0下载:
  2. Min/Max filter,最大最小滤波器,说明看英文,只是国外的人写的代码, -Descr iption The filter computes the minima and/or maxima of an array over sliding window with a given size. Multidimensional array is fully supported: running filter in 1D, 2D filter for image process
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:29356
    • 提供者:谢冉
  1. erlang

    0下载:
  2. arithmetic mean filter,geometric mean filter,harmonic mean filtercontra-harmonic mean (Q=-ve),contra-harmonic mean (Q=+ve),median filter,max filter,min filter,mid point filter and alpha-trimmed filters are applied for erlang noise image-arithmetic me
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:1286
    • 提供者:anoop
  1. exponential

    0下载:
  2. arithmetic mean filter,geometric mean filter,harmonic mean filtercontra-harmonic mean (Q=-ve),contra-harmonic mean (Q=+ve),median filter,max filter,min filter,mid point filter and alpha-trimmed filters are applied for exponential noise image-arithmet
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:1292
    • 提供者:anoop
  1. gaussian

    0下载:
  2. arithmetic mean filter,geometric mean filter,harmonic mean filtercontra-harmonic mean (Q=-ve),contra-harmonic mean (Q=+ve),median filter,max filter,min filter,mid point filter and alpha-trimmed filters are applied for gausian noise image-arithmetic m
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:1223
    • 提供者:anoop
  1. raly

    0下载:
  2. arithmetic mean filter,geometric mean filter,harmonic mean filtercontra-harmonic mean (Q=-ve),contra-harmonic mean (Q=+ve),median filter,max filter,min filter,mid point filter and alpha-trimmed filters are applied for ralye noise image-arithmetic mea
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:1291
    • 提供者:anoop
  1. max-and-min-filter

    0下载:
  2. 图像的最大值和最小值滤波,利用opencv实现-The image of the maximum and minimum value filtering, the use of opencv realization
  3. 所属分类:2D Graphic

    • 发布日期:2017-11-09
    • 文件大小:1020
    • 提供者:杨涛
  1. 7--Spatial-Smoothing-Filters

    0下载:
  2. 1. image degradation by salt and pepper noise 2. noise removing by median filter 3. image smoothing by averaging filter 4. Max and Min filters implementation -1. image degradation by salt and pepper noise 2. noise removing by median filt
  3. 所属分类:Special Effects

    • 发布日期:2017-04-29
    • 文件大小:93388
    • 提供者:mohammed
  1. defog

    0下载:
  2. [defog.zip] - 里边有除雾的matlab代码以及C++程序,用到了部分opencv函数。 包括以下程序:boxfilter(方框滤波),guidedfilter(导向滤波),minfilt2(最大最小值滤波),cumsum(累积和函数),maxValue(最大值)。运行代码可实现去雾效果。-[Defog.zip]- inside a defogging matlab code and C++ procedure, we used some of the opencv functi
  3. 所属分类:Special Effects

    • 发布日期:2016-03-10
    • 文件大小:7168
    • 提供者:dujian
搜珍网 www.dssz.com