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

搜索资源列表

  1. 图像处理

    0下载:
  2. 维纳滤波,中值滤波,均值滤波,降噪的代码实现(Code implementation of Wiener filtering)
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-22
    • 文件大小:5115904
    • 提供者:Joeserv
  1. PythonCF

    0下载:
  2. 基于Python的曲率滤波程序,完整可用,非常好用,用来对图像滤波,保边效果好(Curvature filtering procedures based on Python, complete, available, very useful, used to filter the image, edge preserving)
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-20
    • 文件大小:288768
    • 提供者:刺儿
  1. GUI图像处理程序

    0下载:
  2. 能够实现简单的图像处理操作,滤波,灰度化,二值化,形态学操作等(To achieve a simple image processing operations, filtering, grayscale, two values, morphological operations)
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-22
    • 文件大小:14336
    • 提供者:时光稀释
  1. 内置摄像头+高斯滤波+边沿检测

    0下载:
  2. 调用笔记本内置摄像头实时显示图像,并且使用高斯滤波+边沿检测(Call the notebook built-in camera, real-time display images, and use Gauss filter + edge detection)
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-24
    • 文件大小:7840768
    • 提供者:Scarecrow_
  1. 数字图像处理

    0下载:
  2. 用于图像处理包括平滑滤波几何校正和线性变换(For image processing, including smoothing, filtering, geometric correction and linear transformation)
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-21
    • 文件大小:6318080
    • 提供者:十月十日
  1. 离散滤波

    0下载:
  2. 在原始图像中加入高斯噪声,然后进行离散滤波实验仿真(The Gauss noise is added, and then the discrete filter is simulated)
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-25
    • 文件大小:422912
    • 提供者:shirui
  1. 高斯滤波

    0下载:
  2. vs2010 opencv 数字图像处理对图像进行高斯滤波(vs2010 opencv GaussianBlur)
  3. 所属分类:OpenCV

    • 发布日期:2017-12-21
    • 文件大小:10240
    • 提供者:153嘉
  1. 高斯滤波

    0下载:
  2. 输出不同截止频率的滤波图像和不同截止频率的滤波图像的幅度谱。(Different filter images are output for different cutoff frequencies.)
  3. 所属分类:图形图象

    • 发布日期:2017-12-17
    • 文件大小:211968
    • 提供者:夏侯郭
  1. 平均滤波程序

    0下载:
  2. 基于Matlab平台的进行图像处理;进行平均滤波。(Average filtering in image processing)
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-20
    • 文件大小:3072
    • 提供者:heyheysher
  1. C#图像处理算法典型实例

    1下载:
  2. 图像处理:灰度,线性点运算,直方图,图像缩放,腐蚀结构元素,带通滤波,噪声模型等图像处理算法,包括素材和源代码。(Image processing: gray level, linear point operation, histogram, image scaling, corrosion structure elements, band pass filter, noise model and other image processing algorithms, including mate
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-18
    • 文件大小:17165312
    • 提供者:woxihuan
  1. 中值滤波

    0下载:
  2. 给定一幅单波段影像imgData.txt(ASCII格式),实现对图像的处理和显示。 已知条件: (1)clrTbl.txt文件是一个颜色查找表,大小是256X3,即可表示256中RGB的颜色。 (2)ImgData.txt文件中是图像的数据,每个值代表一个像素的颜色索引号,通过索引号到颜色查找表(clrTbl.txt文件)中找到相应的RGB颜色值。 (3)中值滤波:一种非线性平滑技术,它将每一像素点的灰度值设置为该点某邻域窗口内(这里选择3X3)的所有像素点灰度值的中值。 (4)屏幕上显示像素
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-20
    • 文件大小:1024
    • 提供者:楚子航
  1. 图像预处理

    0下载:
  2. 文件中的程序都是图像处理的相关程序包括图像类型的转换,中值滤波法图像去噪处理,光照不均匀校正处理,反锐化掩模法图像增强,二值化处理,边缘检测,形态学运算,最小二乘法,图像颜色信息提取及变换提取关键点等等(The program is related to the program of image processing including image type conversion, median filtering method of image denoising, non-uniform i
  3. 所属分类:图形图像处理

  1. sort

    0下载:
  2. 实现图像的滤波,使用VERILOG语言,自己是在FPGA中实现的,其他的也可参考(To achieve image filtering, the use of VERILOG language, and they are implemented in FPGA, the other can also refer to)
  3. 所属分类:波变换

    • 发布日期:2017-12-21
    • 文件大小:4096
    • 提供者:木末121
  1. dftfilt

    0下载:
  2. 离散傅里叶滤波器,使用与图像滤波。冈萨雷斯书中的例程。(Discrete Fourier filter, use and image filtering. Routines in Gonzales's book.)
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-22
    • 文件大小:10240
    • 提供者:tic
  1. 用C++builder二值化图像

    1下载:
  2. 本例用BCB进行图像的基本处理,包括阈值二值化,黑白处理,中值滤波等实用程序
  3. 所属分类:图形图象

  1. 频率域滤波

    0下载:
  2. 对图像进行傅里叶变换,傅立叶逆变换的程序(Fourier transform of the image, Fu Liye inverse transform procedures)
  3. 所属分类:图形图象

    • 发布日期:2017-12-26
    • 文件大小:1024
    • 提供者:耘悉
  1. 自适应中值滤波

    0下载:
  2. 自适应中值滤波在matlab平台上的实现(Implementation of adaptive median filtering in Matlab platform)
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-16
    • 文件大小:1442816
    • 提供者:Yizhi
  1. CT二维图像重建程序

    2下载:
  2. CT二维图像重建的两种方法代码。傅里叶转换法和滤波反投影法。(CT two-dimensional image reconstruction of the two methods of code. Fu Liye transform method and filtered back projection method.)
  3. 所属分类:图形图象

    • 发布日期:2017-12-30
    • 文件大小:2048
    • 提供者:Charles_Hu
  1. 滤波反投影

    0下载:
  2. 三种实现工业ct系统的图像重建的常用方法(Image reconstruction for industrial CT systems)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-30
    • 文件大小:14336
    • 提供者:小阅知
  1. imageProc

    0下载:
  2. 包括直方图均衡,直方图匹配,图像滤波,图像增强等等的图像处理基本功能(Including histogram equalization, histogram matching, image filtering, image enhancement, and so on the basic functions of image processing)
  3. 所属分类:图形图像处理

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