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

搜索资源列表

  1. threshold_segmentation

    0下载:
  2. 用阈值迭代分割算法对图像进行二值化(matlab)-Iterative segmentation algorithm with the threshold value of the image binarization (matlab)
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:68270
    • 提供者:陈恒
  1. readletter

    0下载:
  2. OCR系统的实现,数字识别,进行图像分割,字符提取,二值化,用MATLAB实现-a OCR program that recognizes single number characters
  3. 所属分类:Graph Recognize

    • 发布日期:2017-03-31
    • 文件大小:118569
    • 提供者:金阳
  1. matlab_image_roadtest

    0下载:
  2. AGV(自动导引车)路径识别系统的MATLAB实现,包括对图像进行灰度处理,阈值分割,二值化,开闭运算,边缘检测-AGV (automatic guided vehicles) MATLAB path to achieve recognition system, including gray-scale image processing, segmentation, thresholding, opening and closing operation, edge detection
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:130284
    • 提供者:rengy
  1. biasNormal

    0下载:
  2. 最小偏态二值化法,用阈值T分割图像,分别求得背景和前景的三阶矩,使得偏态公式取最小值的T即为最佳阈值。-The smallest skewness binarization method, using image segmentation threshold T, respectively, to achieve the background and prospects of third-order moments, skewness formula made from the minimum
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:862
    • 提供者:崔琴
  1. Neural-network-recognition-system

    0下载:
  2. 使用说明 第一步:训练网络。使用训练样本进行训练。 第二步:识别。首先,打开图像(256色);再次,进行归一化处理,点击“一次性处理”;最后,点击“R”或者使用菜单找到相应项来进行识别。识别的结果显示在屏幕上,同时也输出到文件result.txt中。 该系统的识别率一般情况下为90 。 此外,也可以单独对打开的图片一步一步进行图像预处理工作,但要注意,每一步工作只能执行一遍,而且要按顺序执行。 具体步骤为:“256色位图转为灰度图”-“灰度图二值化”-
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-17
    • 文件大小:64386
    • 提供者:李晓国
  1. DigitRec

    0下载:
  2. 使用说明 第一步:训练网络。使用训练样本进行训练。(此程序中也可以不训练,因为笔者已经将训练好的网络参数保存起来了,读者使用时可以直接识别) 第二步:识别。首先,打开图像(256色);再次,进行归一化处理,点击“一次性处理”;最后,点击“R”或者使用菜单找到相应项来进行识别。识别的结果显示在屏幕上,同时也输出到文件result.txt中。 该系统的识别率一般情况下为90 。 此外,也可以单独对打开的图片一步一步进行图像预处理工作,但要注意,每一步工作
  3. 所属分类:Graph Recognize

    • 发布日期:2017-03-31
    • 文件大小:176441
    • 提供者:sombad
  1. erzhihua

    0下载:
  2. Ostu算法在图像分割中的应用,即二值化处理-Ostu image segmentation algorithm in the application, that is, to deal with binary
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-06
    • 文件大小:111517
    • 提供者:刘赋
  1. platerec

    0下载:
  2. 能够实现车牌字符的分割,针对二值化车牌图像进行处理,算法很简单-License plate characters to achieve the segmentation of license plate for binary image processing, algorithm is simple
  3. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:17074
    • 提供者:gaojinrong
  1. max_area

    0下载:
  2. 二值化图像,求最大连通区域,然后分割最大连通区域,用opencv开发-Binary image, and the largest regional connectivity, and then split the largest connected region, with the development of opencv
  3. 所属分类:Graph program

    • 发布日期:2017-04-09
    • 文件大小:1718929
    • 提供者:chen
  1. YuZhiFenGe

    0下载:
  2. 本程序对图像进行二值化阈值分割,方便图像处理初学者理解-This procedure of image binarization threshold segmentation to facilitate understanding of image processing for beginners
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:107467
    • 提供者:gary
  1. Imagetagsconnectedwithimageprocessingmethods

    0下载:
  2. 对于图像的分割,首先要进行二值化,然后才能根据连通性进行判断。这里面讲的是一个连通性的判断方法-For image segmentation, we must first carry out binarization, and then carried out to determine the basis of connectivity. Said there is a method to determine connectivity
  3. 所属分类:Special Effects

    • 发布日期:2017-05-12
    • 文件大小:2924266
    • 提供者:林标
  1. THRESHOLD

    0下载:
  2. 在Edit控件IDC_EDIT_TH中输入阈值,并点击“阈值分割”按钮,则对读入的图像做二值化处理,处理结果在一个新弹出窗口中显示。-In the Edit control IDC_EDIT_TH in the input thresholds, and click the " thresholding" button, then the right time to do two values into the image processing, and the results
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-03
    • 文件大小:753
    • 提供者:liye
  1. image_pre-processing

    0下载:
  2. 一系列的图像预处理函数,包括灰度化,二值化,梯度锐化,去噪声,分割,标准化,紧缩排列等。-A set of image pre-processing function, include ConvertColor2Gray, ConvertGray2WhiteBlack, GradientSharp, RemoveNoise, CharSegment, CharSegment, ContractAlign, etc.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:8085
    • 提供者:郑豪
  1. NeighborhoodModel-NM

    0下载:
  2. 遗传算法是当前许多科学实验领域广泛应用的一种非线性并行算法.本文研究了遗传算法在数字图像的灰度图二值化中的应用 ,提出了一种新的灰度图二值化方法.该方法通过对每个子群体的优化计算和动态改进的适应度函数 ,确定新的分割阈值.实验验证该方法对于噪声干扰的一般质量图像有着良好的效果.-Genetic algorithm is currently widely used in many scientific experiments in the field of a nonlinear parallel
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:419704
    • 提供者:wu
  1. Imgcx

    0下载:
  2. 照着书本程序编译过的图像的一些基本算法,二值化,分割,特征提取等等。-Shining on the image books program compiled some of the basic algorithms, binarization, segmentation, feature extraction and so on.
  3. 所属分类:Graph program

    • 发布日期:2017-05-21
    • 文件大小:6412416
    • 提供者:liuyayu
  1. program

    0下载:
  2. 可以将分割完的子图像进行二值化,二值化效果很明显,易于下一步的分割识别-You can split end of the sub-image binarization, thresholding effect is obvious and easy to identify the next stage of segmentation
  3. 所属分类:Graph program

    • 发布日期:2017-04-03
    • 文件大小:1908
    • 提供者:梁勇
  1. algorithm

    0下载:
  2. 阈值法是图像分割的一种重要方法, 在图像处理与识别中广为应用. 提出了一种基于灰度2梯度共生矩阵 模型和最大熵原理的自动阈值化方法. 该方法不仅利用了图像的灰度信息, 而且也利用了梯度信息, 通过计算基 于灰度2梯度共生矩阵的二维熵, 并使边缘区域的熵最大来选择阈值向量. 仿真结果显示, 该算法比其他二维熵方 法效果更佳.-Th resho lding is an impo rtant fo rm of image segmentat ion and is used in image
  3. 所属分类:Graph program

    • 发布日期:2017-03-26
    • 文件大小:174198
    • 提供者:广隶
  1. tuxiangdedaishuyutuxiangdefenge

    0下载:
  2. 图像的代数与图像分割 图像的二值化 图像的分割 膨胀 结构化 轮廓提取-Image algebra and image segmentation image segmentation of binary image contour extraction expansion of structured
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-04
    • 文件大小:206202
    • 提供者:xc
  1. otsu

    0下载:
  2. 最大类间方差法,对图像进行分割,得到二值化图像。-an image segmentation method using otsu s method
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:2383
    • 提供者:王雅霄
  1. OSTU

    0下载:
  2. 实现了OSTU阈值图像分割,能对灰度图像进行二值化,效果很好!-Achieved OSTU image segmentation, gray image can be binary, works well!
  3. 所属分类:Special Effects

    • 发布日期:2017-03-23
    • 文件大小:7450
    • 提供者:he
« 1 2 3 4 5 6 78 9 10 11 12 ... 15 »
搜珍网 www.dssz.com