搜索资源列表

  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. 二值图像连通区域的标记

    2下载:
  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. c++连通区域标记

    0下载:
  2. 用C++编写的用于标记连通区域的程序
  3. 所属分类:源码下载

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

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

    • 发布日期:2024-05-14
    • 文件大小:112640
    • 提供者:黄斌
  1. 二值图像连通区域的标记

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

    • 发布日期:2024-05-14
    • 文件大小:178176
    • 提供者:李林
  1. 图像连通区域标记

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

    • 发布日期:2024-05-14
    • 文件大小:209920
    • 提供者:鲍占阔
  1. labe_forOpencv

    0下载:
  2. 连通区域标记程序,本程序使用了opencv中图像数据结构:IplImage。算法原理:首先进行第一次扫描,标记连通区域;然后对等价标记进行合并;最后进行第二次扫描,对等价标记进行重新标记。-regional connectivity marking procedures, the procedures for the use of the OpenCV Image data structure : IplImage. Algorithm
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-14
    • 文件大小:1024
    • 提供者:canny06
  1. connected

    0下载:
  2. 图像像素标记法示例。在打开示例图片后,运行程序可以计算连通区域。-image pixel labeling practices. Photo opened example, operational procedures can be calculated regional connectivity.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-14
    • 文件大小:104448
    • 提供者:黄海凌
  1. 596316011520072152012179910479

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

    • 发布日期:2024-05-14
    • 文件大小:114688
    • 提供者:billjie
  1. watershed(VC++)

    1下载:
  2. 分水岭算法VC源代码和详细说明:梯度图像、标记图像的预处理,连通区域的标定,最后找到分水岭。详细说明梯度图像,标定图像,输出图像的初始化,绝对可用。-watershed algorithm source code and detailed descr iption : gradient image, marking image preprocessing, Calibration of regional connectivity, fi
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-14
    • 文件大小:20480
    • 提供者:林楚
  1. imagelabel

    0下载:
  2. 在二值图像中,相互联结的黑像素的集合成为一个(黑)区域。本程序通过对图像内每个区域进行标记操作,求得区域的数目。 采用8连通判别算法。 从左到右,从上到下,依次检测每个像素,如果发现某像素点像素值为0,则依次检测该点的右上、正上、左上及左前点共四个点的像素值,判断他们的连通性。-value of the two images, mutual association of black pixels set to becom
  3. 所属分类:2D图形编程

    • 发布日期:2024-05-14
    • 文件大小:1024
    • 提供者:
  1. ContourMark

    0下载:
  2. VC6环境下的二值图像的连通域标记程序,程序中中文注释详细-VC6 environment connectivity binary image labeling procedures, the procedures detailed in the Chinese Notes
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-14
    • 文件大小:62464
    • 提供者:
  1. lable_parallel

    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
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-14
    • 文件大小:2048
    • 提供者:zhangjing
  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. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-14
    • 文件大小:76800
    • 提供者:陈亮
  1. liantongquyu

    0下载:
  2. 利用VC++实现的人连通区域标记算法,测试并通过。-Using VC++ implementation of people connected region labeling algorithm, test and passed.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-14
    • 文件大小:13830144
    • 提供者:蜻蜓
  1. connectedlab

    0下载:
  2. 连通区域标记算法,包括区域增长法、线标记和像素标记以及各种综合的算法!-Connected region labeling algorithms, including region-growing, line marking and pixel tags and a variety of synthesis algorithms!
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-14
    • 文件大小:2661376
    • 提供者:蔡锋
  1. achieveconnectedcomponentlabeling

    0下载:
  2. 用VC++实现图像连通区域标记-Image using VC++ to achieve connected component labeling
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-14
    • 文件大小:491520
    • 提供者:方云
  1. opencv标记法实现连通区域 (1)

    0下载:
  2. 采用连通区域算法,实现目标区域的连通标记,有利于目标的分割(The connected domain algorithm, to achieve connectivity marking the target region, is conducive to the target segmentation)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-14
    • 文件大小:1024
    • 提供者:码能
« 12 3 4 »

源码中国 www.ymcn.org