搜索资源列表

  1. 彩色分割后8连通处理

    0下载:
  2. 彩色分割后8连通处理,给出了彩色图像的一种聚类算法-after eight color segmentation connectivity, a color image is a clustering algorithm
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:1222
    • 提供者:郭武
  1. 8连通

    1下载:
  2. 计算8连通区数量 利用深度优先遍历,并对同一8连通区进行标记,当遇到不属于同一连通区且灰度符合要求的则计数加1,分别考察一个点周围的八个点。-8 COMPONENTS calculated using the number of depth-first traversal, and the same eight areas marked connectivity, when they do not belong to the sam
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:118523
    • 提供者:陈新
  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. 线段编码区域连通法源码,自己写的,有问题可问341661392
  3. 所属分类:Windows编程

  1. 区域连通算法

    0下载:
  2. 利用种子点生长 实现二值图像的区域连通
  3. 所属分类:图形图象

    • 发布日期:2009-05-24
    • 文件大小:105405
    • 提供者:keldon
  1. 连通区域标记

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

    • 发布日期:2010-11-19
    • 文件大小:178044
    • 提供者:huzhiyuan
  1. 连通域标识(8邻域)

    0下载:
  2. 连通域标识(8邻域),同时计算连通域的面积和周长
  3. 所属分类:源码下载

    • 发布日期:2011-05-17
    • 文件大小:1270968
    • 提供者:luwinman
  1. 区域连通标记轮廓跟踪算法

    0下载:
  2. 区域连通标记轮廓跟踪算法
  3. 所属分类:2D图形编程

  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-10
    • 文件大小:112640
    • 提供者:黄斌
  1. polygone

    0下载:
  2. 此程序用来画多边形,并用进行区域填充(内点为4连通区域的递归填充算法)-the procedure used to draw polygons, and filled with regional (within four points of connectivity in the region filled recursive algorithm)
  3. 所属分类:2D图形编程

    • 发布日期:2024-05-10
    • 文件大小:4096
    • 提供者:陈怜珍
  1. sgraph

    0下载:
  2. 数据结构中的求强连通分量的源程序,用vc6.0来编写-data structure for the strongly connected component of the source used to prepare vc6.0
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-10
    • 文件大小:1024
    • 提供者:叶芦芦
  1. 数据结构的一些较难题答案

    0下载:
  2. 有许多是考研要用的!三路归并算法,快速排序的非递归算法,无向连通图的非递归的深度优先遍历等,,希望大家用得着-many are taking tests to use! Three road merging algorithm, rapid sequencing of non- recursive algorithm, undirected graph of the non- recursive depth-first traversa
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-10
    • 文件大小:6144
    • 提供者:马号
  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-10
    • 文件大小:178176
    • 提供者:李林
  1. 连通成份分析

    0下载:
  2. Computes "Connected Components" using Tarjan s Union-Find algorithm the result is returned in the same buffer as gray_level image with values equal to the label of the component.
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-05-10
    • 文件大小:3072
    • 提供者:周平
  1. 8连通

    0下载:
  2. 计算8连通区数量 利用深度优先遍历,并对同一8连通区进行标记,当遇到不属于同一连通区且灰度符合要求的则计数加1,分别考察一个点周围的八个点。-8 COMPONENTS calculated using the number of depth-first traversal, and the same eight areas marked connectivity, when they do not belong to the sam
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-10
    • 文件大小:137216
    • 提供者:陈新
  1. 图像连通区域标记

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

    • 发布日期:2024-05-10
    • 文件大小:209920
    • 提供者:鲍占阔
  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-10
    • 文件大小:1024
    • 提供者:码能
« 12 3 4 5 6 7 8 9 10 ... 50 »

源码中国 www.ymcn.org