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

搜索资源列表

  1. 图像处理

    0下载:
  2. 图像几何变换、频域变换以及理想、巴特沃斯滤波
  3. 所属分类:源码下载

  1. 图像增强(空域、频域、锐化等)

    1下载:
  2. 该程序是用c#语言编写的代码,实现了图像增强的基本操作,包括直方图修正、边缘提取、滤波等操作。
  3. 所属分类:C#编程

    • 发布日期:2011-02-25
    • 文件大小:421719
    • 提供者:cvj157
  1. 基于空间域、频域图像增强的边缘凸显方法

    0下载:
  2. 数字图像处理,基于空间域、频域图像增强的边缘凸显方法,有实验数据代码以及报告,matlab实现
  3. 所属分类:源码下载

  1. 图像处理增强频域

    0下载:
  2. 基于MATLAB的图像处理之增强频域分析
  3. 所属分类:文档资料

    • 发布日期:2011-05-16
    • 文件大小:1149396
    • 提供者:windows
  1. 图像傅立叶正反变换

    0下载:
  2. 图像傅立叶正反变换。读入256色BMP位图,进行傅立叶变换,显示频域图像,再进行反变换,恢复原来图像。,Fourier transform and inverse fourier transform. Read a 256-color bitmaps, make Fourier transform, show the frequency domain image, and then an inverse transform, to restore the original image.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2017-03-24
    • 文件大小:213531
    • 提供者:张良杰
  1. 不同滤波器的图像频域降噪和边缘增强算法

    0下载:
  2. 写出不同滤波器的图像频域降噪和边缘增强算法,并进行比较,得出结论。-Write a different filter frequency domain noise reduction and image edge enhancement algorithms, and compared to a conclusion.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2017-03-23
    • 文件大小:558339
    • 提供者:王娜娜
  1. DIBDisplay.rar

    0下载:
  2. 图像处理程序,有图像几何变换,图像增强,图像频域分析,边缘检测,能处理256色位图和24位真彩色图像,Image processing procedures, have the image geometric transform, image enhancement, image frequency domain analysis, edge detection, can handle 256-color bitmap and 24 Bit True Color Image
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:910350
    • 提供者:wenping
  1. HW3

    0下载:
  2. 熟悉图像的频域滤波算法、灰度图经FFT 后变到频域、噪声及移除-Familiar image of the frequency domain filtering algorithm, after the change to grayscale by the FFT frequency domain, noise and removed
  3. 所属分类:Special Effects

    • 发布日期:2017-03-27
    • 文件大小:394050
    • 提供者:王子剑
  1. belixiangditong_pinghua

    0下载:
  2. 数字图像处理,频域滤波:理想低通滤波器、梯形滤波器、巴斯沃特滤波器-Digital image processing, frequency domain filtering: an ideal low-pass filter, ladder filters, Bath Water Filter
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:684
    • 提供者:yangyucheng
  1. 图像频域理想低通滤波程序

    1下载:
  2. 图像低通滤波程序:滤波在傅立叶变换频域进行,matlab源码,含示例图片,程序可直接运行。
  3. 所属分类:matlab例程

    • 发布日期:2012-11-03
    • 文件大小:9482
    • 提供者:kellylxy
  1. MySecond

    0下载:
  2. 图像处理程序基本算法实现,基于MFC,实现了包括图像类型转换、几何变换、空域和频域滤波、图像分割和轮廓提取等功能,适合初学者-Basic image processing algorithm, based on the MFC, including the image type to achieve the conversion, geometric transformation, spatial and frequency domain filtering, image segmentatio
  3. 所属分类:Special Effects

    • 发布日期:2017-06-20
    • 文件大小:32859714
    • 提供者:徐启龙
  1. efficient_registration

    0下载:
  2. 利用傅里叶变换,在频域上对两幅图像配准,是一种比较配准的新方法,但是对弹性配准的效果不是很好 需要进一步的研究。-Registers two images (2-D rigid translation) within a fraction of a pixel specified by the user. Instead of computing a zero-padded FFT (fast Fourier transform), this code uses selective upsamp
  3. 所属分类:Graph program

    • 发布日期:2017-04-07
    • 文件大小:5239
    • 提供者:wangwei
  1. 51622445texturepinyuA2

    0下载:
  2. K均值聚类算法 由于对纹理图像使用灰度共生矩阵分割效果不明显 因此该算法使用图像频域进行处理-K-means clustering algorithm because of the texture image segmentation using the gray co-occurrence matrix effect was not obvious, therefore use the algorithm for processing images in frequency domain
  3. 所属分类:Special Effects

    • 发布日期:2017-04-28
    • 文件大小:303627
    • 提供者:小五子
  1. Homework3

    0下载:
  2. 图像处理的基本算法集合,包括频域滤波,适合新手初学。-The basic algorithm for image processing collections, including the frequency-domain filtering, suitable for novice beginner.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-06-10
    • 文件大小:17175284
    • 提供者:laobiao
  1. filter

    0下载:
  2. 用MATLAB实现频域平滑滤波以及图像去噪代码6. 计算频率域图像的幅值并进行对数变换,利用’imshow’ 显示频率域图 像; 7. 在频率图像上去除滤波半径以外的数据(置0); 8. 计算频率域图像的幅值并进行对数变换,利用’imshow’ 显示处理过的 频域图像数据; -6. Calculate the frequency domain image of the amplitude and logarithmic transformation, using imsh
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:4179
    • 提供者:梁玉梅
  1. FrequencyFiltering

    0下载:
  2. 数字图像处理,实现频域滤波功能,可公初学者参考-Digital image processing, and frequency domain filtering, you can refer to the public for beginners
  3. 所属分类:Special Effects

    • 发布日期:2017-05-06
    • 文件大小:1390256
    • 提供者:小小
  1. pinyulvbo

    0下载:
  2. 图像的频域滤波示例,简单的对图像做一些频域滤波-fft
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-02
    • 文件大小:104950
    • 提供者:wakiki
  1. Frequency-domain-filtering

    0下载:
  2. 各种常用图像频域滤波方法,vc++6.0实现-A variety of common image frequency domain filtering method, vc++6.0 to achieve
  3. 所属分类:Special Effects

    • 发布日期:2017-03-23
    • 文件大小:410380
    • 提供者:yemaoyi
  1. 图像频域操作全系列

    0下载:
  2. 对图像进行傅里叶变换,离散余弦变换,小波分解,拉东变换等(Two layers of wavelet decomposition for image)
  3. 所属分类:其他

    • 发布日期:2018-05-01
    • 文件大小:2048
    • 提供者:gammar
  1. 频域滤波

    5下载:
  2. 编程实现灰度图像的频域滤波算法。使用Matlab实现不延拓和延拓两个版本。对于延拓和不延拓版本,在理想低通滤波器、巴特沃斯低通滤波器和高斯低通滤波器上比较两者的区别;对于延拓版本,比较不同参数设置对上述三种滤波器滤波结果的影响。(Program to realize the filtering algorithm of gray image in frequency domain. Matlab is used to realize two versions of no extension an
  3. 所属分类:图形图象

    • 发布日期:2020-12-19
    • 文件大小:637952
    • 提供者:炸毛的三三
« 12 3 4 5 6 7 8 9 10 ... 30 »
搜珍网 www.dssz.com