CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 搜索资源 - connected component

搜索资源列表

  1. ccl.rar

    0下载:
  2. Connected Component Labeling,Connected Component Labeling
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:12424
    • 提供者:李恆寬
  1. achieveconnectedcomponentlabeling

    0下载:
  2. 用VC++实现图像连通区域标记-Image using VC++ to achieve connected component labeling
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:491083
    • 提供者:方云
  1. liantongyufenxiWITHCPP

    0下载:
  2. 图像连通域标记c语言程序,在VC++环境下可执行,连通域分析是在图像处理中常用的分析方法,希望本代码可以帮助到需要的人。-Image connected component labeling c language program
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:50596
    • 提供者:bonn
  1. connected-component-labeling

    0下载:
  2. 背景相減法&連通域標記來實現目標偵測 包含去陰影、形態學運算、框出目標物-Background subtraction & connected component labeling to achieve the target detection
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:1990
    • 提供者:songmongling
  1. ApplicationsOfDepth-FirstTraversal

    0下载:
  2. 1. 用DFS判断一个无向图是否是连通图; 2. 为有向图的边分类,将它们的边分为前向边、后向边和交叉边; 3. 用DFS和点消除求有向图的拓扑排序; 4. 判断有向图是不是强连通图,若不是,求强连通分量; 5. 判断有向图是不是半连同图; 6. 判断有向图是不是单连通图; 7. 判断无向图是不是双连通图。 通过以上编程对DFS的应用,进一步了解DFS的算法及它所代表的算法思想。 -1. Using DFS to test if a given undirecte
  3. 所属分类:Special Effects

    • 发布日期:2017-03-23
    • 文件大小:9809
    • 提供者:卢竹江
  1. SCC_Library

    0下载:
  2. Strongly Connected Component Library to obtaion strongly connected components of a graph, for PC platforms writeen in Visual C-Strongly Connected Component Library to obtaion strongly connected components of a graph, for PC platforms writeen in Visua
  3. 所属分类:Graph Recognize

    • 发布日期:2017-03-21
    • 文件大小:58273
    • 提供者:Orhan Ucar
  1. ImageLabel

    0下载:
  2. java实现图像连通区域算法 *ImageLabel is an algorithm that applies Connected Component Labeling *alogrithm to an input image. Only mono images are catered for.-*ImageLabel is an algorithm that applies Connected Component Labeling *alogrithm to an input
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:2775
    • 提供者:程磊
  1. chengxu

    0下载:
  2. 本程序应用了取两次阈值、基于特征的逻辑、二值形态学和相连成分的标识,确定了钢的显微图像中颗粒的边界,标识了不同的颗粒。-This procedure applies to take the two threshold values, based on characteristics of logic, binary morphology and connected component labeling, to determine the microstructure of steel grain
  3. 所属分类:Graph program

    • 发布日期:2017-03-30
    • 文件大小:64073
    • 提供者:zhaofei
  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. connected_component

    0下载:
  2. connected component using OpenCV
  3. 所属分类:OpenCV

    • 发布日期:2017-04-04
    • 文件大小:689785
    • 提供者:盧沛怡
  1. bw-Noise-Reduction

    0下载:
  2. 这个函数获取二进制图像,然后根据图像中标记目标的连接性和每个连接组成的像素数量来判断是否是噪声。 -The function to get the binary image, then image tag target connectivity and the number of pixels of each connected component to determine whether it is noise.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-27
    • 文件大小:826
    • 提供者:小一
  1. proj09-03

    2下载:
  2. 数字图像处理利用形态学进行连通分量提取法程序-Digital image processing using morphological connected component extraction process
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:119687
    • 提供者:liuwf
  1. Morphological-threshold-segmentation

    0下载:
  2. 实现形态学的阈值分割,可得到分割后的阈值图像,形态学图像,L的直方图,最大连通成分提取图像以及最后得出的结果图像。-Achieve morphological thresholding, the threshold obtained after image segmentation, image morphology, L histogram, the largest connected component extraction result image and the final image.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:578
    • 提供者:lorna
  1. TrackingBlobAlgorithms

    0下载:
  2. This contained BG/FG detection(simple version and adaptive background mixture models), blob tracking(connected component tracking and MSPF resolver, mean shift, particle filter), Kalman filter using OpenCV. It can be helpful who studying object detec
  3. 所属分类:OpenCV

    • 发布日期:2017-11-12
    • 文件大小:52594688
    • 提供者:byunghee
  1. Image-connected-component-labeling

    1下载:
  2. 这是一个使用vc++实现的图像连通区域标记算法,可以找出二值化图像的连通域个数。-This is achieved using vc++ image connected component labeling algorithm can find the binary image of the number of connected domains.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:172553
    • 提供者:王帅
  1. connected-component

    0下载:
  2. 将图像中的连通域部分分别提取出来,但是输出的时候不能连续输出,我用的是最繁琐的方法-The the connected domain part of the image were extracted, but the output is not continuous output, I used the most tedious method
  3. 所属分类:OpenCV

    • 发布日期:2017-11-14
    • 文件大小:654869
    • 提供者:李玻玻
  1. coonected-component

    0下载:
  2. 对于数字图像连通区域标记的一种方法,简便快捷-A method of digital image connected component labeling, quick and easy
  3. 所属分类:Special Effects

    • 发布日期:2017-11-07
    • 文件大小:76983
    • 提供者:张山
  1. extract-connected-component

    0下载:
  2. 提取一幅图像中的最大连通分量,即物体的最大外边缘-extract connected component
  3. 所属分类:Graph program

    • 发布日期:2017-11-14
    • 文件大小:1147
    • 提供者:王一
  1. Fast-Connected-Component-Labeling

    0下载:
  2. 这里包括2015年论文利用游程集合的标号传播实现快速连通域标记的论文原文和源代码,有作者本人提供,检测二值图像的连通域,我们认为速度比其他算法快得多。-Fast Connected component labeling
  3. 所属分类:Special Effects

    • 发布日期:2017-05-04
    • 文件大小:1233358
    • 提供者:nsang
  1. Connected-Components

    0下载:
  2. Connected-component labeling (alternatively connected-component analysis, blob extraction, region labeling, blob discovery, or region extraction) is an algorithmic application of graph theory, where subsets of connected components are uniquely labele
  3. 所属分类:Special Effects

    • 发布日期:2017-04-30
    • 文件大小:28166
    • 提供者:ahmed
« 12 3 »
搜珍网 www.dssz.com