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

搜索资源列表

  1. OpenCV种子填充实现彩色图像分割的代码

    2下载:
  2. OpenCV种子填充实现彩色图像分割的代码,利用intel图形处理库opencv,采用改进的种子算法,实现对彩色图像的分割。-OpenCV seed filling color image segmentation code, using Intel OpenCV graphics library, the adoption of improved seed algorithm to achieve the right color image segmentation.
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:1928
    • 提供者:陈其星
  1. SeedGrow.rar

    1下载:
  2. 实现遥感图像的自动区域生长,无需选择种子点,实现图像的自动区域分割。,Remote sensing imagery to achieve an automatic region growing, the need to choose the seed point, automatic image segmentation.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-27
    • 文件大小:62813
    • 提供者:黄天
  1. Automatic-segmentation

    1下载:
  2. 在最优阈值分割的基础上,用自动区域生长去除气管/支气管区域,对边界跟踪法进行改进以快速 去除背景干扰和获得肺部边界,最后进行肺部边界修补得到完整的肺部图像。算法采用迭代法寻找最 优阈值解决了阈值选取的敏感性问题,提出了基于前层图像中气管/支气管位置的气管/支气管提取方 法,避免了种子点的人工选取,基于前次搜索方向改进了八邻域搜索方法来提高边界跟踪的速度。 -In the optimal threshold segmentation based on region growing
  3. 所属分类:Special Effects

    • 发布日期:2017-03-26
    • 文件大小:379822
    • 提供者:fuky
  1. seed

    0下载:
  2. 一种图像分割算法—像素聚类区域成长法 此法从一个种子像素开始,通过如平均灰度、组织纹理及色彩等性质的判断,将具类似性质的像素纳入所考虑区域。-An image segmentation algorithm- clustering pixels regional growth law this method started from a seed pixel, through, such as average gray, organizations such as texture and co
  3. 所属分类:Special Effects

    • 发布日期:2017-03-25
    • 文件大小:8278
    • 提供者:施云涛
  1. 2005527163923

    0下载:
  2. 是一部分采用VC进行图像处理的源代码,其中包括图像复原,图像分割,种子填充,轮廓提取与边缘跟踪。-Is part of image processing using VC source code, including image restoration, image segmentation, seed filling, contour extraction and edge tracking.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-15
    • 文件大小:1287014
    • 提供者:马莹莹
  1. seg_oneseed

    0下载:
  2. 单种子点区域生长图像分割算法:基本处理方法是 以一组种子点开始来行程生长区域,即将哪些预定义属性类似于种子的邻域像素附加到每个种子上-Single seed point region growing image segmentation algorithms: the basic processing method is based on a set of seed points, started to trip the growth region, which is about predefi
  3. 所属分类:Special Effects

    • 发布日期:2017-03-26
    • 文件大小:1204
    • 提供者:tory
  1. dip2

    0下载:
  2. 区域生长法进行图像分割的c++程序,以一个种子点进行区域生长-Region growing method of image segmentation c++ Procedures to a seed point for regional growth
  3. 所属分类:Special Effects

    • 发布日期:2017-05-14
    • 文件大小:55180
    • 提供者:葛秘蕾
  1. Seed

    0下载:
  2. 实现了二维图像的种子填充算法,该算法可以用来被用来实现脑图像的交互式分割-Using vc++ implementation of the two-dimensional image of the seed filling algorithm, which can be used be used to achieve interactive segmentation of brain images
  3. 所属分类:Special Effects

    • 发布日期:2017-04-26
    • 文件大小:100352
    • 提供者:张三
  1. clusterImg

    0下载:
  2. image cluster is formed by using the seed points so called it is a image segmentation-image cluster is formed by using the seed points so called it is a image segmentation
  3. 所属分类:Communication

    • 发布日期:2017-03-31
    • 文件大小:5002
    • 提供者:shra
  1. main

    3下载:
  2. 基于分水岭自动选取种子的区域生长来进行彩色图像分割-Automatically selected based on the watershed to the seed region growing for color image segmentation
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2014-03-11
    • 文件大小:5247
    • 提供者:Image
  1. zhongzi

    2下载:
  2. 采用种子区域生长(seeded region growing)算法对灰度图像和彩色图像进行分割-The seed region growing (seeded region growing) algorithm for gray image and color image segmentation
  3. 所属分类:Special Effects

    • 发布日期:2017-03-23
    • 文件大小:600409
    • 提供者:jiang
  1. SeedRegionGr

    0下载:
  2. 在VC++环境下采用种子生长法对图像进行分割,自己编写的,可供大家参考-In VC++ environment using the seed growth method of image segmentation, their preparation, for your reference
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:2045
    • 提供者:Pierce
  1. regiongrow

    0下载:
  2. 以区域生长法进行纹理图像的分割,其中,种子点的数目为十个,可以自己设定种子数目-Region growing method to texture image segmentation, in which the number of seed points for the ten, the number of seeds can be set
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:857
    • 提供者:李风
  1. OpenCVseedfillingcol

    0下载:
  2. 采用种子填充实现彩色图像分割,在处理库opencv下,采用改进的种子算法,实现对彩色图像的分割,程序中指包括代码部分-OpenCV seed filling to achieve color image segmentation code, the use of intel graphics library opencv, the use of improved seeds algorithm, to achieve color image segmentation
  3. 所属分类:OpenCV

    • 发布日期:2017-04-13
    • 文件大小:1685
    • 提供者:wddben
  1. SeededRegiongrowing

    0下载:
  2. 一种基于种子生长法的运动目标检测,以及图像分割技术研究与实现-Seed growth method based on the moving target detection and image segmentation technology research and implementation
  3. 所属分类:Special Effects

    • 发布日期:2017-05-02
    • 文件大小:988168
    • 提供者:董瑞
  1. Seeding

    0下载:
  2. 图像分割技术的中种子生长方法的研究,以及实验结果-Image segmentation techniques in seed growing method of research, and experimental results
  3. 所属分类:Special Effects

    • 发布日期:2017-05-04
    • 文件大小:1101910
    • 提供者:董瑞
  1. image-segmentation-

    0下载:
  2. 该资料为基于OpenCV的种子填充实现彩色图像分割的代码实现。-The data is based on OpenCV seed filling color image segmentation code implementation.
  3. 所属分类:OpenCV

    • 发布日期:2017-11-10
    • 文件大小:1670
    • 提供者:王自溟
  1. image-segmentation

    0下载:
  2. 基于自动种子选择的区域生长法,克服了传统区域法的很多缺点-Region growing method based on automatic seed selection, to overcome the many shortcomings of the traditional regional law
  3. 所属分类:Special Effects

    • 发布日期:2017-11-19
    • 文件大小:4941419
    • 提供者:张山
  1. Segmentation

    0下载:
  2. 区域生长算法被证实是一个有效的图像分割方法。区域生长的基本方法是从被分割对象 里作为种子区域(通常是一个或多个像素)的一个区域开始,在种子区域的相邻像素寻找与种 子像素有相同或相似性质的像素,并将这些像素合并到种子像素所在的区域中。将这些新像 素当作新的种子区域继续进行上述过程。区域生长算法主要取决于用来选择确定为种子区域 像素的标准、用来确定相邻像素的连通性类型和用来访问相邻像素的策略。-Region growing algorithms have proven to be a
  3. 所属分类:Graph program

    • 发布日期:2017-03-27
    • 文件大小:4813
    • 提供者:张涛
  1. image-segmentation

    0下载:
  2. visualc++ 编写的图像分割程序,包含阈值分割,种子填充,区域生长等算法。-Visualc++ Prepared image segmentation program, including thresholding, seed filling, regional growth algorithm.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-07
    • 文件大小:1056171
    • 提供者:陈夕
« 12 3 »
搜珍网 www.dssz.com