CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 文档资料 搜索资源 - 灰度图像 彩色图像

搜索资源列表

  1. fayeboy1984

    2下载:
  2. 此设计要求能够实现将医学图像进行识别的过程,包括了图像预处理、图像特征提取及分类判决三大模块。在预处理这一步中主要实现的是将彩色图像转换为灰度图像,灰度图像的二值化,直方图修正,去除干扰、噪声以及差异,边缘增强等;第二模块是图像的特征提取。由于对象的物理与几何特性差异,在影像中表现为局部区域的灰度产生明显变化,形成影像特征,而图像特征提取就是对其进行加工、整理、分析、归纳以便提取构成目标影像的特征,得到能反映图像内容区别于其他事物的本质特征;分类判决作为第三模块,则是要在第二步的基础上采用某种分
  3. 所属分类:其它文档

    • 发布日期:2015-06-08
    • 文件大小:6630
    • 提供者:uhih
  1. cardetection

    1下载:
  2. 1.24位真彩色->256色灰度图。 2.预处理:中值滤波。 3.二值化:用一个初始阈值T对图像A进行二值化得到二值化图像B。 初始阈值T的确定方法是:选择阈值T=Gmax-(Gmax-Gmin)/3,Gmax和Gmin分别是最高、最低灰度值。 该阈值对不同牌照有一定的适应性,能够保证背景基本被置为0,以突出牌照区域。 4.削弱背景干扰。对图像B做简单的相邻像素灰度值相减,得到新的图像G,即Gi,j=|Pi,j-Pi,j-1|i=0,1,…,439 j=0,1,…,63
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:755619
    • 提供者:lily
  1. VCWOKAO

    0下载:
  2. 第4章 图像增强(对比度增强、灰度变换法、直方图修整法、图像平滑、图像锐化、伪彩色和假彩色增强);-Chapter 4 Image Enhancement (contrast enhancement, the gray-scale transformation, dressing histogram, image smoothing, sharpening, Pseudo-color and false color enhancement);
  3. 所属分类:技术管理

    • 发布日期:2008-10-13
    • 文件大小:668466
    • 提供者:lichao
  1. retinex

    1下载:
  2. imgFileList:文件路径字符串数组; iNum:输入文件个数; outFilePath:输出图像的文件路径; outFileFormat:输出图像的文件格式,支持格式:1 - TIFF \ 2 - JPG\ 3 - PDF; iColorType:颜色类型, 0-彩色 \ 1-灰度 \ 2-黑白; iThresholdLevel:二值处理的阈值, iColorType = 2 时有效; strErrMsg:返回异常信息
  3. 所属分类:软件工程

    • 发布日期:2011-05-17
    • 文件大小:224369
    • 提供者:guoguang1000
  1. The_image_contour_extraction

    0下载:
  2. 1.任意选取一个灰度图像和彩色图像,对算法中若干关键语句中的参数进行调整,得出不同的实验结果,并对这些结果进行分析。 2.根据自己所学知识,提出自己的轮廓线提取方法,与简单阈值法进行比较分析。 3.练习matlab自带算子的检测结果。 -1. Arbitrarily select a gray-scale images and color images, several key statements on the algorithm to adjust the parameters,
  3. 所属分类:Project Design

    • 发布日期:2017-04-01
    • 文件大小:144255
    • 提供者:林文
  1. tuxiangdexuanzhuan

    0下载:
  2. 图像的旋转,对灰度图和彩色图进行旋转,方便大家学习!-Rotate the image, the grayscale and color map to rotate so as to facilitate learning!
  3. 所属分类:software engineering

    • 发布日期:2017-04-03
    • 文件大小:1473
    • 提供者:zhangye
  1. xiaobobianhuan

    0下载:
  2. 对图像进行小波变换,对灰度图和彩色图进行小波变换,方便大家学习!-The image wavelet transform, grayscale and color map of the wavelet transform so as to facilitate learning!
  3. 所属分类:software engineering

    • 发布日期:2017-04-13
    • 文件大小:1928
    • 提供者:zhangye
  1. GUImatlab

    0下载:
  2. 基于GUI的图像处理软件平台的开发 五种常用的边缘检测、灰度直方图的显示、灰度直方图的均衡化、对比度自适应直方图的均衡化、图片的二值化以及彩色图片的灰度化-GUI-based image processing software platform of five commonly used edge detection, histogram display, gray histogram equalization, adaptive histogram equalization contrast,
  3. 所属分类:Document

    • 发布日期:2017-04-01
    • 文件大小:708933
    • 提供者:杨全祥
  1. TEST

    0下载:
  2. 邻域均值算法,VC++实现,可实现对灰度图像和彩色图像的邻域均值处理-Neighborhood average algorithm, VC++ implementation can achieve grayscale images and color image processing of neighborhood average
  3. 所属分类:Document

    • 发布日期:2017-05-08
    • 文件大小:2024368
    • 提供者:沈秋
  1. c5

    0下载:
  2. 对24位彩色图像进行灰度化处理,希望对学图像处理的同学有所帮助-On 24 bits color image gray level change processing, hope to learn image processing classmates help
  3. 所属分类:Communication

    • 发布日期:2017-11-29
    • 文件大小:1535
    • 提供者:谢晨月
  1. Dither

    0下载:
  2. 抖动算法资料源码,先说说灰度图像。然后再切入彩色图像的抖动。-Dithering algorithm, data source, and let us talk about the gray image. Then cut the color image jitter.
  3. 所属分类:Project Manage

    • 发布日期:2017-11-24
    • 文件大小:10278
    • 提供者:地址
  1. MSE_PSNR

    1下载:
  2. 关于评价彩色图像质量的相关定义,如常用的MSE和PSNR,与灰度图像稍有区别,在图像的滤波、加密恢复等可以用得到。-Associated definitions on the evaluation of the color image quality, such as the commonly used MSE and PSNR slight difference with the grayscale image in the image filtering, encryption can be
  3. 所属分类:Project Manage

    • 发布日期:2017-11-09
    • 文件大小:5805238
    • 提供者:绍建
  1. TWO

    0下载:
  2. 对于一副彩色图像进行灰度化处理后得到该图的灰度图-Gray processing
  3. 所属分类:Software Testing

    • 发布日期:2017-04-13
    • 文件大小:3520
    • 提供者:田苏
  1. matlab-tuxiangzengqiang

    0下载:
  2. 如何对彩色图像进行灰度化和对固定的区域进行增强-How to color gray-scale image and enhancement of the fixed area
  3. 所属分类:software engineering

    • 发布日期:2017-04-10
    • 文件大小:758
    • 提供者:yang
  1. 1

    0下载:
  2. 本程序通过对原始彩色图像和原始灰度图形进行8比特的分层显示,理解8比特分层的含义。-The procedure of the original color image and the original 8-bit grayscale graphics hierarchical display, 8-bit hierarchical understood meaning.
  3. 所属分类:software engineering

    • 发布日期:2017-04-26
    • 文件大小:13104
    • 提供者:李双双
  1. DIPDemo

    0下载:
  2. c++ 图像处理的mfc程序 灰度变换 图像增强 图像分割 彩色图像转换 模式识别 -c++ photo prosessing
  3. 所属分类:Project Manage

    • 发布日期:2017-05-27
    • 文件大小:10090322
    • 提供者:宋浩
  1. 218

    0下载:
  2. .细胞处理计数 基于VC的细胞识别统计系统源代码,灰度和彩色图像处理的典型案例,学习VC数字图像处理的一个很好的方法 。-Cell processing count VC based cell identification statistical system source code, gray and color image processing of a typical case, learning VC digital image processing a good method.
  3. 所属分类:software engineering

    • 发布日期:2017-05-21
    • 文件大小:5690904
    • 提供者:mynamen
  1. 图像融合源图像集

    6下载:
  2. 图像融合常用实验用源图像,包括多聚焦图像,红外与可见光图像,灰度与彩色图像等图像融合常用实验用源图像。
  3. 所属分类:其它文档

    • 发布日期:2015-08-26
    • 文件大小:7043611
    • 提供者:sean1800
  1. 基于DSP的图像线性变换系统设计

    0下载:
  2. 对彩色图像在CCS中显示,并进行灰度线性变换
  3. 所属分类:编程文档

搜珍网 www.dssz.com