资源简介
均值漂移算法的MATLAB代码,分割效果还是不错的。
代码片段和文件信息
function [clustCentdata2clustercluster2dataCell] = MeanShiftCluster(dataPtsbandWidthplotFlag);
%perform MeanShift Clustering of data using a flat kernel
%
% ---INPUT---
% dataPts - input data (numDim x numPts)
% bandWidth - is bandwidth parameter (scalar)
% plotFlag - display output if 2 or 3 D (logical)
% ---OUTPUT---
% clustCent - is locations of cluster centers (numDim x numClust)
% data2cluster - for every data point which cluster it belongs to (numPts)
% cluster2dataCell - for every cluster which points are in it (numClust)
%
% Bryan Feldman 02/24/06
% MeanShift first appears in
% K. Funkunaga and L.D. Hosteler “The Estimation of the Gradient of a
% Density Function with Applications in Pattern Recognition“
%*** C
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 5818 2015-07-26 16:29 MeanShift\MeanShiftCluster.m
文件 996 2006-02-26 14:53 MeanShift\testMeanShift.m
目录 0 2015-07-26 16:02 MeanShift
----------- --------- ---------- ----- ----
6814 3
相关资源
- meanshiftsegmentation 均值漂移图像分割测
- wavelet-matlab 基于小波变换的图像融合
- souce-code 数字图像处理与机器视觉(光
- icm_seg
- Adaptive_Filtering
- m.file 语音增强算法
- dongtai-shoushi-shibie-chengxu 动态手势识别
- ImageProcess_ToolBox
- Itti-Matlab Itti模型的显著图提取
- voice-conversion--MFCC-GMM 实现多个人的说
- text-classification matlab编写的文本分类的
- Matrix-Completion 低秩矩阵方面的实例
- histogram-equalization 直方图均衡化的几个
- 3-D-dwt 三维离散小波变换程序
- DeepLearnToolbox-master 深度学习工具箱的
- sparsecoding 稀疏编码在图像分类中的实
- LOF 局部离群点检测算法
- iterative_blind_deconvolution 实现了迭代盲
- EMD matlab实现EMD分解。完整的EMD分解程
- RGB_Criminisi Criminisi算法修复彩色图像
- CNN 经典的卷积神经网络MATLAB实现源码
- uncoordinated-charging
- deblur 本源码是关于图像盲去模糊的算
- gaosilvbo 高通高斯滤波
- MRFFeature
- metrix 几种全参考图像质量评价标准
- matlab-smooth 可以对曲线进行平滑
- dianziwenxiang matlab实现的电子稳像算
- GUI_gui MatLab 几个GUI界面的切换
- ROI~ 图形图像感兴趣区域提取的方法
评论
共有 条评论