AP聚类算法 matlab我要分享

AP clustering MATLAB

matlab 算法 ap

关注次数: 251

下载次数: 0

文件大小: 128.35 kB

代码分类: 其他

开发平台: matlab

下载需要积分: 2积分

版权声明:如果侵犯了您的权益请与我们联系,我们将在24小时内删除。

代码描述

中文说明:1、颜色特征提取function colorhist = CBIR_colorhist(rgb)% EE6850 HW3, Content-Based Image Retrieval% CBIR_colorhist() --- color histogramcalculation% input:%  MxNx3 image data, in RGB% output:输出颜色直方图%  1x256 colorhistogram <== (HxSxV = 16x4x4)% as the MPEG-7 generic color histogramdescriptorMPEG-7通用颜色直方图描述符% [Ref] Manjunath, B.S.; Ohm, J.-R.;Vasudevan, V.V.; Yamada, A., "Color and texture descriptors" % IEEE Trans. CSVT, Volume: 11 Issue: 6 ,Page(s): 703 -715, June 2001 (section III.B)% 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报


English Description:

1. Function colorhist = CBIR_ colorhist(rgb)% EE6850 HW3, Content-Based Image Retrieval% CBIR_ Colorhist() --- color histogram calculation% input:% & nbsp; & nbsp; mxnx3 image data, in RGB% output: output color histogram% & nbsp; & nbsp; 1x256 color histogram & lt; = = (hxsxv = 16x4x4x4)% as the MPEG-7 generic color histogram descriptor% [ref] Manjunath, B.S.; Ohm, J. - R.; vasudevan, V.V.; Yamada, A., & quot; Color and texture descriptors" % IEEE Trans. CSVT, Volume: 11 Issue: 6 ,Page(s): 703 -715, June 2001 (section III.B)%


代码预览