photo

Steven Pranata


2019 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

4 質問
0 回答

ランク
214,553
of 301,628

評判
0

コントリビューション
4 質問
0 回答

回答採用率
0.0%

獲得投票数
0

ランク
 of 21,366

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 175,858

コントリビューション
0 問題
0 解答

スコア
0

バッジ数
0

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

  • Thankful Level 1

バッジを表示

Feeds

表示方法

質問


how to inisialization number of cluster
in matrices (1,1) i have : Val = [0; 0; 0,5] thats mean i have 3 cluster value (cluster 1 = 0, cluster2 = 0, cluster 3 = 0.5) ...

6年以上 前 | 1 件の回答 | 0

1

回答

質問


Looping each pixel of matrix image
I have image 250x100 and i want using pdf every each pixel... How to looping it? If its manual just be: X = imread('img.jpg'); V...

6年以上 前 | 1 件の回答 | 0

1

回答

質問


How to get cluster more than 2 if i have :
Y1 = mvnpdf(X,mu1,sigma1); Y2 = mvnpdf(X,mu2,sigma2); Y3 = mvnpdf(X,mu3,sigma3); Cluster1 = Y1 > Y2; Cluster2 = ~Cluster1...

6年以上 前 | 2 件の回答 | 0

2

回答

質問


How code GMM RGB image segmentation in matlab?
GMM using Covariance and not grayscale image 1 D... I want use RGB image using GMM

6年以上 前 | 1 件の回答 | 0

1

回答