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

搜索资源列表

  1. 234837578658465

    1下载:
  2. 指纹图像预处理程序,包括分割,二值化,去噪和细化-Fingerprint image pre-processing procedures, including segmentation, binarization, denoising and refined
  3. 所属分类:Special Effects

    • 发布日期:2017-05-02
    • 文件大小:541281
    • 提供者:郭良
  1. project10-01

    2下载:
  2. 程序可以选择输出二值图像。二值图像可以通过对每个梯度点取阈值得到,其中阈值T为输入参数。并且要求结合3*3掩模的平滑运算和本实验上面的原算,并对图像进行处理,分割出图像中间的大血管区域,并将结果用二值图表示。在实验中需要对平滑运算方法和阈值T进行反复调整。-Program can choose the output binary image. Binary image can be taken for each gradient point to the threshold should be,
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:135530
    • 提供者:jhm
  1. matlab-ImageProcessing

    0下载:
  2. vc实现的图像信号处理,包括:256色转灰度图、对比度拉伸、二值化变换、反色、亮度增减、取对数、取指数、直方图均衡、灰度均衡、阈值变换、图像镜像.-vc achieve image signal processing, including: 256-color to grayscale, contrast stretching, binarization transformation, anti-color, brightness change, check on the number of c
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:1541081
    • 提供者:陈兰
  1. Fingerprint

    1下载:
  2. 包括指纹图像的直方图、滤波、二值化、细化等一些流程,处理后的图像增强效果较明显!!! 具有通用性,也可以用在普通图像上,图像的某些区域增强效果明显。-Including the fingerprint image histogram, filtering, thresholding, thinning and some other processes, processed image enhancement effect more obvious! ! ! Generic, can a
  3. 所属分类:Other systems

    • 发布日期:2014-04-15
    • 文件大小:6844
    • 提供者: 自由色彩
  1. im2bw

    0下载:
  2. 本文用matlab的GUI编程实现对图像的二值化处理,适合初学者-In this paper, the GUI programming matlab binary image processing, suitable for beginners
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:11166
    • 提供者:晓翠
  1. Nero

    1下载:
  2. 编写基本的图像处理程序,包括功能: 图像的读取、存储、显示(bmp、jpg等常用格式) 图像剪切、缩放 图像色彩变换(彩色->灰度等) 基本直方图变换和直方图均衡化 图像平滑与锐化 边缘抽取 阈值化 离散傅立叶变换 二值形态学处理(腐蚀、膨胀、开运算、闭运算) -Preparation of basic image processing procedures, including functions: image reading,
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2017-05-29
    • 文件大小:8239
    • 提供者:Nero
  1. MyDIP_Matlab

    2下载:
  2. 以matlab为平台的一个GUI界面的图像处理程序,具有图像处理的各种功能,如:图像旋转,色彩平衡调节,图像增强,加噪,滤波,二值化,直方图,膨胀,腐蚀,边缘检测及图像合成等功能。-以 matlab as a platform for a GUI interface, image processing, has an image processing functions, such as: image rotation, color balance adjustment, image enhan
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:81648
    • 提供者:michael
  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. 2

    0下载:
  2. 图像的阈值二值化处理与间隔码编码的编码与求面积-Threshold to the image processing and coding of the coding interval and quadrature
  3. 所属分类:Special Effects

    • 发布日期:2017-04-08
    • 文件大小:737200
    • 提供者:xloli
  1. visual-intelligent-surveillance

    0下载:
  2. 该代码用于实现视频监控/视觉监控/视频智能监控/视觉智能监控,具有友好的人机交互界面。在工作时,利用连接在计算机上的摄像头取得视频图像,通过背景减除、滤波、二值化处理、识别等技术,实现对视频目标的监控。-This code is applied to visual surveillance/video surveillance/visual intelligent surveillance/video intelligent surveillance which has a friendly h
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:133976
    • 提供者:朱亮亮
  1. MATLAB-based-image-processing-

    1下载:
  2. 利用MATLAB实现图像前期预处理功能(包括彩色图像的灰度化变换等、一般灰度图像的二值化处理、色彩增强等),边缘检测,图像分割,图像特征提取等图像处理。-Early use of MATLAB for image pre-processing functions (including color images of gray-scale transform, the general gray-scale binary image processing, color enhancement, et
  3. 所属分类:Special Effects

    • 发布日期:2015-07-02
    • 文件大小:404480
    • 提供者:fft
  1. binary1

    0下载:
  2. 本文件将普通RGB图像转化成二值图像,方便后续处理-This document will be an ordinary RGB image into binary image, to facilitate follow-up treatment
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:53858
    • 提供者:朱相达
  1. Fingerprint-image-preprocessing

    0下载:
  2. 本文用matlab实现了指纹图像的对比度增强、有效区域的选取、指纹图像的二值化、指纹的特征值提取等。并选取较好的处理步骤和算法参数解决指纹图像预处理的问题。-Using matlab fingerprint image contrast enhancement, selection of effective regional, the binarization of fingerprint images, fingerprint eigenvalue extraction. And select
  3. 所属分类:Graph Recognize

    • 发布日期:2017-03-28
    • 文件大小:740223
    • 提供者:morningdra
  1. matlab

    2下载:
  2. 这是我编写的数学形态学处理灰度图像和二值图像的源代码,没有使用matlab自带的函数。可以实现膨胀、腐蚀以及开闭运算。-This is written in mathematical morphology of grayscale images and the source code of the binary image, do not use Matlab comes with function. Can achieve expansion, corrosion, and the openi
  3. 所属分类:Special Effects

    • 发布日期:2016-04-27
    • 文件大小:5120
    • 提供者:常合友
  1. matlab

    1下载:
  2. 一体化完成2副图像的灰化,二值化处理,边缘提取等等功能-Integration of image gray, edge extraction
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2013-11-25
    • 文件大小:25152
    • 提供者:安阳
  1. otsu.matlab

    0下载:
  2. 这是otsu算法的matlab版,可以对图像进行自动二值化处理。-Otsu algorithm matlab version, automatic binarization processing of the image.
  3. 所属分类:assembly language

    • 发布日期:2017-11-04
    • 文件大小:855
    • 提供者:吴燕超
  1. matlab

    0下载:
  2. 数字图像的处理,将所得的灰度图像,转化为二值图像,在进行图像的连通区域的提取-Digital image processing, the resulting grayscale image into a binary image, when the image of the connected region extraction
  3. 所属分类:Software Testing

    • 发布日期:2017-11-10
    • 文件大小:681
    • 提供者:薛景福
  1. matlab-picture-binaryzation

    0下载:
  2. 对图像进行二值化处理,解说比较详细,效果也很不错-For image binarization processing, a more detailed explanation, the effect is also very good
  3. 所属分类:Special Effects

    • 发布日期:2017-04-17
    • 文件大小:35833
    • 提供者:茜茜公主
  1. MATLAB--

    0下载:
  2. 对图像进行二值化处理,没有用到matlab自带函数-Binary image processing, matlab built function is not used
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:741
    • 提供者:apple zhang
  1. Matlab-binary

    0下载:
  2. Matlab binary是基于matlab软件开发的应用于图像二值化处理的源码,使用简单易懂。-Matlab binary is based on the Matlab software is applied to image binarization processing of source code, using a simple and easy to understand.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-28
    • 文件大小:16810
    • 提供者:hu
« 1 2 3 45 6 7 8 9 10 ... 16 »
搜珍网 www.dssz.com