这是图像识别方法bag of feature 的matlab源代码

源代码在线查看: ikmeans.m.bak

软件大小: 40 K
上传用户: w5525
关键词: feature matlab bag of
下载地址: 免注册下载 普通下载 VIP

相关代码

				% IKMEANS  Integer K-means				%   [C,I] = IKMEANS(X,K) cluster the data X (one element per				%   column) using the K-means method. The function returns a list				%   of K cluster centers C and the assignments I of each datum to				%   its cluster.				%				%   IKMEANS() requires that X is of datatype `uint8' (hence the				%   I suffix).							

相关资源