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

搜索资源列表

  1. CBIR-matlab.rar

    0下载:
  2. matlab编程,基于颜色和纹理的图像检索算法的研究,思路清晰,方法有效。,matlab programming, based on the color and texture image retrieval algorithm is clearly thought effective.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:135.14kb
    • 提供者:jiashijie
  1. image_processing

    1下载:
  2. 本程序是基于Matlab的米粒图像的分割、计数以及周长、面积、形状因子等参数的计算。图像分割是基于腐蚀膨胀算法,选用边界跟踪法计算周长,程序代码清晰明了,对于参数的计算速度较快,且参数计算精度较高。-This procedure is based on the Matlab image segmentation grain of rice, counting and perimeter, area, shape factor and other parameters of the calcula
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:1.17kb
    • 提供者:yingl
  1. estimate

    1下载:
  2. 对清晰图像加模糊并用时域和频域的方法分别实现对模糊参数的估计并将图像复原(其中用频域的方法实现对模糊角度的估计)-Clear picture of the additive fuzzy and time-domain and frequency domain methods, respectively, to achieve the estimated fuzzy parameters and image restoration (including the method used to ach
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:1.53kb
    • 提供者:台啸
  1. PCA

    0下载:
  2. 利用matlab实现主成分分析!结构清晰!pca based on matlab-pca based on matlab
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:104.24kb
    • 提供者:sunny
  1. SPIHT_Matlab_Demo

    0下载:
  2. SPIHT(多级树集合分裂算法)对图像压缩有很大的推进作用,此为原始代码,进行过仿真,程序结构清晰.-SPIHT (set of multi-level tree splitting algorithm) on the image compression to promote the role of a great, this is the original code, and carried out simulations, program structure clear.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-30
    • 文件大小:187.81kb
    • 提供者:徐萍
  1. restore

    1下载:
  2. 图像增强的目标是改进图片的质量,例如增加对比度,去掉模糊和噪声,修正几何畸变等;图像复原是在假定已知模糊或噪声的模型时,试图估计原图像的一种技术。 图像增强按所用方法可分成频率域法和空间域法。前者把图像看成一种二维信号,对其进行基于二维傅里叶变换的信号增强。采用低通滤波(即只让低频信号通过)法,可去掉图中的噪声;采用高通滤波法,则可增强边缘等高频信号,使模糊的图片变得清晰。具有代表性的空间域算法有局部求平均值法和中值滤波(取局部邻域中的中间像素值)法等,它们可用于去除或减弱噪声。 -A
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:781byte
    • 提供者:小小
  1. hx

    0下载:
  2. 一个图像旋转30度的matlab源代码,实现lena图像的旋转,可直接运行,思路清晰-Rotate an image 30 degrees, matlab code, to achieve lena image rotation, can be directly run, clear
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:44.49kb
    • 提供者:何天玲
  1. levelsetseg

    0下载:
  2. matlab编的水平集分割的一些好东东, 适用于模糊图像的目标提取,希望能共勉-some program of matlab for image segmentation and small target extraction
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:9.61kb
    • 提供者:强军
  1. est_daopu_len

    0下载:
  2. 运动模糊图像的复原,采用倒谱法估计模糊尺度,编写代码,适合初学者学习与理解。含图,可运行测试-Restoration of motion blurred images using fuzzy scale cepstrum estimation, writing code, suitable for beginners to learn and understand. Including maps, can run the test
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:25.95kb
    • 提供者:天天
  1. es_Ang_Hough

    0下载:
  2. 自编的采用Hough变换的方法估计运动模糊图像的方向,含一个M文件,注释详细,希望对学习图像复原的朋友有一些帮助。-The use of self Hough transform to estimate the direction of motion blurred images, with an M file, comment in detail, hoping to restore the images to the friends learn that some help.
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:842byte
    • 提供者:天天
  1. matlab

    1下载:
  2. 包含4个图像复原的方法,打开即可运行出结果,清晰易懂(Contains 4 methods of image recovery, open to run the results, clear and understandable)
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-27
    • 文件大小:22kb
    • 提供者:冰心未老
  1. MATLAB的图像处理基础的资料

    0下载:
  2. MATLAB的基础资料,包含基础指令和操作说明。MATLAB2010超强超清晰使用教程。(MATLAB basic information, including basic instructions and instructions. MATLAB2010 super clear tutorial)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-18
    • 文件大小:940kb
    • 提供者:薯条zst
  1. imgpromatlab

    0下载:
  2. 利用FFT实现图像到频域的变换,简单的代码,清晰易学(Fast Fourier Transform of image)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-26
    • 文件大小:2kb
    • 提供者:answer0912
  1. matlab differential algorithm

    0下载:
  2. 在matlab 中实现简单的微分算法及梯形高通滤波,matbab是基于图像处理常用的一种软件,实现图像微分,空间频率愈高,幅度增加就愈大。这表明微分是可以加强高频成分的,从而使图象轮廓变清晰。(to achieve a simple differential algorithm and Butterworth highpass filter in Matlab)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-28
    • 文件大小:1kb
    • 提供者:Zeng + Yu
  1. matlab图像处理实例详解 PDF完整版

    0下载:
  2. MATLAB学习用书,值得学习,讲解清晰(this is a book,that you can stydu matlab easily)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-06
    • 文件大小:539kb
    • 提供者:llliii12345
  1. 彩色图像处理

    0下载:
  2. 对特定的图像进行分析处理,使输出变得清晰,可以满足使用要求(Analysis and processing of a specific image to make the output clear and meet the use requirements)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-07
    • 文件大小:1.48mb
    • 提供者:醉蹉跎
  1. 0.基于matlab图像识别

    0下载:
  2. 基于matlab图像识别,相关原理介绍的非常清晰,是一个非常好的学习共享资料(Based on MATLAB image recognition, the relevant principles are very clear)
  3. 所属分类:图形图像处理

    • 发布日期:2018-01-09
    • 文件大小:1.14mb
    • 提供者:wft2018
  1. 基于直方图优化的图像去雾技术matlab

    2下载:
  2. 展开雾霾天气的图象清晰化技术 的讨论,雾天图象的清晰化技术对其他 的恶劣天气的清晰化处理也有促进作用。(The technology of image sharpening in fog and haze is also discussed. The clarity of fog images can also help to clear the other bad weather.)
  3. 所属分类:matlab例程

    • 发布日期:2019-10-10
    • 文件大小:723kb
    • 提供者:GLin
  1. 模糊图片处理matlab

    1下载:
  2. 使用matlab,实现了模糊图像的清晰化(Using matlab, the blurred image is clarified.)
  3. 所属分类:图形图象

    • 发布日期:2021-04-26
    • 文件大小:822kb
    • 提供者:mymaster1
  1. MATLAB雾霾交通标志shibie[GUI]

    2下载:
  2. 该课题为基于MATLAB bp神经网络的雾霾天气下交通标志的识别系统。主要分两步骤,一是进行图像去雾,采用暗通道的方法获取光透射率,从而去除雾霾。得到清晰的图片后,利用颜色的方法进行交通标志的定位,众所周知,交通标志基本是红,蓝,黄三色组成,根据RGB不同组合可以定位到不同颜色,因为存在误差,所以需要借助形态学相关知识,将得到的误干扰面积去除,从而实现精准定位。定位后,在原图基础上进行分割出彩色图标,利用bp神经网络方法,进行训练,识别,从而得出结果。本设计配有一个GUI可视化界面,操作简单容易
  3. 所属分类:matlab例程

    • 发布日期:2021-02-08
    • 文件大小:79.64mb
    • 提供者:可乐一生
« 12 3 4 5 6 7 »
搜珍网 www.dssz.com