統計
MATLAB Answers
3 質問
0 回答
ランク
of 171,319
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
k-means clustering code without using matlab code
I need the k-means clustering without using matlab code
10年以上 前 | 1 件の回答 | 0
1
回答質問
How to write the code for kmeans_fast_Color(I,N) in the following code, and also i want to see the clusters as image
I =imread('peppers.png'); % choose some image N = 3; % Choos number of clusters [label_im,vec_mean] = kmeans_fast_Color(I,N)...
10年以上 前 | 0 件の回答 | 0
0
回答質問
Please give me an efficient code for k-means clustering
I need a matlab code that efficiently divide the image into clusters.
10年以上 前 | 1 件の回答 | 0
