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

搜索资源列表

  1. Mark

    0下载:
  2. 这个程序实现了对给定图像中各个不同连通域的标记。-This procedure has given the different images of the markers connected.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-25
    • 文件大小:57286
    • 提供者:sody
  1. liantongyu

    0下载:
  2. 这是采用基于连通域的方法对图像中的文字进行检测的算法,可以将文字检测并标记出来-This is the method based on image-connected domain in the text detection algorithm can detect and mark out the text
  3. 所属分类:Graph program

    • 发布日期:2017-03-29
    • 文件大小:1957
    • 提供者:王晓冰
  1. CarCount

    0下载:
  2. 该程序功能是实现对道路流动车辆统计。小模块功能有以下几个:1,对视频解帧并显示。2,对该视频训练背景图片。 3,利用背景图片用减背景法对测试视频进行前景提取,并进行阈值处理,图像分割,找出流动车的连通域。 4,对车辆进行统计。程序包内含有界面说明,以及程序使用的步骤和相关注意事项-The program function is to achieve movement of vehicles on the road statistics. A small module function has t
  3. 所属分类:Graph program

    • 发布日期:2017-05-28
    • 文件大小:11649784
    • 提供者:徐飞
  1. zifushibeiyufenge

    0下载:
  2. 复杂背景下车牌定位与字符分割算法研究 本文在简要介绍国内外车牌识别技术研究现状的基础上,对车牌定位算法及字符分 割算法进行了深入的研究,主要完成以下工作: 车牌的定位算法设计阶段,本文提出了一种综合利用车牌多重特征的定位算法。该 算法充分利用了车牌的纹理,色彩及车牌长宽比等特征。经过水平梯度化,二值化,滤 波,区域连通、连通域标记筛选,色彩匹配等几个步骤,最终达到了复杂背景下汽车牌 照的定位。-Complex background license plate loc
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:1760704
    • 提供者:zhangchunli
  1. MarkConected

    0下载:
  2. 本程序是基于多文档(MDI)的连通域标记算法,用于统计连通域的数目。本人亲自修改,运行通过,而且附有测试例图。-This procedure is based on the multiple document (MDI) of the connected components labeling algorithm, the number of connected components for the statistics. I personally modify, run through, an
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:2087902
    • 提供者:jerry
  1. CarCount

    0下载:
  2. 该代码实现车辆的检测,采用了训练的方式,从视频中提取背景,然后做差分,连通域提取等步骤得道前景。该代码采用OPENCV实现。-The code to achieve vehicle detection, using training methods to extract from the video background, and then do differential, connected components extraction and other steps to attain the
  3. 所属分类:.net

    • 发布日期:2017-05-11
    • 文件大小:2605262
    • 提供者:leo
  1. Untitled

    0下载:
  2. matlab环境下基于数学形态的连通域实现车牌的提取。-matlab environment connected components based on mathematical morphology to achieve the extraction plate.
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:1362
    • 提供者:吴鹏
  1. ConnectArea

    0下载:
  2. 实现打开bmp位图 图像灰度二值化 连通域的提取 对图像处理初学者很有帮助-To achieve open bmp bitmap image gray binary connected components extraction of useful image processing for beginners
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-29
    • 文件大小:51000
    • 提供者:SunJian
  1. wordrec

    1下载:
  2. 实现对印刷体汉字的识别,在识别过程中,主要提取了5个特征:笔画特征,连通域个数,穿线特征,投影特征和粗外围特征。-Implementation of the printed character recognition, the recognition process, the main extracted five characteristics: stroke characteristics, the number of connected components, threading feat
  3. 所属分类:Graph Recognize

    • 发布日期:2016-09-01
    • 文件大小:594944
    • 提供者:张燕
  1. connect

    0下载:
  2. 对图片以及视频帧进行连通域提取,环境需要opencv vs2005,必要的配置,连通域的算法是基于递归的二值图像标记算法。-Frame of the picture, and video connectivity components extraction, environmental needs opencv vs2005, the necessary configuration, connected components algorithm is based on the recursive
  3. 所属分类:Special Effects

    • 发布日期:2017-05-16
    • 文件大小:4498499
    • 提供者:王聪
  1. licenseplatelocation

    0下载:
  2. 一种多车牌定位方法,该方法综合利用边缘检 测、连通域分析、倾斜矫正等多种方法,解决了复杂背景中定位难的问题-A multi-plate location method, which combined with an edge detection, connected component analysis, tilt correction and other methods to solve the complex problem of difficulties in the context
  3. 所属分类:Graph Recognize

    • 发布日期:2017-03-29
    • 文件大小:253962
    • 提供者:liangfangfang
  1. hello

    0下载:
  2. 定位视频图像中的文本,采用的是基于连通域的方法,主要定位视频图像中的英文文本和数字-text location in video Image
  3. 所属分类:OpenCV

    • 发布日期:2017-05-16
    • 文件大小:4149832
    • 提供者:shengjia
  1. RemoveBlackConnectedComponents

    0下载:
  2. 使用opencv去掉二值化图像中黑色面积较小的连通域。 程序中语句 tmparea = fabs(cvContourArea(contour)) 可以得到当前连通域的面积,当此面积小于阈值时对其填充为白色。 rect = cvBoundingRect(contour,0) 得到的是框住连通域的最小矩形,对矩形中的黑色部分将其填充为白色,但是这样的话,连通域6和4两个连通域被填充成了白色的矩形,这显然不符合我们的要求,这样就要判断此连通域是黑色联通域还是白色连通域,采用的方法是测试矩
  3. 所属分类:OpenCV

    • 发布日期:2017-03-27
    • 文件大小:1229
    • 提供者:
  1. lty

    0下载:
  2. 连通域方法 用于图像处理方面 可查看散落大米的数目等!-Connected domain methods for image processing to see the number of scattered rice and so on!
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:567
    • 提供者:Archer
  1. code

    0下载:
  2. 代码1:优化过的Otsu程序,纯C编写 代码2:优化过的中值滤波程序,纯C编写 代码3:快速连通域检测程序,用于团块分析,纯C编写 代码4:MeanShift图像分割程序,纯c编写 代码5:WaterShed图像分割程序,c++编写,可直接运行,看分割效果-Code 1: The optimized program Otsu, pure C code 2: The optimized procedure median filter, pure C code 3: Fa
  3. 所属分类:Graph program

    • 发布日期:2017-05-29
    • 文件大小:12169422
    • 提供者:韦立庆
  1. AreaTest

    0下载:
  2. 图片中区域自动判定,能根据八连通域自动的划分区域,并以序号划分出来-Automatically determine the regional picture, 8-connected domain automatically according to the division area, and divide it by serial number
  3. 所属分类:Special Effects

    • 发布日期:2017-05-26
    • 文件大小:9080156
    • 提供者:elephant
  1. Connected Component Analysis-Labeling

    0下载:
  2. 别人写的物体连通域计算的verilog 源代码(Object connected domain calculation of the Verilog source code)
  3. 所属分类:VHDL/FPGA/Verilog

    • 发布日期:2017-12-24
    • 文件大小:38214656
    • 提供者:飞蝗
  1. MATLAB文字连通域源程序代码

    0下载:
  2. 这个程序的功能,是用来获得一张图片上,多个文字的连通域(The function of this program is used to get a picture of a concatenation of multiple text fields)
  3. 所属分类:图形图象

    • 发布日期:2017-12-22
    • 文件大小:81920
    • 提供者:王克贤
  1. liantongyu222

    0下载:
  2. 连通区域,分为一维连通和二维连通,一维连通域主要用在空间线积分与路径无关的条件上,二维连通域形象说就是没有“洞”的区域。一维连通域主要用在空间线积分与路径无关的条件上。(Connected domain analysis)
  3. 所属分类:图形图像处理

    • 发布日期:2018-01-07
    • 文件大小:8387584
    • 提供者:啄木客
  1. domain

    0下载:
  2. 利用颜色标记查找二值图像中最大连通域并输出只有最大连通域的图像(Finding the most Dalian through domain in the image using color markings)
  3. 所属分类:OpenCV

    • 发布日期:2018-01-07
    • 文件大小:8085504
    • 提供者:柏林熊猫
« 1 23 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com