CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - 区域生长

搜索资源列表

  1. byp

    0下载:
  2. 用VC++编的一个程序,包括区域生长、灰度化、放大缩小等功能-VC a series of procedures, including regional growth, Gray, zooming function
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:506301
    • 提供者:白云鹏
  1. morphologicalmethod

    1下载:
  2. 数学形态学腐蚀膨胀运算的快速算法,包括区域生长实例,线段表应用,线段表法腐蚀膨胀,形状保真膨胀,确定分割点位置,
  3. 所属分类:GDI/图象编程

    • 发布日期:2014-01-16
    • 文件大小:1879881
    • 提供者:panhailang
  1. 区域生长 边缘检测

    2下载:
  2. 关于图像处理 区域生长和边缘检测的,matlab代码,希望对大家有帮助.
  3. 所属分类:Windows编程

  1. 区域生长图分割

    0下载:
  2. This algorithm is presented as an alternative to graph-cuts. The operation is very simple, and can be thought of with a biological metaphor: Imagine each image pixel is a “cell” of a certain type. These cells can be foreground, background, undefined,
  3. 所属分类:GDI/图象编程

    • 发布日期:2012-04-26
    • 文件大小:2230
    • 提供者:lsx1980
  1. region_growing

    4下载:
  2. 新的区域生长算法,自动选择种子点,保证别人没有上传过-very good image segtation
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-17
    • 文件大小:56002
    • 提供者:
  1. vcimageprocessing

    0下载:
  2. 数字图像处理VC平台 比较全面 基本常用的图像处理算法都有比如腐蚀 区域生长等 对于图像接口以及图像处理初学者来说很有帮助-VC platform for digital image processing more comprehensive basic image processing algorithms are commonly used in corrosion region growing, etc. For example, the image interface and image
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-17
    • 文件大小:4998481
    • 提供者:chengpin
  1. GUI_sanweikeshihua

    1下载:
  2. 该程序为gui程序,程序中很多菜单可以实现三维体可视化,区域生长算法进行图像分割以及栅状图三维可视化,界面很好!-The program for the gui program, the program, many of the menu can be achieved visualization of three-dimensional body, region growing algorithm for image segmentation and visualization of thre
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:246875
    • 提供者:成林
  1. Harris

    0下载:
  2. 区域生长算法,能够提供比较完美的区域生长结果!-Region growing algorithm, can provide the results of region growing more perfect!
  3. 所属分类:Other systems

    • 发布日期:2017-05-17
    • 文件大小:4712550
    • 提供者:yuchao
  1. Gddivisionr

    0下载:
  2. 图形分割,cannyy算子的区域生长阈值分割 -The region growing graph partitioning, cannyy operator threshold segmentation
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-27
    • 文件大小:79219
    • 提供者:lxiao
  1. RegionGrow

    0下载:
  2. 图像分割中区域生长算法的源码,下载时注意修改所需参数-Image segmentation region growing algorithm source code, download, modify the parameters required attention
  3. 所属分类:Other systems

    • 发布日期:2017-11-29
    • 文件大小:873
    • 提供者:洪容容
  1. AreaSelect.C

    0下载:
  2. 用C语言实现区域增长,区域生长是一种很重要的图像分割方法。它是指从某个像素出发,比较相邻接像素的特征向量(包括灰度、边缘、纹理等特征),在预先指定的准则下,若它们足够相似则作为同一区域合并,以此方式使相似特征的区域不断增长,最后形成分割图像。-Regional growth, regional growth is a very important image segmentation method using the C language. It refers to starting from
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-20
    • 文件大小:2351
    • 提供者:yangyang
  1. ConnectCopLabel

    0下载:
  2. 做一个简单的MFC界面,通过导入图片,实现区域生长算法,同时通过色彩标记区域。-Do a simple MFC interface, by importing images, region growing algorithm, at the same time through the color-coded regions.
  3. 所属分类:Dialog_Window

    • 发布日期:2017-11-29
    • 文件大小:146695
    • 提供者:long
  1. ImageCalculate

    0下载:
  2. 图像计算的MFC界面,通过对二值图像,使用区域生长算法,找到最大的区域,然后对该最大区域,找到相应的灰度图像,计算该区域面积,均值,方差,中心点。可简单修改使用-The image computing MFC interface area of ​ ​ the binary image using a region growing algorithm to find the largest area, then the largest area, find the corre
  3. 所属分类:Dialog_Window

    • 发布日期:2017-11-14
    • 文件大小:149398
    • 提供者:long
  1. deer

    0下载:
  2. Sobel算子实现图像区域生长的图像分割,该程序经本人验证可行,欢迎下载-Sobel operator to achieve the image region growing image segmentation, the program after I verified feasible, welcome to download
  3. 所属分类:Other systems

    • 发布日期:2017-11-24
    • 文件大小:1233
    • 提供者:张艳华
  1. RegionGrow

    1下载:
  2. matlab,区域生长算法,代码为算法函数,文本文档为调用示例,对matlab内置图像coins.png进行基于种子点的区域生长调用,图像生成时,用户用鼠标在其中选取一个种子点并按回车键,之后会出现分割效果。-matlab, region growing algorithm, code for arithmetic functions, the text document is called an example of matlab built-in image coins.png seed p
  3. 所属分类:Other systems

    • 发布日期:2017-11-30
    • 文件大小:11163
    • 提供者:李光
  1. Image-segmentatio

    0下载:
  2. 图像分割的两种有效方法,阈值分割和区域生长。其中,阈值分割适合目标区域与其背景在灰度特性上的差异比较大情况。另外,效果较好的区域生长法可以为大家提供参考-Two effective methods of image segmentation, thresholding and region growing. Among them, thresholding suitable target region and its background in grayscale characteristics
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:243812
    • 提供者:曹玲
  1. SGR_Autoseed

    0下载:
  2. 自动种子区域生长代码,用MATLAB运行,不必选择种子点 可以自动选择阈值 实现图像分割-Automatic seeded region growing code, using MATLAB operation, do not need to select seed points can be automatically selected threshold image segmentation
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:4513
    • 提供者:张昭男
  1. regiongrow.m

    0下载:
  2. 区域生长的matlab程序,可以有效实现(The matlab program of region growth can be realized effectively)
  3. 所属分类:其他

    • 发布日期:2017-12-26
    • 文件大小:1024
    • 提供者:jscjhj
  1. xiaobo

    0下载:
  2. 简单的小波变换,以及区域生长的代码,学习学习(The wavelet transform, and the code for the region growing)
  3. 所属分类:其他

    • 发布日期:2018-01-09
    • 文件大小:1024
    • 提供者:lzxiangxin
  1. 文件

    1下载:
  2. 这个例子是基于区域生长的肝影像分割系统,有详细的说明,可以直接运行(This example is a liver image segmentation system based on regional growth. It has detailed instructions and can be operated directly)
  3. 所属分类:其他

    • 发布日期:2020-06-23
    • 文件大小:3072
    • 提供者:nitaihao85
« 12 »
搜珍网 www.dssz.com