CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 彩色图像分割 matlab

搜索资源列表

  1. 彩色图像分割

    6下载:
  2. matlab 源码 彩色图像的分割 效果很好
  3. 所属分类:图形图像处理(光照,映射..)

  1. localized_seg.zip

    0下载:
  2. 基于水平集的彩色图像分割matlab实现算法(包括源码、测试图像),Based on the level set for color image segmentation algorithm matlab (including source code, test images)
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-27
    • 文件大小:99366
    • 提供者:mei hongyan
  1. mean shift 彩色图像分割经典算法

    0下载:
  2. mean shift 彩色图像分割经典算法--VC,mean shift color image segmentation--VC
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2017-03-22
    • 文件大小:61985
    • 提供者:孙国民
  1. goodidea

    2下载:
  2. 基于Lab空间的彩色图像分割(一种很好很简单的方法 值得所有人学习-Lab-based color image segmentation of space (a good easy way) worth to learn for everyone
  3. 所属分类:matlab

    • 发布日期:2017-05-12
    • 文件大小:2797242
    • 提供者:杨慧亮
  1. 区域生长法分割彩色图像

    3下载:
  2. 采用区域生长方法分割彩色图像。用matlab编写的源程序。先用鼠标获取生长点,程序完成自动分割。
  3. 所属分类:matlab例程

  1. Wallpapers-based-on-mean-shift

    3下载:
  2. 本程序首先把图像由RGB空间转到HSI空间,然后利用彩色图像分割策略以及meanshift算法对图像进行分割最后加入边界合成。其中‘keyprogram.m’文件为主程序,‘meanshift.m’文件为调用函数,实现数据的聚类分割。-The program first the image from the RGB space to HSI space and then using color image segmentation strategy and meanshift image seg
  3. 所属分类:Graph program

    • 发布日期:2016-04-25
    • 文件大小:161792
    • 提供者:刘常云
  1. RGBImageSegment

    1下载:
  2. 一个高效的matlab彩色图像分割软件,-An efficient color image segmentation matlab software
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:85992
    • 提供者:黄以君
  1. HillClimbingSegment.1.0

    1下载:
  2. 程序实现Matlab下爬山法(hill-climbing)方法,用于彩色图像分割。-mage is first converted to CIE lab color space and the 3d color histogram is generated. Hill-climbing algorithm is used to find the local maximums in lab histogram, which is used to automatically decide the c
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:85952
    • 提供者:steven
  1. cseg

    1下载:
  2. MATLAB基于贝叶斯的RGB的彩色图像分割-MATLAB Based on Bayesian Color Image Segmentation in RGB
  3. 所属分类:Graph program

    • 发布日期:2017-03-29
    • 文件大小:405307
    • 提供者:赵宇
  1. segmentation

    3下载:
  2. 基于边缘检测和区域生长的自然彩色图像分割源码-Based on edge detection and region growing source of natural color image segmentation
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2014-03-28
    • 文件大小:262260
    • 提供者:小馨
  1. my_regioncoordinates.mat

    0下载:
  2. 彩色图像分割处理源码,使用MATLAB编写。主要用于彩色图像的截取。-Color image segmentation source code, written using MATLAB. Mainly used in color image of the interception.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:3153
    • 提供者:wangxinyong
  1. chengxu

    1下载:
  2. matlab图像分割的实例,包括基于L*a*b空间的彩色图像分割,检测汽车目标,分水岭分割等程序源代码-matlab examples of segmentation, including those based on L* a* b color space, image segmentation, target detection vehicles, watershed segmentation source code
  3. 所属分类:Special Effects

    • 发布日期:2017-05-09
    • 文件大小:2422510
    • 提供者:梁玉梅
  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. ex_17_1

    0下载:
  2. 基于L*a*b*空间的彩色图像分割Matlab程序-Based on L* a* b* color space, image segmentation Matlab program
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:1172
    • 提供者:耿鑫
  1. useful

    0下载:
  2. 很有用的彩色图像分割方法,经本人实验,绝对可靠-Very useful for color image segmentation method, by my experiment, absolutely reliable
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:32118
    • 提供者:Winfield
  1. clusterImg

    2下载:
  2. 彩色图像分割,灰常不错。This function implements kmeans clustering on an input RGB (m x n x 3) image. The user inputs at least two inputs: IMGIN and NCLUSTERS, and this function will step through an interactive color segmentation using kmeans clustering. It
  3. 所属分类:Special Effects

    • 发布日期:2016-04-18
    • 文件大小:9216
    • 提供者:zhuweina
  1. Kmeans-MATLAB

    3下载:
  2. 该代码能够实现K均值聚类算法对彩色图像分割,在MATLAB下实现。-The code can achieve K means clustering algorithm to color image segmentation, in MATLAB to achieve.
  3. 所属分类:Special Effects

    • 发布日期:2016-04-18
    • 文件大小:1024
    • 提供者:牛少敏
  1. DIP-toolbox-matlab

    1下载:
  2. 数字图像处理matlab工具箱,包含彩色图像分割,RGB分量提取等基本源程序-Digital image processing toolbox matlab
  3. 所属分类:Special Effects

    • 发布日期:2017-03-25
    • 文件大小:37859
    • 提供者:
  1. meanshift彩色图像分割

    0下载:
  2. 采用meanshift法对彩色图像进行分割,主函数为Meanshift(Meanshift method is used to segment the color image, and the main function is Meanshift)
  3. 所属分类:其他

    • 发布日期:2017-12-20
    • 文件大小:4096
    • 提供者:Moyuwu
  1. SVM图像分割matlab

    2下载:
  2. 基于svm支持向量机的实现彩色图像分割,代码可以实现训练集上的(SVM - based color image segmentation)
  3. 所属分类:图形图像处理

    • 发布日期:2019-10-25
    • 文件大小:550912
    • 提供者:joanne555
« 12 3 4 5 6 7 »
搜珍网 www.dssz.com