搜索资源列表

  1. Digital-image-process-using-Matlab

    0下载:
  2. 1.图象灰度变换实验,2.图象直方图及均衡,3.图像中值滤波,4.图像频域滤波,5.图像空域锐化增强。。。 Matlab源码和图片。-An image gray-scale transformation experiments. Image histogram equalization. Image median filtering, the image frequency domain filtering, image airs
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-19
    • 文件大小:906240
    • 提供者:yee
  1. digital-image-processing

    0下载:
  2. 数字图像处理实验,包括图像灰度变换,图像直方图及均衡化,图像中值滤波,图像空域锐化增强和频域滤波五个实验-Digital image processing experiments, including the image gray level transformation, histogram equalization, image filtering, image airspace sharpness enhancement and
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-19
    • 文件大小:2048
    • 提供者:zxy
  1. denoiseaenhance

    0下载:
  2. 非MATLAB库函数实现空域去噪(包括“3x3均值滤波”、“5x5均值滤波”、“3x3中值滤波” 、“5x5中值滤波”)和空域加强(包括“拉普拉斯算子”、“Roberts算子”、“Prewitt算子”、“Sobel算子)的原创MATLAB代码。-Non-MATLAB library functions the airspace denoising (including the 3x3 mean filter, 5x5 mean filt
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-19
    • 文件大小:163840
    • 提供者:王岗
  1. untitled

    0下载:
  2. 图像增强:空域增强;灰度直方图;平滑滤波器和锐化滤波器的使用;图像中值滤波增强的使用;低通滤波器和高通滤波器的使用 -Image Enhancement: Enhanced airspace gray histogram use of the smoothing filter and sharpening filter the use of the enhanced image median filtering the us
  3. 所属分类:matlab例程

    • 发布日期:2024-05-19
    • 文件大小:283648
    • 提供者:liuzhen
  1. xiaoboyuxiangguanfaquzaoMATLAB

    0下载:
  2. 小波域相关法去噪的matlab源程序。空域相关滤波是基于小波系数尺度之间相关性原理,比较适用于高信噪比信号-The correlation of the wavelet domain denoising Matlab source. The spatial correlation filter is based on the principle of correlation between the wavelet coefficient
  3. 所属分类:matlab例程

    • 发布日期:2024-05-19
    • 文件大小:2048
    • 提供者:杜佳斌
  1. image-enhancement

    0下载:
  2. 下载并读入被噪音污染的Noisychurch图像数据,用Matlab 编程采用下述方法分 别实现该图像的增强操作: 1) 用空域法实现图像的增强,分别采用如下模板操作:2x2 和3x3 的幅值为1 的模板,比较去噪和模糊的折中效果;采用3x3 的中值滤波器进行去噪操作; 采用Laplacian 模板[0 -1 0 -1 5 -1 0 -1 0]进行锐化操作。 2) 用频域法实现该图像的低通和高通滤波,选择
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-19
    • 文件大小:2606080
    • 提供者:Haibin Zhang
  1. code

    0下载:
  2. matlab源代码实现空域下各种滤波,源代码可以直接使用,粘贴到matlab中即可-matlab source code airspace filtering, the source code can be used directly and paste it into Matlab to
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-19
    • 文件大小:139264
    • 提供者:周海
  1. source-code

    0下载:
  2. 空域图像的基本处理方法: 1、直方图均衡化 2、平滑滤波 3、中值滤波 -Airspace basic image processing methods: 1, histogram equalization, 2,smooth filtering 3, median filtering
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-05-19
    • 文件大小:248832
    • 提供者:依然
  1. Fourier-Transform

    0下载:
  2. 数字图像处理技术中,傅里叶变化把图像从“空域”变为“频率”。对于一幅图像,高频部分代表了图像的细节、纹理信息;低频部分代表了图像的轮廓信息。如果对一幅精细的图像使用低通滤波器,那么滤波后的结果就剩下了轮廓了。这与信号处理的基本思想是相通的。如果图像受到的噪声恰好位于某个特定的“频率”范围内,则可以通过滤波器来恢复原来的图像。-Fourier Transform,Visual C++
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-19
    • 文件大小:3021824
    • 提供者:贲秋华
  1. ImageEnhance

    0下载:
  2. 用于数字图像增强,其包括在空域的几种处理(平滑、锐化等)和频率滤波处理,-It is used to enhance the image in the spatial domain and frequency domain
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-19
    • 文件大小:303104
    • 提供者:lvjieqin
  1. lvbo

    0下载:
  2. 本代码是针对图像进行空域、频域滤波的代码。有经过加噪,再滤波的。-The image spatial frequency domain filtering.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-19
    • 文件大小:2048
    • 提供者:pp
  1. tuxiangchuli

    0下载:
  2. 对二维图像的简单处理,包括对图像的灰度变换和空域变换和一些简单的滤波-A simple two-dimensional image processing, including image gray-scale transformation and spatial transformations and some simple filtering
  3. 所属分类:其他小程序

    • 发布日期:2024-05-19
    • 文件大小:1489920
    • 提供者:官能成
  1. fbp

    0下载:
  2. 自己用matlab编写的滤波反投影重建程序,分别用空域卷积和频域乘积两种方式编写,滤波函数可以选择S_L或者R_L函数- filtered back projection reconstruction program, write in two types: airspace and frequency domain convolution , filter function can be selected R_L or S_L
  3. 所属分类:matlab例程

    • 发布日期:2024-05-19
    • 文件大小:62464
    • 提供者:董博
  1. imageenhancement

    0下载:
  2. dicom医学图像的各种锐化增强实现 频域高通滤波 巴特沃兹滤波器 空域锐化增强 基于小波变换的图像增强 -dicom medical images to achieve a variety of sharpening
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:飘游
  1. imagefusion

    0下载:
  2. 本程序能实现图像的小波变换,滤波处理,空域融合,小波融合及融合质量评价。-This procedure can achieve the wavelet transform, filter, airspace integration, wavelet fusion and fusion quality evaluation.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-19
    • 文件大小:3043328
    • 提供者:shenguang
  1. imfreqfilt

    0下载:
  2. imfreqfilt函数 对灰度图像进行频域滤波 参数I 输入的空域图像 参数ff 应用的与原图像等大的频域滤镜- imfreqfilt function for gray image frequency domain filtering Parameters I entered the airspace image
  3. 所属分类:2D图形编程

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:卫伟
  1. tong_tai_lv_bo_zeng_qiang

    0下载:
  2. 这里有高斯同态滤波,住址滤波,空域高通滤波,下早后均可直接运行-Here are Gaussian homomorphic filtering, address filtering, spatial high-pass filtering, can be run directly under the early post-
  3. 所属分类:2D图形编程

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:黄文
  1. untitled

    0下载:
  2. 图像的几何变换 包括: 图像的平移、任意角度的旋转、缩放和翻转、仿射变换等; 2. 图像增强 包括:图像空域的平滑滤波和锐化滤波增强 -Image geometric transformations include: image translation, rotation at any angle, zoom and flip, affine transformation 2 image enhancements i
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-19
    • 文件大小:4096
    • 提供者:郑义
  1. image-conversion-basis-for-novices

    0下载:
  2. 模式识别数字图像变换基础,包含bmp图像读取,图像的空域时域变换,傅里叶变换,霍夫变换,形态学滤波等,很全的基础代码,适合新手-Pattern recognition-based digital image conversion, including bmp image read, airspace domain transform images, Fourier transform, Hough transform, morpholo
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-19
    • 文件大小:2749440
    • 提供者:江欣睿
  1. CHAP6

    0下载:
  2. 图像复原技术 常见噪声的添加技术 空域内的几种滤波复原方法 频域内的几种滤波复原方法-Image restoration techniques Common noise added technology Several kinds of operating filtering method Several kinds of filtering in the frequency domain method
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-19
    • 文件大小:5120
    • 提供者:安静
« 1 2 3 4 5 6 7 89 »

源码中国 www.ymcn.org