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

搜索资源列表

  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. 识别物体modify

    0下载:
  2. 统计灰度图象二值化后不连通区域的像素树木和中心位置-statistical gray image after two values not connected region trees and the pixel center
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:1060109
    • 提供者:翁武兴
  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. flood_hls

    0下载:
  2. 此代码实现了连通区域的标记。利用OpenCV开发环境完成。-This code implements the connected region of the tag. Complete development environment using OpenCV.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-13
    • 文件大小:3389685
    • 提供者:任雪菲
  1. image-liantong

    1下载:
  2. C#图像连通区域算法,速度快准确度高,方便C#开发人员使用-C# image connected region algorithm, fast high accuracy, easy to use C# developers
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-31
    • 文件大小:56773
    • 提供者:cuc
  1. segment.tar

    0下载:
  2. 对二值图像进行连通域标记,然后根据面积,周长等特征进行分割。-labeling the connected region in a binary image, and then segment it by terms of area and border pixels.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-24
    • 文件大小:132766
    • 提供者:Haojie Wang
  1. connect

    0下载:
  2. 图像处理程序,求图像的最大连通区域,显示一秒看一下结果-Find the largest connected region of image
  3. 所属分类:Special Effects

    • 发布日期:2017-04-13
    • 文件大小:1595
    • 提供者:killer
  1. aaa

    0下载:
  2. 一种实时高速的八连通区域填充算法,用于连通区域的参考学习-A real-time high-speed eight-connected region filling algorithm for the connectivity of regional reference learning
  3. 所属分类:Project Design

    • 发布日期:2017-04-17
    • 文件大小:258094
    • 提供者:zhaow666
  1. ScanLineSeedFill

    0下载:
  2. 4连通内点定义区域的scan line seed fill algorithm-4-connected region interior-point definition of scan line seed fill algorithm
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-12
    • 文件大小:1398
    • 提供者:章礼平
  1. max_area

    0下载:
  2. 二值化图像,求最大连通区域,然后分割最大连通区域,用opencv开发-Binary image, and the largest regional connectivity, and then split the largest connected region, with the development of opencv
  3. 所属分类:Graph program

    • 发布日期:2017-04-09
    • 文件大小:1718929
    • 提供者:chen
  1. liantongquyu

    0下载:
  2. 利用VC++实现的人连通区域标记算法,测试并通过。-Using VC++ implementation of people connected region labeling algorithm, test and passed.
  3. 所属分类:Special Effects

    • 发布日期:2017-06-01
    • 文件大小:13830102
    • 提供者:蜻蜓
  1. connectedlab

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

    • 发布日期:2017-05-11
    • 文件大小:2661478
    • 提供者:蔡锋
  1. Seed_FillGraph

    0下载:
  2. 利用“橡皮筋”画线画出任意的多边形,然后根据四连通的区域填充算法,将其填充完整 画线:用鼠标左键在屏幕上单击一点,然后拖动鼠标到你想要到的位置再单击,以此类推,最后一点双击,将其与第一点连接起来形成一个封闭的多边形。 选取种子填充:用鼠标右键点击获取种子点,然后进行填充; 颜色:调取系统自带的调色板选取要填充的颜色 -Use of "rubber band" drawing a line to draw an arbitrary polygon, and then 4-conne
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:1594941
    • 提供者:程元森
  1. MATLAB

    0下载:
  2. 功能:在彩色图片上令肤色区域为白色,其余为黑色,并用矩形将各连通区域标志出来,用matlab实现-Function: to make color in the color picture on the white area, the rest is black, and will each connected region with a rectangular logo out to achieve with matlab
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:989
    • 提供者:刘津
  1. splitmerge

    0下载:
  2. SPLITMERGE Segment an image using a split-and-merge algorithm. G = SPLITMERGE(F, MINDIM, @PREDICATE) segments image F by using a split-and-merge approach based on quadtree decomposition. MINDIM (a positive integer power of 2) specifies t
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-27
    • 文件大小:2001
    • 提供者:dilir
  1. BlobAnalysis

    0下载:
  2. 运用Blob点分析算法,可以提取图像上的连通区域信息,用于缺陷检测-Blob point analysis algorithm can be used to extract the information of connected region in the image, for defect detection.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:1722
    • 提供者: 占涛
  1. Graphics

    0下载:
  2. 一个集成的图形界面的程序,可调用每一次作业子程序。一、调用画点的函数,用DDA、中点算法画直线和中点算法画圆和椭圆。二、多边形扫描转换算法和区域填充算法实现(扫描线算法为必做,基于求余运算的边缘填充和边标志算法为任选;基于种子的区域填充采用4连通区域的递归种子填充算法,或扫描线种子填充算法,要求种子点(x,y)可交互输入)。三、线段裁剪和多边形裁剪算法的动画演示实现。(两种线段裁剪算法和H-S多边形逐边裁剪算法)多边形裁剪算法的动画演示要求先画出一个封闭的多边形,再画矩形的裁剪窗口,然后选择裁剪
  3. 所属分类:Special Effects

    • 发布日期:2017-06-03
    • 文件大小:15465493
    • 提供者:Peng
  1. Connected-component-labelling-by-an-Iterative-alg

    0下载:
  2. Connected component labeling by an Iterative algorithm used for labeling image pixel.It will divide the region according to pixel value.
  3. 所属分类:matlab

    • 发布日期:2017-03-23
    • 文件大小:10681
    • 提供者:Manish
  1. Connected-region

    0下载:
  2. 图像处理,基于利用数字形态学数连通区的方式判断图像信息(数图中有几个瓶子),matlab,确保可用-Image processing, based on the use of digital morphology of the number of connected components of the image to determine the image information (a few bottles in the number), MATLAB, to ensure that the
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-30
    • 文件大小:16521
    • 提供者:许平
  1. Four-connected-to-fill

    0下载:
  2. 如果从区域中的一个像素出发,经连续地向上,下,左,右四个相邻像素的移动,就可以到达区域内的另一个任意像素,就称区域是四连通的。从而实现四连通填充。-If a pixel region of the continuously up, down, left, right of the four adjacent pixels mobile, you can reach the region of another arbitrary pixel, is four connected region.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-06
    • 文件大小:931250
    • 提供者:王丹
« 12 3 4 5 »
搜珍网 www.dssz.com