搜索资源列表
彩色图像分割
- matlab 源码 彩色图像的分割 效果很好
K_means_color_segmentation.rar
- 用k-means 做彩色图像分割,分类数可选,Using k-means to do color image segmentation, classification number of optional
mean shift 彩色图像分割经典算法
- mean shift 彩色图像分割经典算法--VC,mean shift color image segmentation--VC
Wallpapers-based-on-mean-shift
- 本程序首先把图像由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
imseg
- 利用EM算法进行的彩色图像分割,利用EM算法进行的彩色图像分割-The use of EM algorithm for color image segmentation
RGBImageSegment
- 一个高效的matlab彩色图像分割软件,-An efficient color image segmentation matlab software
juleiseg
- 基于matlab的彩色图像分割,利用k聚类算法-Matlab-based color image segmentation, clustering algorithm using k
HillClimbingSegment.1.0
- 程序实现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
colorimagek_means
- 自己根据K-MEANS思想在MATLAB下实现的彩色图像分割算法程序,用最普通的语句实现,通俗易懂。可以直接用于对彩色细胞图像的分割,分割结果比较准确,-K-MEANS in accordance with their own ideas in MATLAB to achieve color image segmentation algorithm based on the procedures used to achieve the most common statement, user-fr
cseg
- MATLAB基于贝叶斯的RGB的彩色图像分割-MATLAB Based on Bayesian Color Image Segmentation in RGB
segmentation
- 基于边缘检测和区域生长的自然彩色图像分割源码-Based on edge detection and region growing source of natural color image segmentation
my_regioncoordinates.mat
- 彩色图像分割处理源码,使用MATLAB编写。主要用于彩色图像的截取。-Color image segmentation source code, written using MATLAB. Mainly used in color image of the interception.
chengxu
- 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
main
- 基于分水岭自动选取种子的区域生长来进行彩色图像分割-Automatically selected based on the watershed to the seed region growing for color image segmentation
ex_17_1
- 基于L*a*b*空间的彩色图像分割Matlab程序-Based on L* a* b* color space, image segmentation Matlab program
useful
- 很有用的彩色图像分割方法,经本人实验,绝对可靠-Very useful for color image segmentation method, by my experiment, absolutely reliable
clusterImg
- 彩色图像分割,灰常不错。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
Kmeans-MATLAB
- 该代码能够实现K均值聚类算法对彩色图像分割,在MATLAB下实现。-The code can achieve K means clustering algorithm to color image segmentation, in MATLAB to achieve.
DIP-toolbox-matlab
- 数字图像处理matlab工具箱,包含彩色图像分割,RGB分量提取等基本源程序-Digital image processing toolbox matlab
SVM图像分割matlab
- 基于svm支持向量机的实现彩色图像分割,代码可以实现训练集上的(SVM - based color image segmentation)