搜索资源列表

  1. matlabImage

    1下载:
  2. 介绍了图像处理的基本操作、图像变换、图像增强、图像分割、图像复原、数字形态学图像处理及图像滤波等的MATLAB实现函数和调用格式,并示以大量的简单图像处理代码和图像处理结果-Introduced the basic operation of image processing, image transform, image enhancement, image segmentation, image restoration, digita
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-12
    • 文件大小:933888
    • 提供者:王邦平
  1. zhiwentuxiangyuchuli

    0下载:
  2. 介绍并实现了一套完整的指纹图像预处理方法,通过剩余块处理和平滑方法改进了传统 的指纹图像分割算法 使用方向匹配的方法对指纹图像方向块进行方向滤波完成图像增强 并除去细化后存在的短线和毛刺。该算法对Secugen指纹仪采集的图像和FVC2004数据库中的指纹图像进行实验,结果表明经过预处理后的指纹图像质量得到明显增强,方便进行细节特征提取。-Introduction and realize a complete set of fing
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-12
    • 文件大小:750592
    • 提供者:张杰
  1. Programs

    2下载:
  2. 2、图像增强: 图像增强也称为图像锐化,其目的是为了加强图像中的轮廓边缘等细节信息。 与图像平滑一样,也可分别在空域和频域进行图像增强。 在空域中进行图像锐化: 将原图像与 相减可以得到经过锐化处理的图像g(i,j),即: g(i,j)= f(i,j)- = f(i,j)-α[f(i+1,j)+ f(i-1,j)+ f(i,j+1)+ f(i,j-1)-4 f(i,j)] = f(i,j)+4α[f(
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-12
    • 文件大小:162816
    • 提供者:
  1. ImageEnhencementUsingIntensityTransformations

    0下载:
  2. 本实验要求使用强度变化方法对图像进行增强。图像增强的是要目标是处理图像,使其比原始图像更适用于特定应用,图像增强的方法分为两大类,空间域方法和频域方法,“空间域”一词是指图像平面本身,这类方法是以图像像素的直接处理。“频域”处理技术是以修改图像的傅里叶变换为基础的。本实验采用的对数变换和指数变换是对前一种方法的应用。-This experiment requires the use of intensity changes in met
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-12
    • 文件大小:808960
    • 提供者:jhm
  1. zengqiang

    0下载:
  2. 一个重要的图像增强工具包,其中有不少是本人改进后的成果 ,与大家一起分享-An important image enhancement tool kit, some of which are improved my results, to share with you all
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-12
    • 文件大小:976896
    • 提供者:
  1. multi

    0下载:
  2. 上传几个二进小波变换的图像增强的matlab程序-From a number of dyadic wavelet transform of image enhancement matlab program
  3. 所属分类:matlab例程

    • 发布日期:2024-05-12
    • 文件大小:5120
    • 提供者:wangqicong
  1. zengqiang

    0下载:
  2. 图像增强程序,经测试有一定效果。其中采用模糊增强算法,值得参考。-Image enhancement procedures, have been tested and have a certain effect. Which the use of fuzzy enhancement algorithm, it is also useful.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-12
    • 文件大小:1024
    • 提供者:李勤
  1. duibiduzengqiang

    0下载:
  2. 应用于车牌识别中图像增强部分的对比度增强部分!(试了,出的图像效果对比效果比较明显)-License Plate Recognition used in image enhancement part of the contrast enhancement part! (Tried out the effect of the image contrast more obvious)
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-12
    • 文件大小:1024
    • 提供者:所玛
  1. Matlab_image_processing

    0下载:
  2. 主要是用matlab进行图像增强对比度的处理,采用的方法是灰度拉伸-Is mainly used for image enhancement matlab contrast processing, the method used is the gray-scale tensile
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-12
    • 文件大小:4096
    • 提供者:杜哲
  1. imageenhancementcode1

    0下载:
  2. 基于一篇人脸图像增强的文章,得出的算法,其中包含好几种算法可以提供比较。-Based on a human face image enhancement articles derived algorithm, which contains several algorithms can provide a relatively.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-12
    • 文件大小:1024
    • 提供者:wang
  1. image_inhancement

    1下载:
  2. 基于Matlab的典型图像增强算法的源码 程序代码说明 P0301:数字图像矩阵数据的显示及其傅立叶变换 P0302:二维离散余弦变换的图像压缩 P0303:采用灰度变换的方法增强图像的对比度 P0304:直方图均匀化 P0305:模拟图像受高斯白噪声和椒盐噪声的影响 P0306:采用二维中值滤波函数medfilt2对受椒盐噪声干扰的图像滤波 P0307:采用MA
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-12
    • 文件大小:21504
    • 提供者:panghuanzhi
  1. ColorImageEnhancement

    0下载:
  2. 一种彩色图像增强方法,它用于增强图像的对比度,优化图像视觉效果,同时保持几乎一致的图像色彩保真度.-A color image enhancement method, which used to enhance image contrast, optimizing the image visual effects, while maintaining almost the same image color fidelity.
  3. 所属分类:图形图象

    • 发布日期:2024-05-12
    • 文件大小:686080
    • 提供者:杨战
  1. tuxiangfuy

    0下载:
  2. 数字图像增强是图像处理的一个重要分支它对图像整体或局部特征能有效地改善直方图是图像处理中最重要的基本概念之一它能有效地用于图像增强基于数字图像增强对图像处理的重要性本文主要 讨论了图像直方图 直方图均衡化 直方图规定化图像增强技术 并给出了相关的基本原理 同时用 语言加以实现并且给出标准的数字图像在各种处理前与处理后的对照图像和直方图 -Digital image enhancement image processing i
  3. 所属分类:文档资料

    • 发布日期:2024-05-12
    • 文件大小:391168
    • 提供者:zy
  1. histeq

    0下载:
  2. 此程序实现图象增强的功能,采用直方图均衡化的方法来实现图像增强。-This procedure realize the function of image enhancement using histogram equalization method to achieve image enhancement.
  3. 所属分类:matlab例程

    • 发布日期:2024-05-12
    • 文件大小:3072
    • 提供者:英子
  1. dip2

    0下载:
  2. 数字图像处理的作业,里面有图像增强、图像锐化以及直方图,均衡化等应用的举例,对学习数字图像处理很有帮助。-Digital image processing operations, there are image enhancement, image sharpening and histogram equalization and other applications, for example, the study of digital
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-12
    • 文件大小:1088512
    • 提供者:Ben
  1. chazhi

    0下载:
  2. 基于图像增强的灰度插值算法,这是图像配准和图像融合的基础部分-Gray-scale image enhancement based on the interpolation algorithm, which are image registration and image fusion of the basic part of
  3. 所属分类:软件工程

    • 发布日期:2024-05-12
    • 文件大小:568320
    • 提供者:陈明
  1. laplacian

    1下载:
  2. 拉普拉斯边缘检测与图像增强,Matlab6.5实现的.m文件,附有原图、检测到的边缘图和增强后的图。-Laplacian edge detection and image enhancement, Matlab6.5 of implementation. M file, with image, detected and enhanced edge map after the map.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-12
    • 文件大小:216064
    • 提供者:张宇
  1. enhance

    0下载:
  2. 在空域中常用的图像增强的程序,有自适应滤波法、二次维纳滤波、梯度法、直方图均衡法等-In the airspace used in the process of image enhancement, and adaptive filtering method, the second Wiener filter, the gradient method, histogram equalization method
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-12
    • 文件大小:2048
    • 提供者:陈少华
  1. linear1

    0下载:
  2. 基于matlab 通过线性变换法进行图像增强处理,对一些对比度较差的图像处理效果明显,如所附图像-Image enhancement
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-12
    • 文件大小:8192
    • 提供者:liuyilong
  1. imadjust1

    0下载:
  2. 借助matlab丰富的函数资源对图像进行线性变换法的图像增强,可以通过修改程序中参数进行其他形式的变换实现图像增强,对某些图像处理效果尤佳,如所附图像-Image enhancement
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-12
    • 文件大小:8192
    • 提供者:liuyilong
« 1 2 3 4 5 6 78 9 10 11 12 ... 47 »

源码中国 www.ymcn.org