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

搜索资源列表

  1. InteractiveImageSegmentationbasedonMergingRegion.r

    0下载:
  2. 基于区域融合的半监督的图像分割算法。首先在背景和前景手动设置初始分割标记,在迭代过程中不断通过区域融合操作获得最大相似度的区域,从而实现目标分割。-Regional integration based on semi-supervised image segmentation. First of all, in the background and foreground segmentation manually set the initial marking, in the iteration
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:840666
    • 提供者:史思琦
  1. brain_tumor_fcm

    0下载:
  2. In this project ,we propose a color based segmentation method that uses the c means clustering technique to track tumor objects in magnetic resonance (MR) brain images. The key concept in this color based segmentation algorithm with k means means to
  3. 所属分类:Project Design

    • 发布日期:2016-10-04
    • 文件大小:2409
    • 提供者:pramod
  1. regiongrowing

    0下载:
  2. 这是个关于图像区域增长分割算法的源程序,在matlab上实现-This is a region growing image segmentation algorithm on the source, to achieve in matlab
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:38867
    • 提供者:yiweibo
  1. LBF_v0_v0.1

    0下载:
  2. 图像分割,Minimization of Region-Scalable Fitting Energy for Image Segmentation-LBF_v0.1: This code implements an improved algorithm slightly modified from the original LBF model in the above paper. A desirable advantage of this improved version o
  3. 所属分类:Graph program

    • 发布日期:2017-03-26
    • 文件大小:398545
    • 提供者:孙文方
  1. split_merge

    0下载:
  2. 通过区域分裂和合并对图像区域完成分裂合并的算法-Through the regional division and the completion of the merger on the image region splitting and merging algorithm
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:1084
    • 提供者:方旭
  1. D_regionGrow

    0下载:
  2. 用区域增长算法来进行图像分割,图像二值化,是很好的分割算法-With the region growing algorithm for image segmentation, image binarization, is a very good segmentation
  3. 所属分类:Graph program

    • 发布日期:2017-03-28
    • 文件大小:675
    • 提供者:linda
  1. Interactive_Image_Segmentation_by_Maximal_Similari

    0下载:
  2. 实现了区域合并的图像分割的经典方法,是Interactive Image Segmentation by Maximal Similarity based Region Merging 论文的源码,可以好好研究-Regional integration to achieve the classic method of image segmentation is the Interactive Image Segmentation by Maximal Similarity based Regio
  3. 所属分类:Graph program

    • 发布日期:2017-04-09
    • 文件大小:2678057
    • 提供者:syjsyj
  1. Image_Segmentation_Active_Coutour_Local_Binary_Fit

    0下载:
  2. 李纯明最新实现的局部活动轮廓模型的图像分割,比CV模型方法好很多。包含所实现的论文Minimization of Region-Scalable Fitting Energy for Image Segmentation-Li Chunming latest realization of the local active contour model for image segmentation, much better than the CV model approach. The paper
  3. 所属分类:Graph program

    • 发布日期:2017-05-13
    • 文件大小:3272738
    • 提供者:syjsyj
  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. rennian

    0下载:
  2. 一种基于肤色分割、区域分析和模板分布的彩色图像人脸检测算法.首先对输入的彩色图像利用混合高斯模型和亮度模型进行分割,然后根据人脸五官的结构特征对得到的区域进一步分析处理,获得所有可能的候选人脸.接着构造了一种基于双眼和人脸模板的概率模型并利用其对候选人脸进行最终检测.-Based on skin color segmentation, regional analysis and the template in color images of face detection algorithm. F
  3. 所属分类:Document

    • 发布日期:2017-05-02
    • 文件大小:587151
    • 提供者:麦高
  1. fusehand

    0下载:
  2. 手形识别中采用肤色分割的算法,进行手形区域的提取,输出手形区域。-Hand-shape recognition algorithm using color segmentation, hand-shaped region extraction, hand-shaped area of the output
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:959
    • 提供者:liyan
  1. amethodforimagefusion

    0下载:
  2. 文中的方法是把图像分块,小波分解得到低频分量、高频分量,然后计算每一块的对比度,把图像块划分为清晰块、模糊块,把清晰块和模糊块相邻的区域定义为边界区域,融合时,直接选取清晰块作为融合后的相应块,对于边界区域,在小波分解的基础上采用基于对比度的像素选取的方法进行处理。-Paper, the method is to image segmentation, wavelet decomposition are low frequency, high frequency components, then
  3. 所属分类:Document

    • 发布日期:2017-04-02
    • 文件大小:339414
    • 提供者:许国柱
  1. Bone

    0下载:
  2. a variational region based image segmentation using matlab. efficient and simple
  3. 所属分类:matlab

    • 发布日期:2017-04-16
    • 文件大小:61235
    • 提供者:reza
  1. imagesegmentation

    3下载:
  2. 压缩文件里有四种图像分割的算法源代码,即阈值法、区域增长法、分裂合并法和K均值法。图片可用于检验。-The rar folder includes four source code of image segmentation,ie.thresholding, region growing, splitting and merging, kmeans. The images are able to be used for evaluation and verification.
  3. 所属分类:Special Effects

    • 发布日期:2014-05-05
    • 文件大小:156672
    • 提供者:杨岩
  1. regiongrowing

    0下载:
  2. 用MATLAB实现的基于区域生长算法的图像分割-Implemented using MATLAB-based region growing algorithm for image segmentation
  3. 所属分类:Special Effects

    • 发布日期:2017-03-25
    • 文件大小:1822
    • 提供者:xiaobai
  1. tuxiangfengeyanjiu

    0下载:
  2. 本文主要介绍了图像分割的两大类方法基于边缘的分割方法和基于区域的分割方法及其各自存在的问题和最新进展同时简单介绍了物理的分割方法和图像分割评价最后指出了图像分割技术的发展趋势-In this paper, two types of image segmentation method segmentation method based on the edge of the region-based segmentation method and their respective problems
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:77986
    • 提供者:xiliao
  1. diedaifa

    0下载:
  2. 这个程序是用MATLAB编的,是用迭代法实现图像的分割,得到感兴趣区域。-This program is retained by MATLAB,and it uses Iterative method to implement image segmentation and obtain the region of interest。
  3. 所属分类:matlab

    • 发布日期:2017-03-25
    • 文件大小:898
    • 提供者:ying
  1. regiongrowth

    0下载:
  2. region, segmentation
  3. 所属分类:OpenCV

    • 发布日期:2017-04-03
    • 文件大小:1603
    • 提供者:Rebeka
  1. interactiveimagesegmentation

    0下载:
  2. 选取读入一份彩色图像,在运行Untitled.m程序时:先用鼠标交互的选取一个颜色区域作为你要与其他色彩分割的目标,,鼠标选取好后,按ENTER健后出现进行分割出现结果。 -Select a color image read in the run Untitled.m program: the first interaction with the mouse, select a color region as the color you want to split with other go
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:2568
    • 提供者:何海洋
  1. FUZABEIJINGHONGWAITUXIANGTEZHENGTIQU

    0下载:
  2. 本文的内容是基于红外图像的特征提取,在基于个数判断噪声的中值滤波器进行平滑处理的基础上,提出了一种改进的过渡区 提取方法,并将该方法应用于对比度低、宽谷直方图的复杂背景红外图像的分割。Matlab仿真 实验表明,该方法减少了图像分割的运算量,并能将具有复杂背景的红外图像目标分割得较 好。-This content is based on the infrared image feature extraction, the number of judgments based on th
  3. 所属分类:Project Design

    • 发布日期:2017-04-02
    • 文件大小:279952
    • 提供者:邢春
« 1 2 3 4 56 7 8 9 10 ... 28 »
搜珍网 www.dssz.com