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

搜索资源列表

  1. matlab

    6下载:
  2. 基于MATLAB-GUI图形界面的数字图像处理软件 本系统设计基于GUI图形界面,用matlab语言编写代码,实现功能包括图象的读取、存储、显示、直方图均衡化、阈值化、小波分解、小波重构、加噪、去噪、平滑、锐化、边缘检测、图像分割等-MATLAB-GUI graphical user interface based on digital image processing software of the system design is based on GUI graphical interfa
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2013-05-15
    • 文件大小:2992216
    • 提供者:chengmengli
  1. lixiang

    1下载:
  2. 通过理想高通滤波器实现对图像的锐化,图像锐化的目的是突出图像的边缘信息,加强其图像的轮廓特征,以便于人眼和机器的识别。-Through the realization of the ideal high-pass filter for image sharpening, image sharpening is designed to highlight the edge of the image information, to enhance the outline of the charact
  3. 所属分类:GDI-Bitmap

    • 发布日期:2016-06-24
    • 文件大小:3179
    • 提供者:lushan
  1. graphicexperiment

    1下载:
  2. 用MATLAB实现数字图像处理的块编码,数字化,锐化,灰度级变换,直方差均衡等等。-Using MATLAB realization of digital image processing block coding, digitization, sharpening, gray-scale transformation, and so straight variance balanced.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:294457
    • 提供者:maoyun
  1. sharp

    0下载:
  2. 用matlab语言实现图像的锐化算法,效果很好,可以参数值设置不同可得到不同的锐化效果-Matlab language used to achieve image sharpening algorithm, well, you can set different parameter values can be different sharpening effect
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:861
    • 提供者:fengye
  1. matlabimageprocessing

    2下载:
  2. matlab 实现对图像基本处理 包含 图像的幅度谱图及频域滤波,数字图像增强,平滑、锐化处理的模板运算,图像压缩与编码,包含原代码和任务书。图片资料齐全-basic matlab image processing to achieve the range of images and spectra of frequency-domain filtering, digital image enhancement, smoothing, sharpening operator templat
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2017-02-20
    • 文件大小:100315
    • 提供者:山东省
  1. Imagesharpening

    0下载:
  2. 用matlab实现图像锐化功能的程序代码-Image sharpening using matlab function code
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:4363
    • 提供者:spinach
  1. exp01

    1下载:
  2. 1.运用Laplacian算子,基于二阶微分的图像增强,即拉氏变换法进行图像平滑 2.利用邻域平均法实现图像的平滑处理 3.利用Robert算子做锐化处理-1. The use of Laplacian operator, based on second-order differential of the image enhancement, that is, Laplace transform method for image smoothing 2. The use of neigh
  3. 所属分类:Special Effects

    • 发布日期:2015-12-26
    • 文件大小:1452
    • 提供者:虞佳霓
  1. imageprocessprograms

    0下载:
  2. 图像平滑,图像锐化,小波变换,边缘检测等一系列对图像处理的基本方法,用matlab仿真实现-Image smoothing, image sharpening, wavelet transform, edge detection, a series of image processing of the basic method, using matlab Simulation
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-16
    • 文件大小:68994
    • 提供者:西瓜籽
  1. Application_of_MatLab_in_Digital_Image_Processing.

    0下载:
  2. 介绍利用MatLab实现图像增强的3种常用方法:灰度直方图均衡化、灰度变换、平滑与 锐化滤波等,探讨利用MatLab提供的系列算子实现图像边缘检测的方法.以Amold置 乱变换为例,探讨MatLab在图像空间变换处理中的应用,以离散余弦变换为例探讨 MatLab在图像频域变换处理中的应用。-Describes the use of MatLab implementation of the three kinds of commonly used image enhancement m
  3. 所属分类:Graph program

    • 发布日期:2017-04-03
    • 文件大小:210870
    • 提供者:hope
  1. work

    0下载:
  2. 用MATLAB实现,基本的图形变换、图像的各种滤波、平滑、锐化、图像的直方图变换-Basic graphics transformation, the image of a variety of filtering, smoothing, sharpening, image histogram
  3. 所属分类:Graph program

    • 发布日期:2017-04-05
    • 文件大小:341115
    • 提供者:apple
  1. ruihua

    0下载:
  2. 用MATLAB实现对图形图像的处理,对图像的锐化。-Achieved using MATLAB image processing of graphics, the image sharpening.
  3. 所属分类:matlab

    • 发布日期:2017-04-17
    • 文件大小:35531
    • 提供者:dora
  1. image_processing

    0下载:
  2. 用MATLAB自己编写的一系列图像处理算法。详细说明: ch5_1_1: 图像灰度线性变换 (§5.1.1) ch5_1_2: 图像灰度分段线性变换 (§ 5.1.1) ch5_1_3: 采用对数形式的变换函数进行动态范围压缩 (§5.1.1) ch5_1_4: 图像直方图的均衡化 (§5.1.2) ch5_1_5: 直方图规定化 (§5.1.2) ch5_2_1: 邻域平均的线性平滑滤波法实现降噪 (§5.2.2) ch5_2_2: winner滤波法实现降噪
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:8264
    • 提供者:qinchuan
  1. matlab-tuxiang-ruihua

    0下载:
  2. 实现图像锐化及去噪处理,掌握简单的matlab语言。-failed to translate
  3. 所属分类:Special Effects

    • 发布日期:2017-11-13
    • 文件大小:1319243
    • 提供者:失踪了
  1. Matlab-GUI_image5-(2)

    1下载:
  2. 使用Matlab GUI界面编写的图像锐化程序,实现的功能包括:图像的打开、保存、使用“sobel算子”、“prewitt算子”、“roberts算子”、“log算子”、“canny算子”、“zero-cross算子”、“laplacian算子”对图像进行锐化等。-Written in Matlab GUI interface using image sharpening procedures, functions include: the image open, save, use the &
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:11827
    • 提供者:tuzki
  1. Matlab-GUI_image6

    0下载:
  2. 使用Matlab GUI界面编写的图像锐化程序,实现的功能包括:图像的打开、保存、图像直方图和直方图均衡等。-Written in Matlab GUI interface using image sharpening procedures, functions include: the image open, save, image histogram and histogram equalization.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:11065
    • 提供者:tuzki
  1. image-sharpen

    0下载:
  2. 基于matlab语言,实现图像锐化功能,包括几种算子,如robert算子,prewwit算子,canny算子-Image sharpen
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:947
    • 提供者:绿茶
  1. MATLAB实现图像去噪 滤波 锐化 边缘检测 源程序代码

    0下载:
  2. 通过MATLAB实现图像去噪 滤波 锐化 边缘检测 ,进行图像预处理
  3. 所属分类:matlab例程

  1. MATLAB实现图像去噪滤波锐化边缘检测源程序代码

    0下载:
  2. 对图像实现滤波,边缘检测,锐化等操作,比较实用(The operation of image filtering, edge detection, sharpening, and so on)
  3. 所属分类:图形图象

    • 发布日期:2018-01-01
    • 文件大小:6144
    • 提供者:im_li
  1. matlab实现图像锐化

    1下载:
  2. 使用巴特沃斯高通滤波器实现图像锐化,用sobel算子实现图像分割,阈值分割图像(Using the Butterworth high pass filter to achieve image sharpening, the image segmentation is realized by Sobel operator and the threshold image is segmented.)
  3. 所属分类:图形图象

    • 发布日期:2018-01-07
    • 文件大小:2048
    • 提供者:599ygmm
  1. matlab数字图像处理系统

    1下载:
  2. matlab具有完备的图形处理功能、友好的用户界面以及功能强大的图形处理工具箱,能够实现对数字图像的编辑和处理工作,实现功能包括数字图像的读取、存储、显示、去色、图像翻转、局部放大、透明度调整、去噪、平滑、锐化、压缩、边缘检测等操作。 本文的主要内容如下: 1.研究图像处理技术,包括图像处理技术的分类、数字图像处理的特点,主要内容以及应用。 2.分析MATLAB软件及其在图像处理中的应用。 3.完成系统的总体设计,各功能模块设计。由于篇幅有限,本文重点论述了图像变换模块的设计,对已有的算
  3. 所属分类:图形图像处理

    • 发布日期:2020-06-02
    • 文件大小:380928
    • 提供者:www.wobishe.com
« 12 3 4 »
搜珍网 www.dssz.com