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

搜索资源列表

  1. page74.21用VC 实现图像连通区域标记.rar

    0下载:
  2. 所属分类:图形图象

    • 发布日期:
    • 文件大小:112749
    • 提供者:
  1. 图像连通区域标记

    2下载:
  2. 用VC++实现图像连通区域标记,可以对图像中存在的连通域进行标记-with VC images connected region tags, and can be right image of connectivity domain marker
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:178036
    • 提供者:鲍占阔
  1. page74.21用VC++实现图像连通区域标记

    0下载:
  2. page74.21用VC++实现图像连通区域标记-page74.21 images with VC regional connectivity marker
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:113016
    • 提供者:黄斌
  1. 基于像素标记的连通区域计算程序

    0下载:
  2. 基于像素标记的连通区域计算程序,只针对二值图像,随附有。-based on pixel labeling regional connectivity program that only two binary images, are attached.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2013-12-13
    • 文件大小:114318
    • 提供者:billjie
  1. 二值图像连通区域的标记

    3下载:
  2. 二值图像连通区域的标记,是图像测量中用到的预处理,为后面图像面积等的测量打基础-binary image connectivity in the region markings image measurement is used in the pretreatment of the image area behind the measurement foundation
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:178040
    • 提供者:李林
  1. 连通区域标记

    0下载:
  2. 能够对一般的图像实现连通区域标记,并得到各个区域的面积和连通区域数目,用跟踪法得到各个区域的周长。准确快速
  3. 所属分类:界面编程

    • 发布日期:2010-11-19
    • 文件大小:178044
    • 提供者:huzhiyuan
  1. 图像连通域分析

    0下载:
  2. 用VC++实现图像连通区域标记,可以对图像中存在的连通域进行标记
  3. 所属分类:源码下载

    • 发布日期:2012-08-21
    • 文件大小:1443327
    • 提供者:lpwin81
  1. 八值图像连通区域标记

    0下载:
  2. 八值图像连通区域标记,为每个连通区域分配一个唯一的标号,处理后的图像按照从左到右,从上到下的顺序获得连续的标号,Binary image connected region eight marks, for each connected region a unique label distribution deal with in accordance with the image from left to right, from top to bottom order of access to
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2017-03-24
    • 文件大小:1948
    • 提供者:zhangjing
  1. 112

    0下载:
  2. 二值图像连通域标记快速算法,能进行区域检测,附代说明文档,VB开发-Binary image connected component labeling fast algorithm that can detect regional, with a generation of documentation
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-29
    • 文件大小:45130
    • 提供者:lq8712b3
  1. achieveconnectedcomponentlabeling

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

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

    0下载:
  2. 二值图像连通域标记快速算法,能进行区域检测,附代说明文档-Binary image connected component labeling fast algorithm that can detect regional, with a generation of documentation
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-25
    • 文件大小:46887
    • 提供者:lq8712b3
  1. Mark

    0下载:
  2. 一种图像联通区域自动标记的方法,适合用于检测图像内的有连通区域的物体~-An image Unicom regional auto-tagging method, suitable for the detection of the image there is connectivity within the region objects ~
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:76552
    • 提供者:陈亮
  1. 123

    0下载:
  2. 所属分类:Special Effects

    • 发布日期:2017-04-29
    • 文件大小:188063
    • 提供者:段彩艳
  1. rice

    1下载:
  2. 基于图像识别的整精米自动检测 检测出图中的碎米,并在相应的米粒上打上标志。 对图像进行预处理,把米粒图像变成二值图像,根据区域内部像素的连通性,将不同的区域赋予不同的标记,计算出单个米粒所占的像素 -Based on Image Recognition milled rice automatically detect detect the broken map, and marked with the corresponding symbol on a grain of rice.
  3. 所属分类:Special Effects

    • 发布日期:2015-07-02
    • 文件大小:946
    • 提供者:熊泽
  1. connectionCompnentsMark

    0下载:
  2. 该程序是用C语言编写的,在图像处理方面用来标记二值图像的连通区域-This program is applied to mark the connection components of the two-values image.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:188846
    • 提供者:李杰
  1. labe_forOpencv

    0下载:
  2. 本例使用了opencv中图像数据结构IplImage :首先进行第一次扫描,标记连通区域;然后对等价标记进行合并,最后进行第二次扫描,对等价标记进行重新标记。-This example uses a data structure of the opencv: IplImage. First, scan for the first time, marking connected region then mark the merger of the equivalence, and final
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:1162
    • 提供者:雄伟
  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. VCPP

    0下载:
  2. VC++实现图像连通区域标记以及根据面积大小进行面积消去-VC++ achieve image connected component labeling and size area elimination
  3. 所属分类:Special Effects

    • 发布日期:2017-05-19
    • 文件大小:5427607
    • 提供者:陈小二
  1. coonected-component

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

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

    0下载:
  2. 一种二值图像连通区域标记方法,能用于目标跟踪,我已经应用过,效果不错。-It is a new connected componet labeling algorithm for binary image,and can be used in object tracking. It is effective to be proved.
  3. 所属分类:Special Effects

    • 发布日期:2017-11-07
    • 文件大小:286014
    • 提供者:xiaoxixi
« 12 3 »
搜珍网 www.dssz.com