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

搜索资源列表

  1. image_process

    0下载:
  2. This file include some image process program: void ImResize(IMAGEDATA *pRtImg, IMAGEDATA *pSrImg, int nFixSize) bool CalMoments(float Moments[7], IMAGEDATA *pSrImg) void RGB2Gray(IMAGEDATA *pRtImg, IMAGEDATA *pSrImg) void Im2Bw(IMAGEDATA *pR
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2014-01-16
    • 文件大小:12434
    • 提供者:wan_xianglin
  1. 指纹识别

    1下载:
  2. 摘要:指纹识别技术在各个领域的应用已经逐渐成熟,本文基于信息论中的互信息,在指纹识别的特征选取和识别提出自己的一些想法。 1 引言 指纹是人终身不变的生理特征之一,因其具有惟一性、稳定性以及方便性等独特的特点,使指纹识别成为现在应用最广泛的生物识别技术。 指纹识别系统处理的流程中,指纹图像预处理是第一个处理环节,我沿用已经成熟的去噪,二值化,滤波,细化,对其进行预处理。 互信息作为最终的识别准则来进行指纹的识别。 2 指纹的预处理 般自动指纹识别系统由图像采集、图像预处理、细节点提取和指纹匹 几
  3. 所属分类:源码下载

    • 发布日期:2011-05-08
    • 文件大小:422225
    • 提供者:sasigi
  1. im2bw

    0下载:
  2. 这是一个全局阈值分割的m函数,它能对图像高频部分分割,效果较好-This is a global threshold segmentation of the m function, it high-frequency part of the image segmentation, better
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:757
    • 提供者:梁军华
  1. dibazhang

    0下载:
  2. 数字图像原理包括8.1 图像 8.2 数字图像处理学 8.2.1 数字图像处理方法 8.2.2 数字图像处理的主要内容 8.3 图像文件格式 8.4 图像类型 8.4.1 索引图像 8.4.2 灰度图像 8.4.3 RGB 图像 8.4.4 二值图像 8.4.5 图像序列 8.4.6 图形类型判断 8.5 图像类型转换 8.5.1 dither 函数 8.5.2 gray2ind 函数 8.5.3 gray
  3. 所属分类:Graph program

    • 发布日期:2017-03-28
    • 文件大小:2597
    • 提供者:胡羽辰
  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. khalid_khuwaja

    0下载:
  2. Igray = rgb2gray(I) Ibw = im2bw(Igray,graythresh(Igray)) Iedge = edge(uint8(Ibw)) se = strel( square ,3) Iedge2 = imdilate(Iedge, se) Ifill= imfill(Iedge2, holes ) [Ilabel num] = bwlabel(Ifill) Iprops = r
  3. 所属分类:Editor

    • 发布日期:2017-03-23
    • 文件大小:291329
    • 提供者:honey
  1. noise-im2bw

    0下载:
  2. 对灰度图进行二值化处理,然后对其进行二值化形态操作-Binarization of gray image processing, and its binary morphological operations
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:6246
    • 提供者:李芳
  1. im2bw_H

    0下载:
  2. matlab求最大类间距方差法和迭代法选择阈值对图片进行阈值分割-matlab class distance variance for the biggest and iterative method to choose the threshold value for segmentation of images
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:625
    • 提供者:huang
  1. AdaptiveHistoTresh

    0下载:
  2. Detect treshold value for a RGB image to extract dark areas using im2bw
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:864
    • 提供者:marcperso
  1. im2bw

    0下载:
  2. 简单的二值化处理,自己也是初学者,若是有关于焊接熔池处理代码的高手请多指教-Two simple binarization processing, also for beginners, if on the weld pool processing code master please enlighten
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:16866
    • 提供者:刘飙
  1. im2bw

    0下载:
  2. 将灰度图像二值化,阈值自己给出,也可自动阈值,可直接调用。-Gray image binarization threshold given threshold can also be automated, can be called directly.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:1810
    • 提供者:guolingzhi
  1. IM2BW

    0下载:
  2. 图像转化为二值图像,im2bw。 为简单起见,这里设定阈值为122,即最大灰度的一半。-Image into a binary image, im2bw. For simplicity, here set threshold value of 122, half of the maximum gray.
  3. 所属分类:Special Effects

    • 发布日期:2016-01-27
    • 文件大小:1564672
    • 提供者:金桥
  1. Image-processing

    0下载:
  2. 大量有关图形图像处理的基本程序 ,内有dither 函数 gray2ind 函数 grayslice 函数 im2bw 函数 ind2gray 函数 ind2rgb 函数 mat2gray 函数 rgb2gray 函数 rgb2ind 函数 等程序。二值化处理、图像分割、图像变换等方法-Graphics image processing procedures, which are the dither function gray2ind function grayslice functions
  3. 所属分类:Special Effects

    • 发布日期:2017-11-12
    • 文件大小:87890
    • 提供者:乔峰
  1. im2bw

    0下载:
  2. 实现彩色图像的图像二值化的GUI编程,即实现图像的灰度处理、二值化、膨胀、腐蚀的功能,同时生成GUI用户界面。-Achieve color image binarization GUI programming, namely to achieve gray image processing, binarization, dilation, erosion features, while generating GUI user interface.
  3. 所属分类:Picture Viewer

    • 发布日期:2017-04-02
    • 文件大小:21565
    • 提供者:sophia
  1. matlab-im2bw

    0下载:
  2. 一个matlab界面程序,读入图像可以保存,通过slider来控制图像二值化的阈值,并且保存变化后的图像-A matlab interface program,Image reading, images can be saved, to control the image binarized by the threshold value slider, and save the changed
  3. 所属分类:Graph program

    • 发布日期:2017-04-16
    • 文件大小:66550
    • 提供者:李辉
  1. hweofh

    0下载:
  2. 计算梯度 grad = mat2gray(grad) 将梯度矩阵转换为灰度图像 level = graythresh(grad) 计算灰度阈值 BW = im2bw(grad,level) 用阈值分割梯度图像 subplot(2,4,2) imshow(BW) 显示分割后的图像即边缘图像 -S VKJSJK
  3. 所属分类:File Formats

    • 发布日期:2017-04-28
    • 文件大小:167093
    • 提供者:罗金雄
  1. 070216001于浩然11

    1下载:
  2. 1. 用函数graythresh()和im2bw()对图像进行阈值分割; 2. 用GUIDE界面编程实现Otsu阈值分割过程。(1. thresholding the image using function graythresh () and im2bw (). 2. using GUIDE interface programming to achieve Otsu threshold segmentation process)
  3. 所属分类:图形图象

    • 发布日期:2020-05-10
    • 文件大小:706560
    • 提供者:HoNestaa
搜珍网 www.dssz.com