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

搜索资源列表

  1. adpmedian_fliter

    0下载:
  2. 冈萨雷斯的《数字图像处理》作业,自适应门限的中值滤波器用Matlab实现,用于图像增强,去噪-Gonzalez' s " digital image processing" operations, adaptive threshold median filter realization using Matlab for image enhancement, noise reduction
  3. 所属分类:Special Effects

    • 发布日期:2017-03-24
    • 文件大小:75600
    • 提供者:angelammo
  1. matlab

    0下载:
  2. matlab 图像锐化 图像增强 高通滤波 巴特沃斯-image enhancement matlab image sharpening high-pass filter 波巴特沃斯
  3. 所属分类:CSharp

    • 发布日期:2017-04-01
    • 文件大小:44715
    • 提供者:杜鹏菲
  1. zengqiang

    0下载:
  2. 二进小波图像增强 MATLAB源代码 希望对您有用-Dyadic wavelet image enhancement MATLAB source hope will be useful to you
  3. 所属分类:Graph program

    • 发布日期:2017-04-06
    • 文件大小:3389
    • 提供者:抓党建
  1. PDE_in_image_processing

    2下载:
  2. 包含五个文件夹。 (1)MATLAB程序:其中包含10余个MATLAB程序或(函数)的源代码。程序中所作的注释,与书中关于对应算法的描述是一致的 (2)二值图像:其中的图像可供形态学图像处理实验用,也可通过提取对象的边界,供曲线演化实验使用。 (3)灰度图象和彩色图像:其中的图像,可以作为图像分割,平滑滤波,反差增强,彩色增强以及图像放大等实验的素材。 (4) 视频剪辑:,"two_cells"是采用改进的变分水平集方法,实现GAC模型图像分割的演化过程;"denoissing
  3. 所属分类:Special Effects

    • 发布日期:2017-05-23
    • 文件大小:7247777
    • 提供者:钱得龙
  1. MATLAB_function

    0下载:
  2. matlab function 图像增强 1. 直方图均衡化的 Matlab 实现 1.1 imhist 函数 功能:计算和显示图像的色彩直方图 格式:imhist(I,n) imhist(X,map)-matlab function
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:12368
    • 提供者:jack
  1. histogram

    0下载:
  2. 灰度直方图是灰度级的函数,描述的是图像中具有该灰度级的像素的个数。它是多种空间域处理技术的基础。直方图操作能够有效用于图像增强;提供有用的图像统计资料,其在软件中易于计算,适用于商用硬件设备。直方图均衡化是通过对原图像进行某种变换,使原图像的灰度直方图修正为均匀分布的直方图的一种方法。图像灰度 直方图均衡化使得图像的灰度分布趋向均匀,图像所占有的像素灰度间距拉开,加大了图像反差,改善了视觉效果,达到增强目的。MATLAB是数字图像处理的常用工具,应用MATLAB的各种函数能够对数字图像进行各种处
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:239786
    • 提供者:colin
  1. A_enh_gray

    1下载:
  2. 基于curvelet的灰度图像增强,是在变换域里通过修改系数等达到-Curvelet-based gray-scale image enhancement, in the transform domain to achieve by modifying the coefficient
  3. 所属分类:matlab

    • 发布日期:2015-03-18
    • 文件大小:1024
    • 提供者:司晓云
  1. fingerprintPenhancementPandPmatching

    0下载:
  2. 这是一个完整的指纹识别程序,它包括了直方图均衡,Gabor滤波图像增强,方向图过滤,纹理细化,特征提取及特征匹配。其中,特征匹配包含了3种匹配方法,另外还附有PPT,非常值得研究。-this is a full version FingerPrint identify APP
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-19
    • 文件大小:5469300
    • 提供者:formy
  1. gaborfilter.tar

    0下载:
  2. Gabor滤波器经常被用于形状检测和特征提取,比如增强指纹图像。本代码用matlab实现了一个二维Gabor滤波器。 代码使用如下: function [G,gabout] = gaborfilter1(I,Sx,Sy,f,theta) from gaborfilter1 with different f(Frequency) and theta(Angle). for example f:0,2,4,8,16,32 theta = 0,pi/3,pi/6
  3. 所属分类:Special Effects

    • 发布日期:2017-03-27
    • 文件大小:1292
    • 提供者:郑碧波
  1. matlab-1

    0下载:
  2. 图像增强是指按特定的需要突出一幅图像中的某些信息,同时,消弱或去除某些不需要的信息的处理方法。其主要目的是处理后的图像对某些特定的应用比原来的图像更加有效。图像增强技术主要有直方图修改处理、图像平滑化处理、图像尖锐化处理和彩色处理技术等。-Image enhancement refers to the need to highlight a specific image in some of the information, the same time, weaken or remove som
  3. 所属分类:Graph program

    • 发布日期:2017-04-04
    • 文件大小:3875
    • 提供者:wanghui
  1. matlab

    0下载:
  2. matlab图像增强,在图像处理中的意思是用户可以随意擦去图像中的一个物体,算法可以自动的用背景中的信息补去空洞,达到看不出来是处理过的效果,又叫inpainting,该程序由matlab写成,效果非常好,文档、演示、测试图像均齐全 -matlab image enhancement, image processing means that users are free to erase the image of an object, the algorithm can automaticall
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:719
    • 提供者:王振
  1. sc10002074

    0下载:
  2. 空域图像增强,使得图像边缘尖锐化,使用了维纳滤波、均值滤波、中值滤波等-Spatial image enhancement, making the edges sharp, and the use of the Wiener filter, mean filter, median filter
  3. 所属分类:Special Effects

    • 发布日期:2017-05-15
    • 文件大小:3965493
    • 提供者:黄阳
  1. MATLAB

    0下载:
  2. matlab有关的常见的图像显示,图像信息读取,图像加噪,图形去噪,图像增强等一系列基本matlab实验代码及原理-matlab on the common image display, image information read, the image plus noise, graphics denoising, image enhancement and a series of basic principles of experimental code matlab
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:1270907
    • 提供者:xiaohu
  1. Digital-image-processing

    0下载:
  2. 介绍了图像变换,图像增强编码和图像分割及识别等内容,是很好的学习资料。-Describes the image transform, image enhancement and image segmentation and identification codes, etc., is a good learning materials.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-12
    • 文件大小:2970215
    • 提供者:曹松景
  1. A-Robust-Image-Enhancement

    0下载:
  2. 一种鲁棒性较强的提高图像阴影区域质量的图像增强技术,LITAO-A Robust Image Enhancement Technique for Improving Image Visual Quality in Shadowed Scenes
  3. 所属分类:Special Effects

    • 发布日期:2017-03-25
    • 文件大小:674181
    • 提供者:傅琦
  1. 123

    0下载:
  2. 这是基于二进小波变换的图像增强matlab源代码,通过编译-this is a sound code of image
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:26061
    • 提供者:陈老师
  1. MATLAB

    0下载:
  2. 数字图像处理中matlab的程序实现,包含图像增强、复原等。-Digital image processing matlab program, and includes image enhancement, restoration, etc.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:7998
    • 提供者:nrx
  1. matlab-Image-processing

    0下载:
  2. 多方面进行图像的处理主要进行图像增强切割等方面内容-Aspects of image processing
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:4478
    • 提供者:罗恩
  1. image-process-based-on-matlab

    0下载:
  2. 主要用于基于matlab的图像处理,如图像增强、边缘检测、图像变换等-Mainly used for based on the matlab image processing, such as image enhancement, edge detection, and the image transformation, etc
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:6679
    • 提供者:monica-shan
  1. matlab-program

    0下载:
  2. 能导入一幅图像利用Matlab实现快速图像增强-Can import an image using Matlab to achieve fast image enhancement
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:2943
    • 提供者:小晓雨
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 40 »
搜珍网 www.dssz.com